#F01489

Color #F01489 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F01489

Tints of Deep Pink #F01489

Color information

#F01489 (or 0xF01489) is unknown color: approx 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

RGB24020137-
CMYK00.920.430.06
HSL328.09º88%50.98%-
HSV(B)328.09º91.67%94.12%-
XYZ40.720.8325.54-
YUV99.12149.39228.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.45%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402013700.920.430.06328.098850.98
HexF0148905C2B61485833
Octal36024211013453651013063
Binary111100001010010001001010111001010111101010010001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>