#F76B72

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

Shades of Froly #F76B72

Tints of Froly #F76B72

Color information

#F76B72 (or 0xF76B72) is unknown color: approx Froly. HEX triplet: F7, 6B and 72. RGB value is (247,107,114). Sum of RGB (Red+Green+Blue) = 247+107+114=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76B72 is #08948D. Grayscale: #959595. Windows color (decimal): -562318 or 7498743. OLE color: 7498743.

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

Color convert

RGB247107114-
CMYK00.570.540.03
HSL357º89.74%69.41%-
HSV(B)357º56.68%96.86%-
XYZ46.6531.519.54-
YUV149.66107.88197.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.78%
GREEN value IS 107 (42.19% from 255) = 22.86%
BLUE value IS 114 (44.92% from 255) = 24.36%
R=52.78%
G=22.86%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710711400.570.540.0335789.7469.41
HexF76B720393631655a45
Octal367153162071663545132105
Binary111101111101011111001001110011101101110110010110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76B72; }

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

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

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

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

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

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

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

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