Html Css Color HEX #FD76DF Pale Magenta

📋 copy color: '#FD76DF'

red 253 ◦ green 118 ◦ blue 223

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

Shades of Pale Magenta #FD76DF

Tints of Pale Magenta #FD76DF

RGB

 RED value IS 253 (99.22% from 255) = 42.59%

 GREEN value IS 118 (46.48% from 255) = 19.87%

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 42.59%
G = 19.87%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD76DF (or 0xFD76DF) is known color: Pale Magenta. HEX triplet: FD, 76 and DF. RGB value is (253,118,223). Sum of RGB (Red+Green+Blue) = 253+118+223=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 118 (46.48% from 255 or 19.87% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FD76DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD76DF is #028920. Grayscale: #AAAAAA. Windows color (decimal): -166177 or 14644989. OLE color: 14644989.

HSL color Cylindrical-coordinate representation of color #FD76DF: hue angle of 313.33º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD76DF is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 118 223 -
CMYK 0 0.53 0.12 0.01
HSL 313.33º 0.97% 0.73% -
HSV(B) 313.33º 0.53% 0.99% -
XYZ 60.31 39.17 74.19 -
YUV 170.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 253 118 223 0 0.53 0.12 0.01 313.33 0.97 0.73
Hex FD 76 DF 0 35 C 1 139 61 49
Octal 375 166 337 0 65 14 1 471 141 111
Binary 11111101 1110110 11011111 0 110101 1100 1 100111001 1100001 1001001

Color Harmonies of #FD76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD76DF

Black with #FD76DF

Text Example


Text Example

White with #FD76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD76DF; }

 p { color: rgb(253,118,223); }

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

background-color css

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

 a { background-color: rgb(253,118,223); }

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

border-color css

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

 span { border-color: rgb(253,118,223); }

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