Html Css Color HEX #FE18E4 Hot Magenta

📋 copy color: '#FE18E4'

red 254 ◦ green 24 ◦ blue 228

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

Shades of Hot Magenta #FE18E4

Tints of Hot Magenta #FE18E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.06%

R = 50.2%
G = 4.74%
B = 45.06%

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

#FE18E4 (or 0xFE18E4) is known color: Hot Magenta. HEX triplet: FE, 18 and E4. RGB value is (254,24,228). Sum of RGB (Red+Green+Blue) = 254+24+228=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 24 (9.77% from 255 or 4.74% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18E4 is #01E71B. Grayscale: #737373. Windows color (decimal): -124700 or 14948606. OLE color: 14948606.

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

Color convert

RGB 254 24 228 -
CMYK 0 0.91 0.10 0.00
HSL 306.78º 0.99% 0.55% -
HSV(B) 306.78º 0.91% 1% -
XYZ 55.2 27.33 75.76 -
YUV 116.03 191.2 226.41 -
System Red Green Blue C M Y K H S L
Decimal 254 24 228 0 0.91 0.10 0.00 306.78 0.99 0.55
Hex FE 18 E4 0 5B A 0 133 63 37
Octal 376 30 344 0 133 12 0 463 143 67
Binary 11111110 11000 11100100 0 1011011 1010 0 100110011 1100011 110111

Color Harmonies of #FE18E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE18E4

Black with #FE18E4

Text Example


Text Example

White with #FE18E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE18E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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