Html Css Color HEX #FE2AFD Magenta

📋 copy color: '#FE2AFD'

red 254 ◦ green 42 ◦ blue 253

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

Shades of Magenta #FE2AFD

Tints of Magenta #FE2AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.08%

R = 46.27%
G = 7.65%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE2AFD (or 0xFE2AFD) is known color: Magenta. HEX triplet: FE, 2A and FD. RGB value is (254,42,253). Sum of RGB (Red+Green+Blue) = 254+42+253=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 42 (16.80% from 255 or 7.65% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2AFD is #01D502. Grayscale: #808080. Windows color (decimal): -120067 or 16591614. OLE color: 16591614.

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

Color convert

RGB 254 42 253 -
CMYK 0 0.83 0.00 0.00
HSL 300.28º 0.99% 0.58% -
HSV(B) 300.28º 0.83% 1% -
XYZ 59.43 29.82 95.55 -
YUV 129.44 197.74 216.84 -
System Red Green Blue C M Y K H S L
Decimal 254 42 253 0 0.83 0.00 0.00 300.28 0.99 0.58
Hex FE 2A FD 0 53 0 0 12C 63 3A
Octal 376 52 375 0 123 0 0 454 143 72
Binary 11111110 101010 11111101 0 1010011 0 0 100101100 1100011 111010

Color Harmonies of #FE2AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2AFD

Black with #FE2AFD

Text Example


Text Example

White with #FE2AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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