Html Css Color HEX #FE13FA Magenta

📋 copy color: '#FE13FA'

red 254 ◦ green 19 ◦ blue 250

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

Shades of Magenta #FE13FA

Tints of Magenta #FE13FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.63%

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 48.57%
G = 3.63%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE13FA (or 0xFE13FA) is known color: Magenta. HEX triplet: FE, 13 and FA. RGB value is (254,19,250). Sum of RGB (Red+Green+Blue) = 254+19+250=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 19 (7.81% from 255 or 3.63% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE13FA is #01EC05. Grayscale: #727272. Windows color (decimal): -125958 or 16389118. OLE color: 16389118.

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

Color convert

RGB 254 19 250 -
CMYK 0 0.93 0.02 0.00
HSL 301.02º 0.99% 0.54% -
HSV(B) 301.02º 0.93% 1% -
XYZ 58.36 28.44 92.86 -
YUV 115.6 203.86 226.72 -
System Red Green Blue C M Y K H S L
Decimal 254 19 250 0 0.93 0.02 0.00 301.02 0.99 0.54
Hex FE 13 FA 0 5D 2 0 12D 63 36
Octal 376 23 372 0 135 2 0 455 143 66
Binary 11111110 10011 11111010 0 1011101 10 0 100101101 1100011 110110

Color Harmonies of #FE13FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE13FA

Black with #FE13FA

Text Example


Text Example

White with #FE13FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE13FA; }

 p { color: rgb(254,19,250); }

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

background-color css

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

 a { background-color: rgb(254,19,250); }

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

border-color css

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

 span { border-color: rgb(254,19,250); }

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