#F86F74

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

Shades of Froly #F86F74

Tints of Froly #F86F74

Color information

#F86F74 (or 0xF86F74) is unknown color: approx Froly. HEX triplet: F8, 6F and 74. RGB value is (248,111,116). Sum of RGB (Red+Green+Blue) = 248+111+116=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F74 is #07908B. Grayscale: #989898. Windows color (decimal): -495756 or 7630840. OLE color: 7630840.

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

Color convert

RGB248111116-
CMYK00.550.530.03
HSL357.81º90.73%70.39%-
HSV(B)357.81º55.24%97.25%-
XYZ47.5532.5920.31-
YUV152.53107.39196.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.21%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 116 (45.70% from 255) = 24.42%
R=52.21%
G=23.37%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811111600.550.530.03357.8190.7370.39
HexF86F740373531665b46
Octal370157164067653546133106
Binary111110001101111111010001101111101011110110011010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86F74; }

 p { color: rgb(248,111,116); }

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

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

 a { background-color: rgb(248,111,116); }

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

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

 span { border-color: rgb(248,111,116); }

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