Html Css Color HEX #FE18E5 Hot Magenta

📋 copy color: '#FE18E5'

red 254 ◦ green 24 ◦ blue 229

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

Shades of Hot Magenta #FE18E5

Tints of Hot Magenta #FE18E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.17%

R = 50.1%
G = 4.73%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE18E5 (or 0xFE18E5) is known color: Hot Magenta. HEX triplet: FE, 18 and E5. RGB value is (254,24,229). Sum of RGB (Red+Green+Blue) = 254+24+229=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 24 (9.77% from 255 or 4.73% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18E5 is #01E71A. Grayscale: #737373. Windows color (decimal): -124699 or 15014142. OLE color: 15014142.

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

Color convert

RGB 254 24 229 -
CMYK 0 0.91 0.10 0.00
HSL 306.52º 0.99% 0.55% -
HSV(B) 306.52º 0.91% 1% -
XYZ 55.34 27.38 76.5 -
YUV 116.14 191.7 226.33 -
System Red Green Blue C M Y K H S L
Decimal 254 24 229 0 0.91 0.10 0.00 306.52 0.99 0.55
Hex FE 18 E5 0 5B A 0 133 63 37
Octal 376 30 345 0 133 12 0 463 143 67
Binary 11111110 11000 11100101 0 1011011 1010 0 100110011 1100011 110111

Color Harmonies of #FE18E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE18E5

Black with #FE18E5

Text Example


Text Example

White with #FE18E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE18E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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