Html Css Color HEX #FD76E2 Pale Magenta

📋 copy color: '#FD76E2'

red 253 ◦ green 118 ◦ blue 226

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

Shades of Pale Magenta #FD76E2

Tints of Pale Magenta #FD76E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.86%

R = 42.38%
G = 19.77%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD76E2 (or 0xFD76E2) is known color: Pale Magenta. HEX triplet: FD, 76 and E2. RGB value is (253,118,226). Sum of RGB (Red+Green+Blue) = 253+118+226=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 118 (46.48% from 255 or 19.77% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FD76E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD76E2 is #02891D. Grayscale: #AAAAAA. Windows color (decimal): -166174 or 14841597. OLE color: 14841597.

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

Color convert

RGB 253 118 226 -
CMYK 0 0.53 0.11 0.01
HSL 312º 0.97% 0.73% -
HSV(B) 312º 0.53% 0.99% -
XYZ 60.71 39.33 76.34 -
YUV 170.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 253 118 226 0 0.53 0.11 0.01 312 0.97 0.73
Hex FD 76 E2 0 35 B 1 138 61 49
Octal 375 166 342 0 65 13 1 470 141 111
Binary 11111101 1110110 11100010 0 110101 1011 1 100111000 1100001 1001001

Color Harmonies of #FD76E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD76E2

Black with #FD76E2

Text Example


Text Example

White with #FD76E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD76E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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