Html Css Color HEX #FE13EA Magenta

📋 copy color: '#FE13EA'

red 254 ◦ green 19 ◦ blue 234

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

Shades of Magenta #FE13EA

Tints of Magenta #FE13EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 50.1%
G = 3.75%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE13EA (or 0xFE13EA) is known color: Magenta. HEX triplet: FE, 13 and EA. RGB value is (254,19,234). Sum of RGB (Red+Green+Blue) = 254+19+234=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 19 (7.81% from 255 or 3.75% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE13EA is #01EC15. Grayscale: #717171. Windows color (decimal): -125974 or 15340542. OLE color: 15340542.

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

Color convert

RGB 254 19 234 -
CMYK 0 0.93 0.08 0.00
HSL 305.11º 0.99% 0.54% -
HSV(B) 305.11º 0.93% 1% -
XYZ 55.96 27.48 80.2 -
YUV 113.78 195.86 228.02 -
System Red Green Blue C M Y K H S L
Decimal 254 19 234 0 0.93 0.08 0.00 305.11 0.99 0.54
Hex FE 13 EA 0 5D 8 0 131 63 36
Octal 376 23 352 0 135 10 0 461 143 66
Binary 11111110 10011 11101010 0 1011101 1000 0 100110001 1100011 110110

Color Harmonies of #FE13EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE13EA

Black with #FE13EA

Text Example


Text Example

White with #FE13EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE13EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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