Html Css Color HEX #FE18FC Magenta

📋 copy color: '#FE18FC'

red 254 ◦ green 24 ◦ blue 252

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

Shades of Magenta #FE18FC

Tints of Magenta #FE18FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 47.92%
G = 4.53%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE18FC (or 0xFE18FC) is known color: Magenta. HEX triplet: FE, 18 and FC. RGB value is (254,24,252). Sum of RGB (Red+Green+Blue) = 254+24+252=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 24 (9.77% from 255 or 4.53% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE18FC is #01E703. Grayscale: #767676. Windows color (decimal): -124676 or 16521470. OLE color: 16521470.

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

Color convert

RGB 254 24 252 -
CMYK 0 0.91 0.01 0.00
HSL 300.52º 0.99% 0.55% -
HSV(B) 300.52º 0.91% 1% -
XYZ 58.77 28.75 94.55 -
YUV 118.76 203.2 224.46 -
System Red Green Blue C M Y K H S L
Decimal 254 24 252 0 0.91 0.01 0.00 300.52 0.99 0.55
Hex FE 18 FC 0 5B 1 0 12D 63 37
Octal 376 30 374 0 133 1 0 455 143 67
Binary 11111110 11000 11111100 0 1011011 1 0 100101101 1100011 110111

Color Harmonies of #FE18FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE18FC

Black with #FE18FC

Text Example


Text Example

White with #FE18FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE18FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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