Html Css Color HEX #F77981 Froly

📋 copy color: '#F77981'

red 247 ◦ green 121 ◦ blue 129

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

Shades of Froly #F77981

Tints of Froly #F77981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.35%

 BLUE value IS 129 (50.78% from 255) = 25.96%

R = 49.7%
G = 24.35%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F77981 (or 0xF77981) is known color: Froly. HEX triplet: F7, 79 and 81. RGB value is (247,121,129). Sum of RGB (Red+Green+Blue) = 247+121+129=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F77981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77981 is #08867E. Grayscale: #9F9F9F. Windows color (decimal): -558719 or 8485367. OLE color: 8485367.

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

Color convert

RGB 247 121 129 -
CMYK 0 0.51 0.48 0.03
HSL 356.19º 0.89% 0.72% -
HSV(B) 356.19º 0.51% 0.97% -
XYZ 49.16 35.03 24.94 -
YUV 159.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 247 121 129 0 0.51 0.48 0.03 356.19 0.89 0.72
Hex F7 79 81 0 33 30 3 164 59 48
Octal 367 171 201 0 63 60 3 544 131 110
Binary 11110111 1111001 10000001 0 110011 110000 11 101100100 1011001 1001000

Color Harmonies of #F77981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77981

Black with #F77981

Text Example


Text Example

White with #F77981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77981; }

 p { color: rgb(247,121,129); }

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

background-color css

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

 a { background-color: rgb(247,121,129); }

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

border-color css

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

 span { border-color: rgb(247,121,129); }

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