Html Css Color HEX #F77AD9 Pale Magenta

📋 copy color: '#F77AD9'

red 247 ◦ green 122 ◦ blue 217

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

Shades of Pale Magenta #F77AD9

Tints of Pale Magenta #F77AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.03%

R = 42.15%
G = 20.82%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F77AD9 (or 0xF77AD9) is known color: Pale Magenta. HEX triplet: F7, 7A and D9. RGB value is (247,122,217). Sum of RGB (Red+Green+Blue) = 247+122+217=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AD9 is #088526. Grayscale: #A9A9A9. Windows color (decimal): -558375 or 14252791. OLE color: 14252791.

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

Color convert

RGB 247 122 217 -
CMYK 0 0.51 0.12 0.03
HSL 314.4º 0.89% 0.72% -
HSV(B) 314.4º 0.51% 0.97% -
XYZ 57.84 38.7 70.07 -
YUV 170.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 247 122 217 0 0.51 0.12 0.03 314.4 0.89 0.72
Hex F7 7A D9 0 33 C 3 13A 59 48
Octal 367 172 331 0 63 14 3 472 131 110
Binary 11110111 1111010 11011001 0 110011 1100 11 100111010 1011001 1001000

Color Harmonies of #F77AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77AD9

Black with #F77AD9

Text Example


Text Example

White with #F77AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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