Html Css Color HEX #F01587 Deep Pink

📋 copy color: '#F01587'

red 240 ◦ green 21 ◦ blue 135

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

Shades of Deep Pink #F01587

Tints of Deep Pink #F01587

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.3%

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

R = 60.61%
G = 5.3%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F01587 (or 0xF01587) is known color: Deep Pink. HEX triplet: F0, 15 and 87. RGB value is (240,21,135). Sum of RGB (Red+Green+Blue) = 240+21+135=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F01587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01587 is #0FEA78. Grayscale: #636363. Windows color (decimal): -1043065 or 8852976. OLE color: 8852976.

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

Color convert

RGB 240 21 135 -
CMYK 0 0.91 0.44 0.06
HSL 328.77º 0.88% 0.51% -
HSV(B) 328.77º 0.91% 0.94% -
XYZ 40.58 20.81 24.8 -
YUV 99.48 148.05 228.23 -
System Red Green Blue C M Y K H S L
Decimal 240 21 135 0 0.91 0.44 0.06 328.77 0.88 0.51
Hex F0 15 87 0 5B 2C 6 149 58 33
Octal 360 25 207 0 133 54 6 511 130 63
Binary 11110000 10101 10000111 0 1011011 101100 110 101001001 1011000 110011

Color Harmonies of #F01587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01587

Black with #F01587

Text Example


Text Example

White with #F01587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01587; }

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

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

background-color css

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

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

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

border-color css

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

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

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