Html Css Color HEX #FE24F9 Magenta

📋 copy color: '#FE24F9'

red 254 ◦ green 36 ◦ blue 249

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

Shades of Magenta #FE24F9

Tints of Magenta #FE24F9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 6.68%

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

R = 47.12%
G = 6.68%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE24F9 (or 0xFE24F9) is known color: Magenta. HEX triplet: FE, 24 and F9. RGB value is (254,36,249). Sum of RGB (Red+Green+Blue) = 254+36+249=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 36 (14.45% from 255 or 6.68% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE24F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE24F9 is #01DB06. Grayscale: #7C7C7C. Windows color (decimal): -121607 or 16327934. OLE color: 16327934.

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

Color convert

RGB 254 36 249 -
CMYK 0 0.86 0.02 0.00
HSL 301.38º 0.99% 0.57% -
HSV(B) 301.38º 0.86% 1% -
XYZ 58.6 29.17 92.16 -
YUV 125.46 197.72 219.68 -
System Red Green Blue C M Y K H S L
Decimal 254 36 249 0 0.86 0.02 0.00 301.38 0.99 0.57
Hex FE 24 F9 0 56 2 0 12D 63 39
Octal 376 44 371 0 126 2 0 455 143 71
Binary 11111110 100100 11111001 0 1010110 10 0 100101101 1100011 111001

Color Harmonies of #FE24F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE24F9

Black with #FE24F9

Text Example


Text Example

White with #FE24F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE24F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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