#F86C75

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

Shades of Froly #F86C75

Tints of Froly #F86C75

Color information

#F86C75 (or 0xF86C75) is unknown color: approx Froly. HEX triplet: F8, 6C and 75. RGB value is (248,108,117). Sum of RGB (Red+Green+Blue) = 248+108+117=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86C75 is #07938A. Grayscale: #969696. Windows color (decimal): -496523 or 7695608. OLE color: 7695608.

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

Color convert

RGB248108117-
CMYK00.560.530.03
HSL356.14º90.91%69.8%-
HSV(B)356.14º56.45%97.25%-
XYZ47.2831.9720.51-
YUV150.89108.88197.27-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.43%
GREEN value IS 108 (42.58% from 255) = 22.83%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=52.43%
G=22.83%
B=24.74%

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
Decimal24810811700.560.530.03356.1490.9169.8
HexF86C750383531645b46
Octal370154165070653544133106
Binary111110001101100111010101110001101011110110010010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86C75; }

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

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

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

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

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

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

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

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