Html Css Color HEX #FE14F9 Magenta

📋 copy color: '#FE14F9'

red 254 ◦ green 20 ◦ blue 249

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

Shades of Magenta #FE14F9

Tints of Magenta #FE14F9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.82%

 BLUE value IS 249 (97.66% from 255) = 47.61%

R = 48.57%
G = 3.82%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE14F9 (or 0xFE14F9) is known color: Magenta. HEX triplet: FE, 14 and F9. RGB value is (254,20,249). Sum of RGB (Red+Green+Blue) = 254+20+249=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 20 (8.20% from 255 or 3.82% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE14F9 is #01EB06. Grayscale: #737373. Windows color (decimal): -125703 or 16323838. OLE color: 16323838.

HSL color Cylindrical-coordinate representation of color #FE14F9: hue angle of 301.28º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE14F9 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 20 249 -
CMYK 0 0.92 0.02 0.00
HSL 301.28º 0.99% 0.54% -
HSV(B) 301.28º 0.92% 1% -
XYZ 58.22 28.41 92.04 -
YUV 116.07 203.02 226.38 -
System Red Green Blue C M Y K H S L
Decimal 254 20 249 0 0.92 0.02 0.00 301.28 0.99 0.54
Hex FE 14 F9 0 5C 2 0 12D 63 36
Octal 376 24 371 0 134 2 0 455 143 66
Binary 11111110 10100 11111001 0 1011100 10 0 100101101 1100011 110110

Color Harmonies of #FE14F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE14F9

Black with #FE14F9

Text Example


Text Example

White with #FE14F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE14F9; }

 p { color: rgb(254,20,249); }

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

background-color css

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

 a { background-color: rgb(254,20,249); }

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

border-color css

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

 span { border-color: rgb(254,20,249); }

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