#FD6FE1

Color #FD6FE1 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FD6FE1

Tints of Pale Magenta #FD6FE1

Color information

#FD6FE1 (or 0xFD6FE1) is unknown color: approx Pale Magenta. HEX triplet: FD, 6F and E1. RGB value is (253,111,225). Sum of RGB (Red+Green+Blue) = 253+111+225=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6FE1 is #02901E. Grayscale: #A6A6A6. Windows color (decimal): -167967 or 14774269. OLE color: 14774269.

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

Color convert

RGB253111225-
CMYK00.560.110.01
HSL311.83º97.26%71.37%-
HSV(B)311.83º56.13%99.22%-
XYZ59.7837.6975.36-
YUV166.45161.04189.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 111 (43.75% from 255) = 18.85%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=42.95%
G=18.85%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311122500.560.110.01311.8397.2671.37
HexFD6FE1038B11386147
Octal375157341070131470141107
Binary1111110111011111110000101110001011110011100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6FE1; }

 p { color: rgb(253,111,225); }

 H1.HeaderClassName
 {
   color: #FD6FE1;
 }
 .AnyTagClassName
 {
   color: #FD6FE1;
 }
</style>
background-color css

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

 a { background-color: rgb(253,111,225); }

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

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

 span { border-color: rgb(253,111,225); }

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