Html Css Color HEX #F77172 Froly

📋 copy color: '#F77172'

red 247 ◦ green 113 ◦ blue 114

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

Shades of Froly #F77172

Tints of Froly #F77172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.84%

 BLUE value IS 114 (44.92% from 255) = 24.05%

R = 52.11%
G = 23.84%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F77172 (or 0xF77172) is known color: Froly. HEX triplet: F7, 71 and 72. RGB value is (247,113,114). Sum of RGB (Red+Green+Blue) = 247+113+114=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F77172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77172 is #088E8D. Grayscale: #999999. Windows color (decimal): -560782 or 7500279. OLE color: 7500279.

HSL color Cylindrical-coordinate representation of color #F77172: hue angle of 359.55º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F77172 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 113 114 -
CMYK 0 0.54 0.54 0.03
HSL 359.55º 0.89% 0.71% -
HSV(B) 359.55º 0.54% 0.97% -
XYZ 47.3 32.8 19.76 -
YUV 153.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 247 113 114 0 0.54 0.54 0.03 359.55 0.89 0.71
Hex F7 71 72 0 36 36 3 168 59 47
Octal 367 161 162 0 66 66 3 550 131 107
Binary 11110111 1110001 1110010 0 110110 110110 11 101101000 1011001 1000111

Color Harmonies of #F77172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77172

Black with #F77172

Text Example


Text Example

White with #F77172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77172; }

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

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

background-color css

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

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

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

border-color css

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

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

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