Html Css Color HEX #FE19F0 Magenta

📋 copy color: '#FE19F0'

red 254 ◦ green 25 ◦ blue 240

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

Shades of Magenta #FE19F0

Tints of Magenta #FE19F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.24%

R = 48.94%
G = 4.82%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE19F0 (or 0xFE19F0) is known color: Magenta. HEX triplet: FE, 19 and F0. RGB value is (254,25,240). Sum of RGB (Red+Green+Blue) = 254+25+240=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 25 (10.16% from 255 or 4.82% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19F0 is #01E60F. Grayscale: #757575. Windows color (decimal): -124432 or 15735294. OLE color: 15735294.

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

Color convert

RGB 254 25 240 -
CMYK 0 0.90 0.06 0.00
HSL 303.67º 0.99% 0.55% -
HSV(B) 303.67º 0.9% 1% -
XYZ 56.95 28.06 84.85 -
YUV 117.98 196.87 225.02 -
System Red Green Blue C M Y K H S L
Decimal 254 25 240 0 0.90 0.06 0.00 303.67 0.99 0.55
Hex FE 19 F0 0 5A 6 0 130 63 37
Octal 376 31 360 0 132 6 0 460 143 67
Binary 11111110 11001 11110000 0 1011010 110 0 100110000 1100011 110111

Color Harmonies of #FE19F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE19F0

Black with #FE19F0

Text Example


Text Example

White with #FE19F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE19F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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