Html Css Color HEX #FE0AFD Magenta

📋 copy color: '#FE0AFD'

red 254 ◦ green 10 ◦ blue 253

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

Shades of Magenta #FE0AFD

Tints of Magenta #FE0AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 1.93%

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

R = 49.13%
G = 1.93%
B = 48.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE0AFD (or 0xFE0AFD) is known color: Magenta. HEX triplet: FE, 0A and FD. RGB value is (254,10,253). Sum of RGB (Red+Green+Blue) = 254+10+253=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 10 (4.30% from 255 or 1.93% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0AFD is #01F502. Grayscale: #6D6D6D. Windows color (decimal): -128259 or 16583422. OLE color: 16583422.

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

Color convert

RGB 254 10 253 -
CMYK 0 0.96 0.00 0.00
HSL 300.25º 0.99% 0.52% -
HSV(B) 300.25º 0.96% 1% -
XYZ 58.71 28.38 95.31 -
YUV 110.66 208.34 230.24 -
System Red Green Blue C M Y K H S L
Decimal 254 10 253 0 0.96 0.00 0.00 300.25 0.99 0.52
Hex FE A FD 0 60 0 0 12C 63 34
Octal 376 12 375 0 140 0 0 454 143 64
Binary 11111110 1010 11111101 0 1100000 0 0 100101100 1100011 110100

Color Harmonies of #FE0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0AFD

Black with #FE0AFD

Text Example


Text Example

White with #FE0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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