Html Css Color HEX #F77077 Froly

📋 copy color: '#F77077'

red 247 ◦ green 112 ◦ blue 119

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

Shades of Froly #F77077

Tints of Froly #F77077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 51.67%
G = 23.43%
B = 24.9%

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

#F77077 (or 0xF77077) is known color: Froly. HEX triplet: F7, 70 and 77. RGB value is (247,112,119). Sum of RGB (Red+Green+Blue) = 247+112+119=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F77077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77077 is #088F88. Grayscale: #999999. Windows color (decimal): -561033 or 7827703. OLE color: 7827703.

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

Color convert

RGB 247 112 119 -
CMYK 0 0.55 0.52 0.03
HSL 356.89º 0.89% 0.7% -
HSV(B) 356.89º 0.55% 0.97% -
XYZ 47.48 32.69 21.26 -
YUV 153.16 108.73 194.93 -
System Red Green Blue C M Y K H S L
Decimal 247 112 119 0 0.55 0.52 0.03 356.89 0.89 0.7
Hex F7 70 77 0 37 34 3 165 59 46
Octal 367 160 167 0 67 64 3 545 131 106
Binary 11110111 1110000 1110111 0 110111 110100 11 101100101 1011001 1000110

Color Harmonies of #F77077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77077

Black with #F77077

Text Example


Text Example

White with #F77077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77077; }

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

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

background-color css

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

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

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

border-color css

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

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

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