Html Css Color HEX #FE2AF9 Magenta

📋 copy color: '#FE2AF9'

red 254 ◦ green 42 ◦ blue 249

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

Shades of Magenta #FE2AF9

Tints of Magenta #FE2AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.71%

 BLUE value IS 249 (97.66% from 255) = 45.69%

R = 46.61%
G = 7.71%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE2AF9 (or 0xFE2AF9) is known color: Magenta. HEX triplet: FE, 2A and F9. RGB value is (254,42,249). Sum of RGB (Red+Green+Blue) = 254+42+249=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 42 (16.80% from 255 or 7.71% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2AF9 is #01D506. Grayscale: #808080. Windows color (decimal): -120071 or 16329470. OLE color: 16329470.

HSL color Cylindrical-coordinate representation of color #FE2AF9: hue angle of 301.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2AF9 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 42 249 -
CMYK 0 0.83 0.02 0.00
HSL 301.42º 0.99% 0.58% -
HSV(B) 301.42º 0.83% 1% -
XYZ 58.8 29.57 92.23 -
YUV 128.99 195.74 217.17 -
System Red Green Blue C M Y K H S L
Decimal 254 42 249 0 0.83 0.02 0.00 301.42 0.99 0.58
Hex FE 2A F9 0 53 2 0 12D 63 3A
Octal 376 52 371 0 123 2 0 455 143 72
Binary 11111110 101010 11111001 0 1010011 10 0 100101101 1100011 111010

Color Harmonies of #FE2AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2AF9

Black with #FE2AF9

Text Example


Text Example

White with #FE2AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2AF9; }

 p { color: rgb(254,42,249); }

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

background-color css

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

 a { background-color: rgb(254,42,249); }

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

border-color css

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

 span { border-color: rgb(254,42,249); }

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