Html Css Color HEX #FD1EEA Magenta

📋 copy color: '#FD1EEA'

red 253 ◦ green 30 ◦ blue 234

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

Shades of Magenta #FD1EEA

Tints of Magenta #FD1EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.8%

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 48.94%
G = 5.8%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD1EEA (or 0xFD1EEA) is known color: Magenta. HEX triplet: FD, 1E and EA. RGB value is (253,30,234). Sum of RGB (Red+Green+Blue) = 253+30+234=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 30 (12.11% from 255 or 5.80% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1EEA is #02E115. Grayscale: #777777. Windows color (decimal): -188694 or 15343357. OLE color: 15343357.

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

Color convert

RGB 253 30 234 -
CMYK 0 0.88 0.08 0.01
HSL 305.11º 0.98% 0.55% -
HSV(B) 305.11º 0.88% 0.99% -
XYZ 55.82 27.75 80.26 -
YUV 119.93 192.38 222.91 -
System Red Green Blue C M Y K H S L
Decimal 253 30 234 0 0.88 0.08 0.01 305.11 0.98 0.55
Hex FD 1E EA 0 58 8 1 131 62 37
Octal 375 36 352 0 130 10 1 461 142 67
Binary 11111101 11110 11101010 0 1011000 1000 1 100110001 1100010 110111

Color Harmonies of #FD1EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1EEA

Black with #FD1EEA

Text Example


Text Example

White with #FD1EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1EEA; }

 p { color: rgb(253,30,234); }

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

background-color css

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

 a { background-color: rgb(253,30,234); }

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

border-color css

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

 span { border-color: rgb(253,30,234); }

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