Html Css Color HEX #FD1CE9 Magenta

📋 copy color: '#FD1CE9'

red 253 ◦ green 28 ◦ blue 233

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

Shades of Magenta #FD1CE9

Tints of Magenta #FD1CE9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.45%

 BLUE value IS 233 (91.41% from 255) = 45.33%

R = 49.22%
G = 5.45%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD1CE9 (or 0xFD1CE9) is known color: Magenta. HEX triplet: FD, 1C and E9. RGB value is (253,28,233). Sum of RGB (Red+Green+Blue) = 253+28+233=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 28 (11.33% from 255 or 5.45% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1CE9 is #02E316. Grayscale: #767676. Windows color (decimal): -189207 or 15277309. OLE color: 15277309.

HSL color Cylindrical-coordinate representation of color #FD1CE9: hue angle of 305.33º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1CE9 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 28 233 -
CMYK 0 0.89 0.08 0.01
HSL 305.33º 0.98% 0.55% -
HSV(B) 305.33º 0.89% 0.99% -
XYZ 55.63 27.6 79.49 -
YUV 118.65 192.54 223.83 -
System Red Green Blue C M Y K H S L
Decimal 253 28 233 0 0.89 0.08 0.01 305.33 0.98 0.55
Hex FD 1C E9 0 59 8 1 131 62 37
Octal 375 34 351 0 131 10 1 461 142 67
Binary 11111101 11100 11101001 0 1011001 1000 1 100110001 1100010 110111

Color Harmonies of #FD1CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CE9

Black with #FD1CE9

Text Example


Text Example

White with #FD1CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CE9; }

 p { color: rgb(253,28,233); }

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

background-color css

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

 a { background-color: rgb(253,28,233); }

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

border-color css

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

 span { border-color: rgb(253,28,233); }

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