#F0189B

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

Shades of Deep Pink #F0189B

Tints of Deep Pink #F0189B

Color information

#F0189B (or 0xF0189B) is unknown color: approx Deep Pink. HEX triplet: F0, 18 and 9B. RGB value is (240,24,155). Sum of RGB (Red+Green+Blue) = 240+24+155=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0189B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0189B is #0FE764. Grayscale: #676767. Windows color (decimal): -1042277 or 10164464. OLE color: 10164464.

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

Color convert

RGB24024155-
CMYK00.90.350.06
HSL323.61º87.8%51.76%-
HSV(B)323.61º90%94.12%-
XYZ42.1821.5532.95-
YUV103.52157.06225.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.28%
GREEN value IS 24 (9.77% from 255) = 5.73%
BLUE value IS 155 (60.94% from 255) = 36.99%
R=57.28%
G=5.73%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402415500.90.350.06323.6187.851.76
HexF0189B05A2361445834
Octal36030233013243650413064
Binary111100001100010011011010110101000111101010001001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0189B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0189B; }

 p { color: rgb(240,24,155); }

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

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

 a { background-color: rgb(240,24,155); }

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

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

 span { border-color: rgb(240,24,155); }

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