Html Css Color HEX #FE28FA Magenta

📋 copy color: '#FE28FA'

red 254 ◦ green 40 ◦ blue 250

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

Shades of Magenta #FE28FA

Tints of Magenta #FE28FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.35%

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

R = 46.69%
G = 7.35%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE28FA (or 0xFE28FA) is known color: Magenta. HEX triplet: FE, 28 and FA. RGB value is (254,40,250). Sum of RGB (Red+Green+Blue) = 254+40+250=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 40 (16.02% from 255 or 7.35% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE28FA is #01D705. Grayscale: #7F7F7F. Windows color (decimal): -120582 or 16394494. OLE color: 16394494.

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

Color convert

RGB 254 40 250 -
CMYK 0 0.84 0.02 0.00
HSL 301.12º 0.99% 0.58% -
HSV(B) 301.12º 0.84% 1% -
XYZ 58.89 29.49 93.03 -
YUV 127.93 196.9 217.92 -
System Red Green Blue C M Y K H S L
Decimal 254 40 250 0 0.84 0.02 0.00 301.12 0.99 0.58
Hex FE 28 FA 0 54 2 0 12D 63 3A
Octal 376 50 372 0 124 2 0 455 143 72
Binary 11111110 101000 11111010 0 1010100 10 0 100101101 1100011 111010

Color Harmonies of #FE28FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE28FA

Black with #FE28FA

Text Example


Text Example

White with #FE28FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE28FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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