Html Css Color HEX #FE24FA Magenta

📋 copy color: '#FE24FA'

red 254 ◦ green 36 ◦ blue 250

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

Shades of Magenta #FE24FA

Tints of Magenta #FE24FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 47.04%
G = 6.67%
B = 46.3%

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

#FE24FA (or 0xFE24FA) is known color: Magenta. HEX triplet: FE, 24 and FA. RGB value is (254,36,250). Sum of RGB (Red+Green+Blue) = 254+36+250=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 36 (14.45% from 255 or 6.67% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE24FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE24FA is #01DB05. Grayscale: #7C7C7C. Windows color (decimal): -121606 or 16393470. OLE color: 16393470.

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

Color convert

RGB 254 36 250 -
CMYK 0 0.86 0.02 0.00
HSL 301.1º 0.99% 0.57% -
HSV(B) 301.1º 0.86% 1% -
XYZ 58.76 29.23 92.99 -
YUV 125.58 198.22 219.6 -
System Red Green Blue C M Y K H S L
Decimal 254 36 250 0 0.86 0.02 0.00 301.1 0.99 0.57
Hex FE 24 FA 0 56 2 0 12D 63 39
Octal 376 44 372 0 126 2 0 455 143 71
Binary 11111110 100100 11111010 0 1010110 10 0 100101101 1100011 111001

Color Harmonies of #FE24FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE24FA

Black with #FE24FA

Text Example


Text Example

White with #FE24FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE24FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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