Html Css Color HEX #FD0EFF Magenta

📋 copy color: '#FD0EFF'

red 253 ◦ green 14 ◦ blue 255

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

Shades of Magenta #FD0EFF

Tints of Magenta #FD0EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.85%

R = 48.47%
G = 2.68%
B = 48.85%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD0EFF (or 0xFD0EFF) is known color: Magenta. HEX triplet: FD, 0E and FF. RGB value is (253,14,255). Sum of RGB (Red+Green+Blue) = 253+14+255=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 14 (5.86% from 255 or 2.68% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD0EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0EFF is #02F100. Grayscale: #707070. Windows color (decimal): -192769 or 16715517. OLE color: 16715517.

HSL color Cylindrical-coordinate representation of color #FD0EFF: hue angle of 299.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0EFF is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 253 14 255 -
CMYK 0.01 0.95 0 0
HSL 299.5º 1% 0.53% -
HSV(B) 299.5º 0.95% 1% -
XYZ 58.72 28.42 97 -
YUV 112.94 208.18 227.9 -
System Red Green Blue C M Y K H S L
Decimal 253 14 255 0.01 0.95 0 0 299.5 1 0.53
Hex FD E FF 1 5F 0 0 12C 64 35
Octal 375 16 377 1 137 0 0 454 144 65
Binary 11111101 1110 11111111 1 1011111 0 0 100101100 1100100 110101

Color Harmonies of #FD0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0EFF

Black with #FD0EFF

Text Example


Text Example

White with #FD0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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