#F86E75

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

Shades of Froly #F86E75

Tints of Froly #F86E75

Color information

#F86E75 (or 0xF86E75) is unknown color: approx Froly. HEX triplet: F8, 6E and 75. RGB value is (248,110,117). Sum of RGB (Red+Green+Blue) = 248+110+117=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86E75 is #07918A. Grayscale: #989898. Windows color (decimal): -496011 or 7696120. OLE color: 7696120.

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

Color convert

RGB248110117-
CMYK00.560.530.03
HSL356.96º90.79%70.2%-
HSV(B)356.96º55.65%97.25%-
XYZ47.532.3920.58-
YUV152.06108.22196.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.21%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=52.21%
G=23.16%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811011700.560.530.03356.9690.7970.2
HexF86E750383531655b46
Octal370156165070653545133106
Binary111110001101110111010101110001101011110110010110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86E75; }

 p { color: rgb(248,110,117); }

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

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

 a { background-color: rgb(248,110,117); }

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

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

 span { border-color: rgb(248,110,117); }

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