#F76B70

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

Shades of Froly #F76B70

Tints of Froly #F76B70

Color information

#F76B70 (or 0xF76B70) is unknown color: approx Froly. HEX triplet: F7, 6B and 70. RGB value is (247,107,112). Sum of RGB (Red+Green+Blue) = 247+107+112=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76B70 is #08948F. Grayscale: #959595. Windows color (decimal): -562320 or 7367671. OLE color: 7367671.

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

Color convert

RGB247107112-
CMYK00.570.550.03
HSL357.86º89.74%69.41%-
HSV(B)357.86º56.68%96.86%-
XYZ46.5431.4618.95-
YUV149.43106.88197.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.00%
GREEN value IS 107 (42.19% from 255) = 22.96%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=53.00%
G=22.96%
B=24.03%

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
Decimal24710711200.570.550.03357.8689.7469.41
HexF76B700393731665a45
Octal367153160071673546132105
Binary111101111101011111000001110011101111110110011010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76B70; }

 p { color: rgb(247,107,112); }

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

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

 a { background-color: rgb(247,107,112); }

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

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

 span { border-color: rgb(247,107,112); }

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