Html Css Color HEX #FD0EFC Magenta

📋 copy color: '#FD0EFC'

red 253 ◦ green 14 ◦ blue 252

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

Shades of Magenta #FD0EFC

Tints of Magenta #FD0EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 48.75%
G = 2.7%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FD0EFC (or 0xFD0EFC) is known color: Magenta. HEX triplet: FD, 0E and FC. RGB value is (253,14,252). Sum of RGB (Red+Green+Blue) = 253+14+252=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 14 (5.86% from 255 or 2.70% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0EFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0EFC is #02F103. Grayscale: #6F6F6F. Windows color (decimal): -192772 or 16518909. OLE color: 16518909.

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

Color convert

RGB 253 14 252 -
CMYK 0 0.94 0.00 0.01
HSL 300.25º 0.98% 0.52% -
HSV(B) 300.25º 0.94% 0.99% -
XYZ 58.24 28.23 94.47 -
YUV 112.59 206.68 228.15 -
System Red Green Blue C M Y K H S L
Decimal 253 14 252 0 0.94 0.00 0.01 300.25 0.98 0.52
Hex FD E FC 0 5E 0 1 12C 62 34
Octal 375 16 374 0 136 0 1 454 142 64
Binary 11111101 1110 11111100 0 1011110 0 1 100101100 1100010 110100

Color Harmonies of #FD0EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0EFC

Black with #FD0EFC

Text Example


Text Example

White with #FD0EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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