Html Css Color HEX #FD6FE0 Pale Magenta

📋 copy color: '#FD6FE0'

red 253 ◦ green 111 ◦ blue 224

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

Shades of Pale Magenta #FD6FE0

Tints of Pale Magenta #FD6FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.88%

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

R = 43.03%
G = 18.88%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD6FE0 (or 0xFD6FE0) is known color: Pale Magenta. HEX triplet: FD, 6F and E0. RGB value is (253,111,224). Sum of RGB (Red+Green+Blue) = 253+111+224=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 111 (43.75% from 255 or 18.88% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6FE0 is #02901F. Grayscale: #A6A6A6. Windows color (decimal): -167968 or 14708733. OLE color: 14708733.

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

Color convert

RGB 253 111 224 -
CMYK 0 0.56 0.11 0.01
HSL 312.25º 0.97% 0.71% -
HSV(B) 312.25º 0.56% 0.99% -
XYZ 59.65 37.63 74.64 -
YUV 166.34 160.54 189.81 -
System Red Green Blue C M Y K H S L
Decimal 253 111 224 0 0.56 0.11 0.01 312.25 0.97 0.71
Hex FD 6F E0 0 38 B 1 138 61 47
Octal 375 157 340 0 70 13 1 470 141 107
Binary 11111101 1101111 11100000 0 111000 1011 1 100111000 1100001 1000111

Color Harmonies of #FD6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6FE0

Black with #FD6FE0

Text Example


Text Example

White with #FD6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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