#F5189C

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

Shades of Deep Pink #F5189C

Tints of Deep Pink #F5189C

Color information

#F5189C (or 0xF5189C) is unknown color: approx Deep Pink. HEX triplet: F5, 18 and 9C. RGB value is (245,24,156). Sum of RGB (Red+Green+Blue) = 245+24+156=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F5189C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5189C is #0AE763. Grayscale: #686868. Windows color (decimal): -714596 or 10230005. OLE color: 10230005.

HSL color Cylindrical-coordinate representation of color #F5189C: hue angle of 324.16º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5189C is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB24524156-
CMYK00.900.360.04
HSL324.16º91.7%52.75%-
HSV(B)324.16º90.2%96.08%-
XYZ43.9822.4733.47-
YUV105.13156.72227.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.65%
GREEN value IS 24 (9.77% from 255) = 5.65%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=57.65%
G=5.65%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452415600.900.360.04324.1691.752.75
HexF5189C05A2441445c35
Octal36530234013244450413465
Binary111101011100010011100010110101001001001010001001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5189C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5189C; }

 p { color: rgb(245,24,156); }

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

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

 a { background-color: rgb(245,24,156); }

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

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

 span { border-color: rgb(245,24,156); }

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