#F81192

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

Shades of Deep Pink #F81192

Tints of Deep Pink #F81192

Color information

#F81192 (or 0xF81192) is unknown color: approx Deep Pink. HEX triplet: F8, 11 and 92. RGB value is (248,17,146). Sum of RGB (Red+Green+Blue) = 248+17+146=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F81192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81192 is #07EE6D. Grayscale: #646464. Windows color (decimal): -519790 or 9572856. OLE color: 9572856.

HSL color Cylindrical-coordinate representation of color #F81192: hue angle of 326.49º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81192 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB24817146-
CMYK00.930.410.03
HSL326.49º94.29%51.96%-
HSV(B)326.49º93.15%97.25%-
XYZ44.122.4329.2-
YUV100.78153.53233.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.34%
GREEN value IS 17 (7.03% from 255) = 4.14%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=60.34%
G=4.14%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481714600.930.410.03326.4994.2951.96
HexF8119205D2931465e34
Octal37021222013551350613664
Binary11111000100011001001001011101101001111010001101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81192; }

 p { color: rgb(248,17,146); }

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

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

 a { background-color: rgb(248,17,146); }

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

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

 span { border-color: rgb(248,17,146); }

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