#F86F78

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

Shades of Froly #F86F78

Tints of Froly #F86F78

Color information

#F86F78 (or 0xF86F78) is unknown color: approx Froly. HEX triplet: F8, 6F and 78. RGB value is (248,111,120). Sum of RGB (Red+Green+Blue) = 248+111+120=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F78 is #079087. Grayscale: #999999. Windows color (decimal): -495752 or 7892984. OLE color: 7892984.

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

Color convert

RGB248111120-
CMYK00.550.520.03
HSL356.06º90.73%70.39%-
HSV(B)356.06º55.24%97.25%-
XYZ47.7932.6821.56-
YUV152.99109.39195.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.77%
GREEN value IS 111 (43.75% from 255) = 23.17%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=51.77%
G=23.17%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811112000.550.520.03356.0690.7370.39
HexF86F780373431645b46
Octal370157170067643544133106
Binary111110001101111111100001101111101001110110010010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86F78; }

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

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

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

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

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

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

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

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