Html Css Color HEX #FD76E8 Pale Magenta

📋 copy color: '#FD76E8'

red 253 ◦ green 118 ◦ blue 232

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

Shades of Pale Magenta #FD76E8

Tints of Pale Magenta #FD76E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.47%

R = 41.96%
G = 19.57%
B = 38.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD76E8 (or 0xFD76E8) is known color: Pale Magenta. HEX triplet: FD, 76 and E8. RGB value is (253,118,232). Sum of RGB (Red+Green+Blue) = 253+118+232=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 118 (46.48% from 255 or 19.57% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FD76E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD76E8 is #028917. Grayscale: #ABABAB. Windows color (decimal): -166168 or 15234813. OLE color: 15234813.

HSL color Cylindrical-coordinate representation of color #FD76E8: hue angle of 309.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 #FD76E8 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 118 232 -
CMYK 0 0.53 0.08 0.01
HSL 309.33º 0.97% 0.73% -
HSV(B) 309.33º 0.53% 0.99% -
XYZ 61.55 39.67 80.76 -
YUV 171.36 162.23 186.23 -
System Red Green Blue C M Y K H S L
Decimal 253 118 232 0 0.53 0.08 0.01 309.33 0.97 0.73
Hex FD 76 E8 0 35 8 1 135 61 49
Octal 375 166 350 0 65 10 1 465 141 111
Binary 11111101 1110110 11101000 0 110101 1000 1 100110101 1100001 1001001

Color Harmonies of #FD76E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD76E8

Black with #FD76E8

Text Example


Text Example

White with #FD76E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD76E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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