Html Css Color HEX #F77076 Froly

📋 copy color: '#F77076'

red 247 ◦ green 112 ◦ blue 118

#F77076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #F77076

Tints of Froly #F77076

RGB

 RED value IS 247 (96.88% from 255) = 51.78%

 GREEN value IS 112 (44.14% from 255) = 23.48%

 BLUE value IS 118 (46.48% from 255) = 24.74%

R = 51.78%
G = 23.48%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F77076 (or 0xF77076) is known color: Froly. HEX triplet: F7, 70 and 76. RGB value is (247,112,118). Sum of RGB (Red+Green+Blue) = 247+112+118=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F77076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77076 is #088F89. Grayscale: #999999. Windows color (decimal): -561034 or 7762167. OLE color: 7762167.

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

Color convert

RGB 247 112 118 -
CMYK 0 0.55 0.52 0.03
HSL 357.33º 0.89% 0.7% -
HSV(B) 357.33º 0.55% 0.97% -
XYZ 47.42 32.67 20.95 -
YUV 153.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 247 112 118 0 0.55 0.52 0.03 357.33 0.89 0.7
Hex F7 70 76 0 37 34 3 165 59 46
Octal 367 160 166 0 67 64 3 545 131 106
Binary 11110111 1110000 1110110 0 110111 110100 11 101100101 1011001 1000110

Color Harmonies of #F77076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77076

Black with #F77076

Text Example


Text Example

White with #F77076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77076; }

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

 H1.HeaderClassName
 {
   color: #F77076;
 }
 .AnyTagClassName
 {
   color: #F77076;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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