Html Css Color HEX #F01D87 Deep Pink

📋 copy color: '#F01D87'

red 240 ◦ green 29 ◦ blue 135

#F01D87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F01D87

Tints of Deep Pink #F01D87

RGB

 RED value IS 240 (94.14% from 255) = 59.41%

 GREEN value IS 29 (11.72% from 255) = 7.18%

 BLUE value IS 135 (53.13% from 255) = 33.42%

R = 59.41%
G = 7.18%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F01D87 (or 0xF01D87) is known color: Deep Pink. HEX triplet: F0, 1D and 87. RGB value is (240,29,135). Sum of RGB (Red+Green+Blue) = 240+29+135=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01D87 is #0FE278. Grayscale: #676767. Windows color (decimal): -1041017 or 8855024. OLE color: 8855024.

HSL color Cylindrical-coordinate representation of color #F01D87: hue angle of 329.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01D87 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 29 135 -
CMYK 0 0.88 0.44 0.06
HSL 329.86º 0.88% 0.53% -
HSV(B) 329.86º 0.88% 0.94% -
XYZ 40.75 21.15 24.86 -
YUV 104.17 145.4 224.88 -
System Red Green Blue C M Y K H S L
Decimal 240 29 135 0 0.88 0.44 0.06 329.86 0.88 0.53
Hex F0 1D 87 0 58 2C 6 14A 58 35
Octal 360 35 207 0 130 54 6 512 130 65
Binary 11110000 11101 10000111 0 1011000 101100 110 101001010 1011000 110101

Color Harmonies of #F01D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D87

Black with #F01D87

Text Example


Text Example

White with #F01D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D87; }

 p { color: rgb(240,29,135); }

 H1.HeaderClassName
 {
   color: #F01D87;
 }
 .AnyTagClassName
 {
   color: #F01D87;
 }
</style>

background-color css

<style>
 a { background-color: #F01D87; }

 a { background-color: rgb(240,29,135); }

 div.DivClassName
 {
   background-color: #F01D87;
 }
 .BgClassName
 {
   background-color: #F01D87;
 }
</style>

border-color css

<style>
 span { border-color: #F01D87; }

 span { border-color: rgb(240,29,135); }

 td.TdClassName
 {
   border-color: #F01D87;
 }
 .TagClassName
 {
   border-color: #F01D87;
 }
</style>