Html Css Color HEX #F77581 Froly

📋 copy color: '#F77581'

red 247 ◦ green 117 ◦ blue 129

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

Shades of Froly #F77581

Tints of Froly #F77581

RGB

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

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

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

R = 50.1%
G = 23.73%
B = 26.17%

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

#F77581 (or 0xF77581) is known color: Froly. HEX triplet: F7, 75 and 81. RGB value is (247,117,129). Sum of RGB (Red+Green+Blue) = 247+117+129=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F77581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77581 is #088A7E. Grayscale: #9D9D9D. Windows color (decimal): -559743 or 8484343. OLE color: 8484343.

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

Color convert

RGB 247 117 129 -
CMYK 0 0.53 0.48 0.03
HSL 354.46º 0.89% 0.71% -
HSV(B) 354.46º 0.53% 0.97% -
XYZ 48.68 34.08 24.78 -
YUV 157.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 247 117 129 0 0.53 0.48 0.03 354.46 0.89 0.71
Hex F7 75 81 0 35 30 3 162 59 47
Octal 367 165 201 0 65 60 3 542 131 107
Binary 11110111 1110101 10000001 0 110101 110000 11 101100010 1011001 1000111

Color Harmonies of #F77581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77581

Black with #F77581

Text Example


Text Example

White with #F77581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77581; }

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

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

background-color css

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

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

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

border-color css

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

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

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