color codes Logo

#f01a9d color codes

#F01A9D
(240,26,157)
0 Favorites   0 Comments

Color spaces of #f01a9d

RGB 24026157
HSL0.900.880.52
HSV323°89°94°
CMYK 0.000.890.35   0.06
XYZ42.390421.698433.8523
Yxy21.69840.43280.2215
Hunter Lab46.581580.9219-10.4809
CIE-Lab53.705581.5595-15.3077

#f01a9d color RGB value is (240,26,157).

#f01a9d hex color red value is 240, green value is 26 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f01a9d hue: 0.90 , saturation: 0.88 and the lightness value of f01a9d is 0.52.

The process color (four color CMYK) of #f01a9d color code is 0.00, 0.89, 0.35, 0.06. Web safe color of #f01a9d is #ff3399. Color #f01a9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011010 10011101
Octal 360 32 235
Decimal 240 26 157
Hex F0 1A 9D

RGB Percentages of Color #f01a9d

%56.74
%6.15
%37.12

CMYK Percentages of Color #f01a9d

%0
%89
%35
%6

Triadic Colors of #f01a9d

#f01a9d #9df01a #1a9df0

Analogous Colors of #f01a9d

#f01a9d #f01a32 #d81af0

Monochromatic Colors of #f01a9d

#f01a9d

Complementary Color

#f01a9d #1af06d

#f01a9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01a9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01a9d Color CSS Codes

.mybgcolor {background-color:#f01a9d; } 
.myforecolor {color:#f01a9d; }
.mybordercolor {border:3px solid #f01a9d; }

#f01a9d Text Font Color

<p style="color:#f01a9d">Text here</p>

This sample text font color is #f01a9d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f01a9d Background Color

<div style="background-color:#f01a9d">
Div content here</div>

This div background color is #f01a9d


#f01a9d Border Color

<div style="border:3px solid #f01a9d">
Div here</div>

This div border color is #f01a9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,26,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f01a9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f01a9d;
  -webkit-box-shadow: 1px 1px 3px 2px #f01a9d;
  box-shadow:         1px 1px 3px 2px #f01a9d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,26,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f01a9d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f01a9d;
  -webkit-box-shadow: 1px 1px 3px 2px #f01a9d;
  box-shadow:         1px 1px 3px 2px #f01a9d;">
Div content here</div>

This div box has shadow with color #f01a9d


Comments

No comments written yet.

Please login to write comment.