Html Css Color HEX #F77580 Froly

📋 copy color: '#F77580'

red 247 ◦ green 117 ◦ blue 128

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

Shades of Froly #F77580

Tints of Froly #F77580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.78%

 BLUE value IS 128 (50.39% from 255) = 26.02%

R = 50.2%
G = 23.78%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F77580 (or 0xF77580) is known color: Froly. HEX triplet: F7, 75 and 80. RGB value is (247,117,128). Sum of RGB (Red+Green+Blue) = 247+117+128=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F77580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77580 is #088A7F. Grayscale: #9D9D9D. Windows color (decimal): -559744 or 8418807. OLE color: 8418807.

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

Color convert

RGB 247 117 128 -
CMYK 0 0.53 0.48 0.03
HSL 354.92º 0.89% 0.71% -
HSV(B) 354.92º 0.53% 0.97% -
XYZ 48.62 34.06 24.43 -
YUV 157.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 247 117 128 0 0.53 0.48 0.03 354.92 0.89 0.71
Hex F7 75 80 0 35 30 3 163 59 47
Octal 367 165 200 0 65 60 3 543 131 107
Binary 11110111 1110101 10000000 0 110101 110000 11 101100011 1011001 1000111

Color Harmonies of #F77580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77580

Black with #F77580

Text Example


Text Example

White with #F77580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77580; }

 p { color: rgb(247,117,128); }

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

background-color css

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

 a { background-color: rgb(247,117,128); }

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

border-color css

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

 span { border-color: rgb(247,117,128); }

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