Html Css Color HEX #FD1EEE Magenta

📋 copy color: '#FD1EEE'

red 253 ◦ green 30 ◦ blue 238

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

Shades of Magenta #FD1EEE

Tints of Magenta #FD1EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 48.56%
G = 5.76%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD1EEE (or 0xFD1EEE) is known color: Magenta. HEX triplet: FD, 1E and EE. RGB value is (253,30,238). Sum of RGB (Red+Green+Blue) = 253+30+238=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 30 (12.11% from 255 or 5.76% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1EEE is #02E111. Grayscale: #777777. Windows color (decimal): -188690 or 15605501. OLE color: 15605501.

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

Color convert

RGB 253 30 238 -
CMYK 0 0.88 0.06 0.01
HSL 304.04º 0.98% 0.55% -
HSV(B) 304.04º 0.88% 0.99% -
XYZ 56.4 27.98 83.32 -
YUV 120.39 194.38 222.59 -
System Red Green Blue C M Y K H S L
Decimal 253 30 238 0 0.88 0.06 0.01 304.04 0.98 0.55
Hex FD 1E EE 0 58 6 1 130 62 37
Octal 375 36 356 0 130 6 1 460 142 67
Binary 11111101 11110 11101110 0 1011000 110 1 100110000 1100010 110111

Color Harmonies of #FD1EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1EEE

Black with #FD1EEE

Text Example


Text Example

White with #FD1EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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