Html Css Color HEX #FE19FF Magenta

📋 copy color: '#FE19FF'

red 254 ◦ green 25 ◦ blue 255

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

Shades of Magenta #FE19FF

Tints of Magenta #FE19FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.68%

 BLUE value IS 255 (100% from 255) = 47.75%

R = 47.57%
G = 4.68%
B = 47.75%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE19FF (or 0xFE19FF) is known color: Magenta. HEX triplet: FE, 19 and FF. RGB value is (254,25,255). Sum of RGB (Red+Green+Blue) = 254+25+255=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 25 (10.16% from 255 or 4.68% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE19FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19FF is #01E600. Grayscale: #777777. Windows color (decimal): -124417 or 16718334. OLE color: 16718334.

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

Color convert

RGB 254 25 255 -
CMYK 0.00 0.90 0 0
HSL 299.74º 1% 0.55% -
HSV(B) 299.74º 0.9% 1% -
XYZ 59.27 28.99 97.08 -
YUV 119.69 204.37 223.8 -
System Red Green Blue C M Y K H S L
Decimal 254 25 255 0.00 0.90 0 0 299.74 1 0.55
Hex FE 19 FF 0 5A 0 0 12C 64 37
Octal 376 31 377 0 132 0 0 454 144 67
Binary 11111110 11001 11111111 0 1011010 0 0 100101100 1100100 110111

Color Harmonies of #FE19FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE19FF

Black with #FE19FF

Text Example


Text Example

White with #FE19FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE19FF; }

 p { color: rgb(254,25,255); }

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

background-color css

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

 a { background-color: rgb(254,25,255); }

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

border-color css

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

 span { border-color: rgb(254,25,255); }

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