Html Css Color HEX #F01489 Deep Pink

📋 copy color: '#F01489'

red 240 ◦ green 20 ◦ blue 137

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

Shades of Deep Pink #F01489

Tints of Deep Pink #F01489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.51%

R = 60.45%
G = 5.04%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F01489 (or 0xF01489) is known color: Deep Pink. HEX triplet: F0, 14 and 89. RGB value is (240,20,137). Sum of RGB (Red+Green+Blue) = 240+20+137=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F01489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01489 is #0FEB76. Grayscale: #626262. Windows color (decimal): -1043319 or 8983792. OLE color: 8983792.

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

Color convert

RGB 240 20 137 -
CMYK 0 0.92 0.43 0.06
HSL 328.09º 0.88% 0.51% -
HSV(B) 328.09º 0.92% 0.94% -
XYZ 40.7 20.83 25.54 -
YUV 99.12 149.39 228.49 -
System Red Green Blue C M Y K H S L
Decimal 240 20 137 0 0.92 0.43 0.06 328.09 0.88 0.51
Hex F0 14 89 0 5C 2B 6 148 58 33
Octal 360 24 211 0 134 53 6 510 130 63
Binary 11110000 10100 10001001 0 1011100 101011 110 101001000 1011000 110011

Color Harmonies of #F01489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01489

Black with #F01489

Text Example


Text Example

White with #F01489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01489; }

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

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

background-color css

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

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

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

border-color css

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

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

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