Html Css Color HEX #F01E87 Deep Pink

📋 copy color: '#F01E87'

red 240 ◦ green 30 ◦ blue 135

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

Shades of Deep Pink #F01E87

Tints of Deep Pink #F01E87

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.41%

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

R = 59.26%
G = 7.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F01E87 (or 0xF01E87) is known color: Deep Pink. HEX triplet: F0, 1E and 87. RGB value is (240,30,135). Sum of RGB (Red+Green+Blue) = 240+30+135=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01E87 is #0FE178. Grayscale: #686868. Windows color (decimal): -1040761 or 8855280. OLE color: 8855280.

HSL color Cylindrical-coordinate representation of color #F01E87: hue angle of 330º 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 #F01E87 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 30 135 -
CMYK 0 0.87 0.44 0.06
HSL 330º 0.88% 0.53% -
HSV(B) 330º 0.88% 0.94% -
XYZ 40.77 21.2 24.87 -
YUV 104.76 145.07 224.46 -
System Red Green Blue C M Y K H S L
Decimal 240 30 135 0 0.87 0.44 0.06 330 0.88 0.53
Hex F0 1E 87 0 57 2C 6 14A 58 35
Octal 360 36 207 0 127 54 6 512 130 65
Binary 11110000 11110 10000111 0 1010111 101100 110 101001010 1011000 110101

Color Harmonies of #F01E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01E87

Black with #F01E87

Text Example


Text Example

White with #F01E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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