Html Css Color HEX #F77377 Froly

📋 copy color: '#F77377'

red 247 ◦ green 115 ◦ blue 119

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

Shades of Froly #F77377

Tints of Froly #F77377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.91%

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

R = 51.35%
G = 23.91%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F77377 (or 0xF77377) is known color: Froly. HEX triplet: F7, 73 and 77. RGB value is (247,115,119). Sum of RGB (Red+Green+Blue) = 247+115+119=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F77377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77377 is #088C88. Grayscale: #9B9B9B. Windows color (decimal): -560265 or 7828471. OLE color: 7828471.

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

Color convert

RGB 247 115 119 -
CMYK 0 0.53 0.52 0.03
HSL 358.18º 0.89% 0.71% -
HSV(B) 358.18º 0.53% 0.97% -
XYZ 47.82 33.37 21.37 -
YUV 154.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 247 115 119 0 0.53 0.52 0.03 358.18 0.89 0.71
Hex F7 73 77 0 35 34 3 166 59 47
Octal 367 163 167 0 65 64 3 546 131 107
Binary 11110111 1110011 1110111 0 110101 110100 11 101100110 1011001 1000111

Color Harmonies of #F77377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77377

Black with #F77377

Text Example


Text Example

White with #F77377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77377; }

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

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

background-color css

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

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

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

border-color css

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

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

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