#F86C91

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

Shades of Deep Blush #F86C91

Tints of Deep Blush #F86C91

Color information

#F86C91 (or 0xF86C91) is unknown color: approx Deep Blush. HEX triplet: F8, 6C and 91. RGB value is (248,108,145). Sum of RGB (Red+Green+Blue) = 248+108+145=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86C91 is #07936E. Grayscale: #9A9A9A. Windows color (decimal): -496495 or 9530616. OLE color: 9530616.

HSL color Cylindrical-coordinate representation of color #F86C91: hue angle of 344.14º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86C91 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB248108145-
CMYK00.560.420.03
HSL344.14º90.91%69.8%-
HSV(B)344.14º56.45%97.25%-
XYZ49.1832.7330.51-
YUV154.08122.88194.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.50%
GREEN value IS 108 (42.58% from 255) = 21.56%
BLUE value IS 145 (57.03% from 255) = 28.94%
R=49.50%
G=21.56%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810814500.560.420.03344.1490.9169.8
HexF86C910382A31585b46
Octal370154221070523530133106
Binary1111100011011001001000101110001010101110101100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86C91; }

 p { color: rgb(248,108,145); }

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

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

 a { background-color: rgb(248,108,145); }

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

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

 span { border-color: rgb(248,108,145); }

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