Html Css Color HEX #F77882 Froly

📋 copy color: '#F77882'

red 247 ◦ green 120 ◦ blue 130

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

Shades of Froly #F77882

Tints of Froly #F77882

RGB

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

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

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

R = 49.7%
G = 24.14%
B = 26.16%

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

#F77882 (or 0xF77882) is known color: Froly. HEX triplet: F7, 78 and 82. RGB value is (247,120,130). Sum of RGB (Red+Green+Blue) = 247+120+130=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F77882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77882 is #08877D. Grayscale: #9F9F9F. Windows color (decimal): -558974 or 8550647. OLE color: 8550647.

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

Color convert

RGB 247 120 130 -
CMYK 0 0.51 0.47 0.03
HSL 355.28º 0.89% 0.72% -
HSV(B) 355.28º 0.51% 0.97% -
XYZ 49.1 34.82 25.25 -
YUV 159.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 247 120 130 0 0.51 0.47 0.03 355.28 0.89 0.72
Hex F7 78 82 0 33 2F 3 163 59 48
Octal 367 170 202 0 63 57 3 543 131 110
Binary 11110111 1111000 10000010 0 110011 101111 11 101100011 1011001 1001000

Color Harmonies of #F77882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77882

Black with #F77882

Text Example


Text Example

White with #F77882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77882; }

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

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

background-color css

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

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

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

border-color css

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

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

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