Html Css Color HEX #F77478 Froly

📋 copy color: '#F77478'

red 247 ◦ green 116 ◦ blue 120

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

Shades of Froly #F77478

Tints of Froly #F77478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.02%

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

R = 51.14%
G = 24.02%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F77478 (or 0xF77478) is known color: Froly. HEX triplet: F7, 74 and 78. RGB value is (247,116,120). Sum of RGB (Red+Green+Blue) = 247+116+120=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F77478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77478 is #088B87. Grayscale: #9B9B9B. Windows color (decimal): -560008 or 7894263. OLE color: 7894263.

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

Color convert

RGB 247 116 120 -
CMYK 0 0.53 0.51 0.03
HSL 358.17º 0.89% 0.71% -
HSV(B) 358.17º 0.53% 0.97% -
XYZ 47.99 33.62 21.73 -
YUV 155.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 247 116 120 0 0.53 0.51 0.03 358.17 0.89 0.71
Hex F7 74 78 0 35 33 3 166 59 47
Octal 367 164 170 0 65 63 3 546 131 107
Binary 11110111 1110100 1111000 0 110101 110011 11 101100110 1011001 1000111

Color Harmonies of #F77478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77478

Black with #F77478

Text Example


Text Example

White with #F77478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77478; }

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

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

background-color css

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

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

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

border-color css

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

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

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