#F01D89

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

Shades of Deep Pink #F01D89

Tints of Deep Pink #F01D89

Color information

#F01D89 (or 0xF01D89) is unknown color: approx Deep Pink. HEX triplet: F0, 1D and 89. RGB value is (240,29,137). Sum of RGB (Red+Green+Blue) = 240+29+137=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01D89 is #0FE276. Grayscale: #686868. Windows color (decimal): -1041015 or 8986096. OLE color: 8986096.

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

Color convert

RGB24029137-
CMYK00.880.430.06
HSL329.29º87.55%52.75%-
HSV(B)329.29º87.92%94.12%-
XYZ40.8921.2125.61-
YUV104.4146.4224.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.11%
GREEN value IS 29 (11.72% from 255) = 7.14%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=59.11%
G=7.14%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402913700.880.430.06329.2987.5552.75
HexF01D890582B61495835
Octal36035211013053651113065
Binary111100001110110001001010110001010111101010010011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01D89; }

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

 H1.HeaderClassName
 {
   color: #F01D89;
 }
 .AnyTagClassName
 {
   color: #F01D89;
 }
</style>
background-color css

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

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

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

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

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

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