Html Css Color HEX #F77DD8 Pale Magenta

📋 copy color: '#F77DD8'

red 247 ◦ green 125 ◦ blue 216

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

Shades of Pale Magenta #F77DD8

Tints of Pale Magenta #F77DD8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.26%

 BLUE value IS 216 (84.77% from 255) = 36.73%

R = 42.01%
G = 21.26%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F77DD8 (or 0xF77DD8) is known color: Pale Magenta. HEX triplet: F7, 7D and D8. RGB value is (247,125,216). Sum of RGB (Red+Green+Blue) = 247+125+216=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DD8 is #088227. Grayscale: #ABABAB. Windows color (decimal): -557608 or 14188023. OLE color: 14188023.

HSL color Cylindrical-coordinate representation of color #F77DD8: hue angle of 315.25º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77DD8 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 125 216 -
CMYK 0 0.49 0.13 0.03
HSL 315.25º 0.88% 0.73% -
HSV(B) 315.25º 0.49% 0.97% -
XYZ 58.09 39.4 69.51 -
YUV 171.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 247 125 216 0 0.49 0.13 0.03 315.25 0.88 0.73
Hex F7 7D D8 0 31 D 3 13B 58 49
Octal 367 175 330 0 61 15 3 473 130 111
Binary 11110111 1111101 11011000 0 110001 1101 11 100111011 1011000 1001001

Color Harmonies of #F77DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77DD8

Black with #F77DD8

Text Example


Text Example

White with #F77DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77DD8; }

 p { color: rgb(247,125,216); }

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

background-color css

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

 a { background-color: rgb(247,125,216); }

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

border-color css

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

 span { border-color: rgb(247,125,216); }

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