#F76A6E

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

Shades of Froly #F76A6E

Tints of Froly #F76A6E

Color information

#F76A6E (or 0xF76A6E) is unknown color: approx Froly. HEX triplet: F7, 6A and 6E. RGB value is (247,106,110). Sum of RGB (Red+Green+Blue) = 247+106+110=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76A6E is #089591. Grayscale: #949494. Windows color (decimal): -562578 or 7236343. OLE color: 7236343.

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

Color convert

RGB247106110-
CMYK00.570.550.03
HSL358.3º89.81%69.22%-
HSV(B)358.3º57.09%96.86%-
XYZ46.3331.2118.33-
YUV148.61106.21198.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.35%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=53.35%
G=22.89%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710611000.570.550.03358.389.8169.22
HexF76A6E0393731665a45
Octal367152156071673546132105
Binary111101111101010110111001110011101111110110011010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76A6E; }

 p { color: rgb(247,106,110); }

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

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

 a { background-color: rgb(247,106,110); }

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

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

 span { border-color: rgb(247,106,110); }

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