Html Css Color HEX #F77680 Froly

📋 copy color: '#F77680'

red 247 ◦ green 118 ◦ blue 128

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

Shades of Froly #F77680

Tints of Froly #F77680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.94%

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

R = 50.1%
G = 23.94%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F77680 (or 0xF77680) is known color: Froly. HEX triplet: F7, 76 and 80. RGB value is (247,118,128). Sum of RGB (Red+Green+Blue) = 247+118+128=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F77680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77680 is #08897F. Grayscale: #9D9D9D. Windows color (decimal): -559488 or 8419063. OLE color: 8419063.

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

Color convert

RGB 247 118 128 -
CMYK 0 0.52 0.48 0.03
HSL 355.35º 0.89% 0.72% -
HSV(B) 355.35º 0.52% 0.97% -
XYZ 48.73 34.29 24.47 -
YUV 157.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 247 118 128 0 0.52 0.48 0.03 355.35 0.89 0.72
Hex F7 76 80 0 34 30 3 163 59 48
Octal 367 166 200 0 64 60 3 543 131 110
Binary 11110111 1110110 10000000 0 110100 110000 11 101100011 1011001 1001000

Color Harmonies of #F77680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77680

Black with #F77680

Text Example


Text Example

White with #F77680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77680; }

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

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

background-color css

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

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

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

border-color css

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

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

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