Html Css Color HEX #FD7FE0 Pale Magenta

📋 copy color: '#FD7FE0'

red 253 ◦ green 127 ◦ blue 224

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

Shades of Pale Magenta #FD7FE0

Tints of Pale Magenta #FD7FE0

RGB

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

 GREEN value IS 127 (50% from 255) = 21.03%

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 41.89%
G = 21.03%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD7FE0 (or 0xFD7FE0) is known color: Pale Magenta. HEX triplet: FD, 7F and E0. RGB value is (253,127,224). Sum of RGB (Red+Green+Blue) = 253+127+224=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FE0 is #02801F. Grayscale: #AFAFAF. Windows color (decimal): -163872 or 14712829. OLE color: 14712829.

HSL color Cylindrical-coordinate representation of color #FD7FE0: hue angle of 313.81º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7FE0 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 127 224 -
CMYK 0 0.50 0.11 0.01
HSL 313.81º 0.97% 0.75% -
HSV(B) 313.81º 0.5% 0.99% -
XYZ 61.55 41.44 75.28 -
YUV 175.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 253 127 224 0 0.50 0.11 0.01 313.81 0.97 0.75
Hex FD 7F E0 0 32 B 1 13A 61 4B
Octal 375 177 340 0 62 13 1 472 141 113
Binary 11111101 1111111 11100000 0 110010 1011 1 100111010 1100001 1001011

Color Harmonies of #FD7FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7FE0

Black with #FD7FE0

Text Example


Text Example

White with #FD7FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7FE0; }

 p { color: rgb(253,127,224); }

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

background-color css

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

 a { background-color: rgb(253,127,224); }

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

border-color css

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

 span { border-color: rgb(253,127,224); }

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