Html Css Color HEX #FE18E1 Hot Magenta

📋 copy color: '#FE18E1'

red 254 ◦ green 24 ◦ blue 225

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

Shades of Hot Magenta #FE18E1

Tints of Hot Magenta #FE18E1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.77%

 BLUE value IS 225 (88.28% from 255) = 44.73%

R = 50.5%
G = 4.77%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE18E1 (or 0xFE18E1) is known color: Hot Magenta. HEX triplet: FE, 18 and E1. RGB value is (254,24,225). Sum of RGB (Red+Green+Blue) = 254+24+225=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 24 (9.77% from 255 or 4.77% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18E1 is #01E71E. Grayscale: #737373. Windows color (decimal): -124703 or 14751998. OLE color: 14751998.

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

Color convert

RGB 254 24 225 -
CMYK 0 0.91 0.11 0.00
HSL 307.57º 0.99% 0.55% -
HSV(B) 307.57º 0.91% 1% -
XYZ 54.79 27.16 73.59 -
YUV 115.68 189.7 226.66 -
System Red Green Blue C M Y K H S L
Decimal 254 24 225 0 0.91 0.11 0.00 307.57 0.99 0.55
Hex FE 18 E1 0 5B B 0 134 63 37
Octal 376 30 341 0 133 13 0 464 143 67
Binary 11111110 11000 11100001 0 1011011 1011 0 100110100 1100011 110111

Color Harmonies of #FE18E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE18E1

Black with #FE18E1

Text Example


Text Example

White with #FE18E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE18E1; }

 p { color: rgb(254,24,225); }

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

background-color css

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

 a { background-color: rgb(254,24,225); }

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

border-color css

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

 span { border-color: rgb(254,24,225); }

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