Html Css Color HEX #FE24F7 Magenta

📋 copy color: '#FE24F7'

red 254 ◦ green 36 ◦ blue 247

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

Shades of Magenta #FE24F7

Tints of Magenta #FE24F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46%

R = 47.3%
G = 6.7%
B = 46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE24F7 (or 0xFE24F7) is known color: Magenta. HEX triplet: FE, 24 and F7. RGB value is (254,36,247). Sum of RGB (Red+Green+Blue) = 254+36+247=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 36 (14.45% from 255 or 6.70% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE24F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE24F7 is #01DB08. Grayscale: #7C7C7C. Windows color (decimal): -121609 or 16196862. OLE color: 16196862.

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

Color convert

RGB 254 36 247 -
CMYK 0 0.86 0.03 0.00
HSL 301.93º 0.99% 0.57% -
HSV(B) 301.93º 0.86% 1% -
XYZ 58.29 29.05 90.53 -
YUV 125.24 196.72 219.84 -
System Red Green Blue C M Y K H S L
Decimal 254 36 247 0 0.86 0.03 0.00 301.93 0.99 0.57
Hex FE 24 F7 0 56 3 0 12E 63 39
Octal 376 44 367 0 126 3 0 456 143 71
Binary 11111110 100100 11110111 0 1010110 11 0 100101110 1100011 111001

Color Harmonies of #FE24F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE24F7

Black with #FE24F7

Text Example


Text Example

White with #FE24F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE24F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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