Html Css Color HEX #F01487 Deep Pink

📋 copy color: '#F01487'

red 240 ◦ green 20 ◦ blue 135

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

Shades of Deep Pink #F01487

Tints of Deep Pink #F01487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.06%

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

R = 60.76%
G = 5.06%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F01487 (or 0xF01487) is known color: Deep Pink. HEX triplet: F0, 14 and 87. RGB value is (240,20,135). Sum of RGB (Red+Green+Blue) = 240+20+135=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F01487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01487 is #0FEB78. Grayscale: #626262. Windows color (decimal): -1043321 or 8852720. OLE color: 8852720.

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

Color convert

RGB 240 20 135 -
CMYK 0 0.92 0.44 0.06
HSL 328.64º 0.88% 0.51% -
HSV(B) 328.64º 0.92% 0.94% -
XYZ 40.56 20.77 24.79 -
YUV 98.89 148.39 228.65 -
System Red Green Blue C M Y K H S L
Decimal 240 20 135 0 0.92 0.44 0.06 328.64 0.88 0.51
Hex F0 14 87 0 5C 2C 6 149 58 33
Octal 360 24 207 0 134 54 6 511 130 63
Binary 11110000 10100 10000111 0 1011100 101100 110 101001001 1011000 110011

Color Harmonies of #F01487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01487

Black with #F01487

Text Example


Text Example

White with #F01487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01487; }

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

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

background-color css

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

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

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

border-color css

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

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

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