Html Css Color HEX #F77881 Froly

📋 copy color: '#F77881'

red 247 ◦ green 120 ◦ blue 129

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

Shades of Froly #F77881

Tints of Froly #F77881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.19%

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

R = 49.8%
G = 24.19%
B = 26.01%

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

#F77881 (or 0xF77881) is known color: Froly. HEX triplet: F7, 78 and 81. RGB value is (247,120,129). Sum of RGB (Red+Green+Blue) = 247+120+129=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F77881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77881 is #08877E. Grayscale: #9F9F9F. Windows color (decimal): -558975 or 8485111. OLE color: 8485111.

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

Color convert

RGB 247 120 129 -
CMYK 0 0.51 0.48 0.03
HSL 355.75º 0.89% 0.72% -
HSV(B) 355.75º 0.51% 0.97% -
XYZ 49.04 34.79 24.9 -
YUV 159 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 247 120 129 0 0.51 0.48 0.03 355.75 0.89 0.72
Hex F7 78 81 0 33 30 3 164 59 48
Octal 367 170 201 0 63 60 3 544 131 110
Binary 11110111 1111000 10000001 0 110011 110000 11 101100100 1011001 1001000

Color Harmonies of #F77881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77881

Black with #F77881

Text Example


Text Example

White with #F77881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77881; }

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

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

background-color css

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

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

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

border-color css

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

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

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