Html Css Color HEX #FE19F5 Magenta

📋 copy color: '#FE19F5'

red 254 ◦ green 25 ◦ blue 245

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

Shades of Magenta #FE19F5

Tints of Magenta #FE19F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.76%

R = 48.47%
G = 4.77%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE19F5 (or 0xFE19F5) is known color: Magenta. HEX triplet: FE, 19 and F5. RGB value is (254,25,245). Sum of RGB (Red+Green+Blue) = 254+25+245=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 25 (10.16% from 255 or 4.77% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19F5 is #01E60A. Grayscale: #757575. Windows color (decimal): -124427 or 16062974. OLE color: 16062974.

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

Color convert

RGB 254 25 245 -
CMYK 0 0.90 0.04 0.00
HSL 302.36º 0.99% 0.55% -
HSV(B) 302.36º 0.9% 1% -
XYZ 57.7 28.36 88.82 -
YUV 118.55 199.37 224.61 -
System Red Green Blue C M Y K H S L
Decimal 254 25 245 0 0.90 0.04 0.00 302.36 0.99 0.55
Hex FE 19 F5 0 5A 4 0 12E 63 37
Octal 376 31 365 0 132 4 0 456 143 67
Binary 11111110 11001 11110101 0 1011010 100 0 100101110 1100011 110111

Color Harmonies of #FE19F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE19F5

Black with #FE19F5

Text Example


Text Example

White with #FE19F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE19F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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