Html Css Color HEX #F77D81 Froly

📋 copy color: '#F77D81'

red 247 ◦ green 125 ◦ blue 129

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

Shades of Froly #F77D81

Tints of Froly #F77D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.95%

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

R = 49.3%
G = 24.95%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F77D81 (or 0xF77D81) is known color: Froly. HEX triplet: F7, 7D and 81. RGB value is (247,125,129). Sum of RGB (Red+Green+Blue) = 247+125+129=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77D81 is #08827E. Grayscale: #A2A2A2. Windows color (decimal): -557695 or 8486391. OLE color: 8486391.

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

Color convert

RGB 247 125 129 -
CMYK 0 0.49 0.48 0.03
HSL 358.03º 0.88% 0.73% -
HSV(B) 358.03º 0.49% 0.97% -
XYZ 49.65 36.03 25.11 -
YUV 161.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 247 125 129 0 0.49 0.48 0.03 358.03 0.88 0.73
Hex F7 7D 81 0 31 30 3 166 58 49
Octal 367 175 201 0 61 60 3 546 130 111
Binary 11110111 1111101 10000001 0 110001 110000 11 101100110 1011000 1001001

Color Harmonies of #F77D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77D81

Black with #F77D81

Text Example


Text Example

White with #F77D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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