Html Css Color HEX #F77178 Froly

📋 copy color: '#F77178'

red 247 ◦ green 113 ◦ blue 120

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

Shades of Froly #F77178

Tints of Froly #F77178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25%

R = 51.46%
G = 23.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F77178 (or 0xF77178) is known color: Froly. HEX triplet: F7, 71 and 78. RGB value is (247,113,120). Sum of RGB (Red+Green+Blue) = 247+113+120=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F77178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77178 is #088E87. Grayscale: #999999. Windows color (decimal): -560776 or 7893495. OLE color: 7893495.

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

Color convert

RGB 247 113 120 -
CMYK 0 0.54 0.51 0.03
HSL 356.87º 0.89% 0.71% -
HSV(B) 356.87º 0.54% 0.97% -
XYZ 47.65 32.94 21.62 -
YUV 153.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 247 113 120 0 0.54 0.51 0.03 356.87 0.89 0.71
Hex F7 71 78 0 36 33 3 165 59 47
Octal 367 161 170 0 66 63 3 545 131 107
Binary 11110111 1110001 1111000 0 110110 110011 11 101100101 1011001 1000111

Color Harmonies of #F77178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77178

Black with #F77178

Text Example


Text Example

White with #F77178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77178; }

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

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

background-color css

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

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

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

border-color css

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

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

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