#F81386

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

Shades of Deep Pink #F81386

Tints of Deep Pink #F81386

Color information

#F81386 (or 0xF81386) is unknown color: approx Deep Pink. HEX triplet: F8, 13 and 86. RGB value is (248,19,134). Sum of RGB (Red+Green+Blue) = 248+19+134=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F81386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81386 is #07EC79. Grayscale: #646464. Windows color (decimal): -519290 or 8786936. OLE color: 8786936.

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

Color convert

RGB24819134-
CMYK00.920.460.03
HSL329.87º94.24%52.35%-
HSV(B)329.87º92.34%97.25%-
XYZ43.2522.1424.55-
YUV100.58146.87233.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.85%
GREEN value IS 19 (7.81% from 255) = 4.74%
BLUE value IS 134 (52.73% from 255) = 33.42%
R=61.85%
G=4.74%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481913400.920.460.03329.8794.2452.35
HexF8138605C2E314a5e34
Octal37023206013456351213664
Binary11111000100111000011001011100101110111010010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81386; }

 p { color: rgb(248,19,134); }

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

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

 a { background-color: rgb(248,19,134); }

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

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

 span { border-color: rgb(248,19,134); }

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