#F5198F

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

Shades of Deep Pink #F5198F

Tints of Deep Pink #F5198F

Color information

#F5198F (or 0xF5198F) is unknown color: approx Deep Pink. HEX triplet: F5, 19 and 8F. RGB value is (245,25,143). Sum of RGB (Red+Green+Blue) = 245+25+143=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F5198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5198F is #0AE670. Grayscale: #676767. Windows color (decimal): -714353 or 9378293. OLE color: 9378293.

HSL color Cylindrical-coordinate representation of color #F5198F: hue angle of 327.82º 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 #F5198F is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB24525143-
CMYK00.900.420.04
HSL327.82º91.67%52.94%-
HSV(B)327.82º89.8%96.08%-
XYZ42.9622.0927.99-
YUV104.23149.89228.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.32%
GREEN value IS 25 (10.16% from 255) = 6.05%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=59.32%
G=6.05%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452514300.900.420.04327.8291.6752.94
HexF5198F05A2A41485c35
Octal36531217013252451013465
Binary111101011100110001111010110101010101001010010001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5198F; }

 p { color: rgb(245,25,143); }

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

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

 a { background-color: rgb(245,25,143); }

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

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

 span { border-color: rgb(245,25,143); }

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