Html Css Color HEX #FC28FC Magenta

📋 copy color: '#FC28FC'

red 252 ◦ green 40 ◦ blue 252

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

Shades of Magenta #FC28FC

Tints of Magenta #FC28FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.32%

R = 46.32%
G = 7.35%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC28FC (or 0xFC28FC) is known color: Magenta. HEX triplet: FC, 28 and FC. RGB value is (252,40,252). Sum of RGB (Red+Green+Blue) = 252+40+252=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 40 (16.02% from 255 or 7.35% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC28FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC28FC is #03D703. Grayscale: #7E7E7E. Windows color (decimal): -251652 or 16525564. OLE color: 16525564.

HSL color Cylindrical-coordinate representation of color #FC28FC: hue angle of 300º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC28FC is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 40 252 -
CMYK 0 0.84 0 0.01
HSL 300º 0.97% 0.57% -
HSV(B) 300º 0.84% 0.99% -
XYZ 58.47 29.24 94.66 -
YUV 127.56 198.24 216.76 -
System Red Green Blue C M Y K H S L
Decimal 252 40 252 0 0.84 0 0.01 300 0.97 0.57
Hex FC 28 FC 0 54 0 1 12C 61 39
Octal 374 50 374 0 124 0 1 454 141 71
Binary 11111100 101000 11111100 0 1010100 0 1 100101100 1100001 111001

Color Harmonies of #FC28FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28FC

Black with #FC28FC

Text Example


Text Example

White with #FC28FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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