Html Css Color HEX #FC28FE Magenta

📋 copy color: '#FC28FE'

red 252 ◦ green 40 ◦ blue 254

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

Shades of Magenta #FC28FE

Tints of Magenta #FC28FE

RGB

 RED value IS 252 (98.83% from 255) = 46.15%

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

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 46.15%
G = 7.33%
B = 46.52%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC28FE (or 0xFC28FE) is known color: Magenta. HEX triplet: FC, 28 and FE. RGB value is (252,40,254). Sum of RGB (Red+Green+Blue) = 252+40+254=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 40 (16.02% from 255 or 7.33% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC28FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC28FE is #03D701. Grayscale: #7F7F7F. Windows color (decimal): -251650 or 16656636. OLE color: 16656636.

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

Color convert

RGB 252 40 254 -
CMYK 0.01 0.84 0 0.00
HSL 299.44º 0.99% 0.58% -
HSV(B) 299.44º 0.84% 1% -
XYZ 58.79 29.37 96.34 -
YUV 127.78 199.24 216.6 -
System Red Green Blue C M Y K H S L
Decimal 252 40 254 0.01 0.84 0 0.00 299.44 0.99 0.58
Hex FC 28 FE 1 54 0 0 12B 63 3A
Octal 374 50 376 1 124 0 0 453 143 72
Binary 11111100 101000 11111110 1 1010100 0 0 100101011 1100011 111010

Color Harmonies of #FC28FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28FE

Black with #FC28FE

Text Example


Text Example

White with #FC28FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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