Html Css Color HEX #F77982 Froly

📋 copy color: '#F77982'

red 247 ◦ green 121 ◦ blue 130

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

Shades of Froly #F77982

Tints of Froly #F77982

RGB

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

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

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

R = 49.6%
G = 24.3%
B = 26.1%

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

#F77982 (or 0xF77982) is known color: Froly. HEX triplet: F7, 79 and 82. RGB value is (247,121,130). Sum of RGB (Red+Green+Blue) = 247+121+130=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F77982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77982 is #08867D. Grayscale: #9F9F9F. Windows color (decimal): -558718 or 8550903. OLE color: 8550903.

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

Color convert

RGB 247 121 130 -
CMYK 0 0.51 0.47 0.03
HSL 355.71º 0.89% 0.72% -
HSV(B) 355.71º 0.51% 0.97% -
XYZ 49.22 35.06 25.29 -
YUV 159.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 247 121 130 0 0.51 0.47 0.03 355.71 0.89 0.72
Hex F7 79 82 0 33 2F 3 164 59 48
Octal 367 171 202 0 63 57 3 544 131 110
Binary 11110111 1111001 10000010 0 110011 101111 11 101100100 1011001 1001000

Color Harmonies of #F77982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77982

Black with #F77982

Text Example


Text Example

White with #F77982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77982; }

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

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

background-color css

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

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

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

border-color css

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

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

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