Html Css Color HEX #FE0DFF Magenta

📋 copy color: '#FE0DFF'

red 254 ◦ green 13 ◦ blue 255

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

Shades of Magenta #FE0DFF

Tints of Magenta #FE0DFF

RGB

 RED value IS 254 (99.61% from 255) = 48.66%

 GREEN value IS 13 (5.47% from 255) = 2.49%

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

R = 48.66%
G = 2.49%
B = 48.85%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE0DFF (or 0xFE0DFF) is known color: Magenta. HEX triplet: FE, 0D and FF. RGB value is (254,13,255). Sum of RGB (Red+Green+Blue) = 254+13+255=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 13 (5.47% from 255 or 2.49% 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 #FE0DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0DFF is #01F200. Grayscale: #6F6F6F. Windows color (decimal): -127489 or 16715262. OLE color: 16715262.

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

Color convert

RGB 254 13 255 -
CMYK 0.00 0.95 0 0
HSL 299.75º 1% 0.53% -
HSV(B) 299.75º 0.95% 1% -
XYZ 59.07 28.58 97.01 -
YUV 112.65 208.34 228.82 -
System Red Green Blue C M Y K H S L
Decimal 254 13 255 0.00 0.95 0 0 299.75 1 0.53
Hex FE D FF 0 5F 0 0 12C 64 35
Octal 376 15 377 0 137 0 0 454 144 65
Binary 11111110 1101 11111111 0 1011111 0 0 100101100 1100100 110101

Color Harmonies of #FE0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0DFF

Black with #FE0DFF

Text Example


Text Example

White with #FE0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0DFF; }

 p { color: rgb(254,13,255); }

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

background-color css

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

 a { background-color: rgb(254,13,255); }

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

border-color css

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

 span { border-color: rgb(254,13,255); }

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