#F81193

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

Shades of Deep Pink #F81193

Tints of Deep Pink #F81193

Color information

#F81193 (or 0xF81193) is unknown color: approx Deep Pink. HEX triplet: F8, 11 and 93. RGB value is (248,17,147). Sum of RGB (Red+Green+Blue) = 248+17+147=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F81193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81193 is #07EE6C. Grayscale: #646464. Windows color (decimal): -519789 or 9638392. OLE color: 9638392.

HSL color Cylindrical-coordinate representation of color #F81193: hue angle of 326.23º 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 #F81193 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB24817147-
CMYK00.930.410.03
HSL326.23º94.29%51.96%-
HSV(B)326.23º93.15%97.25%-
XYZ44.1822.4629.61-
YUV100.89154.03232.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.19%
GREEN value IS 17 (7.03% from 255) = 4.13%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=60.19%
G=4.13%
B=35.68%

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
Decimal2481714700.930.410.03326.2394.2951.96
HexF8119305D2931465e34
Octal37021223013551350613664
Binary11111000100011001001101011101101001111010001101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81193; }

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

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

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

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

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

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

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

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