Html Css Color HEX #FE28FD Magenta

📋 copy color: '#FE28FD'

red 254 ◦ green 40 ◦ blue 253

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

Shades of Magenta #FE28FD

Tints of Magenta #FE28FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.25%

R = 46.44%
G = 7.31%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE28FD (or 0xFE28FD) is known color: Magenta. HEX triplet: FE, 28 and FD. RGB value is (254,40,253). Sum of RGB (Red+Green+Blue) = 254+40+253=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 40 (16.02% from 255 or 7.31% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE28FD is #01D702. Grayscale: #7F7F7F. Windows color (decimal): -120579 or 16591102. OLE color: 16591102.

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

Color convert

RGB 254 40 253 -
CMYK 0 0.84 0.00 0.00
HSL 300.28º 0.99% 0.58% -
HSV(B) 300.28º 0.84% 1% -
XYZ 59.36 29.68 95.53 -
YUV 128.27 198.4 217.68 -
System Red Green Blue C M Y K H S L
Decimal 254 40 253 0 0.84 0.00 0.00 300.28 0.99 0.58
Hex FE 28 FD 0 54 0 0 12C 63 3A
Octal 376 50 375 0 124 0 0 454 143 72
Binary 11111110 101000 11111101 0 1010100 0 0 100101100 1100011 111010

Color Harmonies of #FE28FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE28FD

Black with #FE28FD

Text Example


Text Example

White with #FE28FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE28FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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