Html Css Color HEX #FD0EED Magenta

📋 copy color: '#FD0EED'

red 253 ◦ green 14 ◦ blue 237

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

Shades of Magenta #FD0EED

Tints of Magenta #FD0EED

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.78%

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 50.2%
G = 2.78%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD0EED (or 0xFD0EED) is known color: Magenta. HEX triplet: FD, 0E and ED. RGB value is (253,14,237). Sum of RGB (Red+Green+Blue) = 253+14+237=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 14 (5.86% from 255 or 2.78% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0EED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0EED is #02F112. Grayscale: #6E6E6E. Windows color (decimal): -192787 or 15535869. OLE color: 15535869.

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

Color convert

RGB 253 14 237 -
CMYK 0 0.94 0.06 0.01
HSL 304.02º 0.98% 0.52% -
HSV(B) 304.02º 0.94% 0.99% -
XYZ 55.95 27.31 82.44 -
YUV 110.88 199.18 229.37 -
System Red Green Blue C M Y K H S L
Decimal 253 14 237 0 0.94 0.06 0.01 304.02 0.98 0.52
Hex FD E ED 0 5E 6 1 130 62 34
Octal 375 16 355 0 136 6 1 460 142 64
Binary 11111101 1110 11101101 0 1011110 110 1 100110000 1100010 110100

Color Harmonies of #FD0EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0EED

Black with #FD0EED

Text Example


Text Example

White with #FD0EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0EED; }

 p { color: rgb(253,14,237); }

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

background-color css

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

 a { background-color: rgb(253,14,237); }

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

border-color css

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

 span { border-color: rgb(253,14,237); }

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