Html Css Color HEX #F77A82 Froly

📋 copy color: '#F77A82'

red 247 ◦ green 122 ◦ blue 130

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

Shades of Froly #F77A82

Tints of Froly #F77A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.45%

 BLUE value IS 130 (51.17% from 255) = 26.05%

R = 49.5%
G = 24.45%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F77A82 (or 0xF77A82) is known color: Froly. HEX triplet: F7, 7A and 82. RGB value is (247,122,130). Sum of RGB (Red+Green+Blue) = 247+122+130=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77A82 is #08857D. Grayscale: #A0A0A0. Windows color (decimal): -558462 or 8551159. OLE color: 8551159.

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

Color convert

RGB 247 122 130 -
CMYK 0 0.51 0.47 0.03
HSL 356.16º 0.89% 0.72% -
HSV(B) 356.16º 0.51% 0.97% -
XYZ 49.35 35.3 25.33 -
YUV 160.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 247 122 130 0 0.51 0.47 0.03 356.16 0.89 0.72
Hex F7 7A 82 0 33 2F 3 164 59 48
Octal 367 172 202 0 63 57 3 544 131 110
Binary 11110111 1111010 10000010 0 110011 101111 11 101100100 1011001 1001000

Color Harmonies of #F77A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77A82

Black with #F77A82

Text Example


Text Example

White with #F77A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77A82; }

 p { color: rgb(247,122,130); }

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

background-color css

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

 a { background-color: rgb(247,122,130); }

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

border-color css

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

 span { border-color: rgb(247,122,130); }

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