Html Css Color HEX #FC28FF Magenta

📋 copy color: '#FC28FF'

red 252 ◦ green 40 ◦ blue 255

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

Shades of Magenta #FC28FF

Tints of Magenta #FC28FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.62%

R = 46.07%
G = 7.31%
B = 46.62%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC28FF (or 0xFC28FF) is known color: Magenta. HEX triplet: FC, 28 and FF. RGB value is (252,40,255). Sum of RGB (Red+Green+Blue) = 252+40+255=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 40 (16.02% from 255 or 7.31% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC28FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC28FF is #03D700. Grayscale: #7F7F7F. Windows color (decimal): -251649 or 16722172. OLE color: 16722172.

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

Color convert

RGB 252 40 255 -
CMYK 0.01 0.84 0 0
HSL 299.16º 1% 0.58% -
HSV(B) 299.16º 0.84% 1% -
XYZ 58.95 29.43 97.18 -
YUV 127.9 199.74 216.52 -
System Red Green Blue C M Y K H S L
Decimal 252 40 255 0.01 0.84 0 0 299.16 1 0.58
Hex FC 28 FF 1 54 0 0 12B 64 3A
Octal 374 50 377 1 124 0 0 453 144 72
Binary 11111100 101000 11111111 1 1010100 0 0 100101011 1100100 111010

Color Harmonies of #FC28FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28FF

Black with #FC28FF

Text Example


Text Example

White with #FC28FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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