Html Css Color HEX #FE2AF5 Magenta

📋 copy color: '#FE2AF5'

red 254 ◦ green 42 ◦ blue 245

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

Shades of Magenta #FE2AF5

Tints of Magenta #FE2AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.29%

R = 46.95%
G = 7.76%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE2AF5 (or 0xFE2AF5) is known color: Magenta. HEX triplet: FE, 2A and F5. RGB value is (254,42,245). Sum of RGB (Red+Green+Blue) = 254+42+245=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 42 (16.80% from 255 or 7.76% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2AF5 is #01D50A. Grayscale: #7F7F7F. Windows color (decimal): -120075 or 16067326. OLE color: 16067326.

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

Color convert

RGB 254 42 245 -
CMYK 0 0.83 0.04 0.00
HSL 302.55º 0.99% 0.58% -
HSV(B) 302.55º 0.83% 1% -
XYZ 58.18 29.32 88.98 -
YUV 128.53 193.74 217.49 -
System Red Green Blue C M Y K H S L
Decimal 254 42 245 0 0.83 0.04 0.00 302.55 0.99 0.58
Hex FE 2A F5 0 53 4 0 12F 63 3A
Octal 376 52 365 0 123 4 0 457 143 72
Binary 11111110 101010 11110101 0 1010011 100 0 100101111 1100011 111010

Color Harmonies of #FE2AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2AF5

Black with #FE2AF5

Text Example


Text Example

White with #FE2AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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