Html Css Color HEX #FE19F6 Magenta

📋 copy color: '#FE19F6'

red 254 ◦ green 25 ◦ blue 246

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

Shades of Magenta #FE19F6

Tints of Magenta #FE19F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.86%

R = 48.38%
G = 4.76%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE19F6 (or 0xFE19F6) is known color: Magenta. HEX triplet: FE, 19 and F6. RGB value is (254,25,246). Sum of RGB (Red+Green+Blue) = 254+25+246=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 25 (10.16% from 255 or 4.76% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19F6 is #01E609. Grayscale: #767676. Windows color (decimal): -124426 or 16128510. OLE color: 16128510.

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

Color convert

RGB 254 25 246 -
CMYK 0 0.90 0.03 0.00
HSL 302.1º 0.99% 0.55% -
HSV(B) 302.1º 0.9% 1% -
XYZ 57.86 28.42 89.63 -
YUV 118.67 199.87 224.53 -
System Red Green Blue C M Y K H S L
Decimal 254 25 246 0 0.90 0.03 0.00 302.1 0.99 0.55
Hex FE 19 F6 0 5A 3 0 12E 63 37
Octal 376 31 366 0 132 3 0 456 143 67
Binary 11111110 11001 11110110 0 1011010 11 0 100101110 1100011 110111

Color Harmonies of #FE19F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE19F6

Black with #FE19F6

Text Example


Text Example

White with #FE19F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE19F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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