Html Css Color HEX #FD1EEF Magenta

📋 copy color: '#FD1EEF'

red 253 ◦ green 30 ◦ blue 239

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

Shades of Magenta #FD1EEF

Tints of Magenta #FD1EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 48.47%
G = 5.75%
B = 45.79%

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

#FD1EEF (or 0xFD1EEF) is known color: Magenta. HEX triplet: FD, 1E and EF. RGB value is (253,30,239). Sum of RGB (Red+Green+Blue) = 253+30+239=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 30 (12.11% from 255 or 5.75% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1EEF is #02E110. Grayscale: #777777. Windows color (decimal): -188689 or 15671037. OLE color: 15671037.

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

Color convert

RGB 253 30 239 -
CMYK 0 0.88 0.06 0.01
HSL 303.77º 0.98% 0.55% -
HSV(B) 303.77º 0.88% 0.99% -
XYZ 56.55 28.04 84.09 -
YUV 120.5 194.88 222.51 -
System Red Green Blue C M Y K H S L
Decimal 253 30 239 0 0.88 0.06 0.01 303.77 0.98 0.55
Hex FD 1E EF 0 58 6 1 130 62 37
Octal 375 36 357 0 130 6 1 460 142 67
Binary 11111101 11110 11101111 0 1011000 110 1 100110000 1100010 110111

Color Harmonies of #FD1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1EEF

Black with #FD1EEF

Text Example


Text Example

White with #FD1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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