Html Css Color HEX #FC28F8 Magenta

📋 copy color: '#FC28F8'

red 252 ◦ green 40 ◦ blue 248

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

Shades of Magenta #FC28F8

Tints of Magenta #FC28F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.93%

R = 46.67%
G = 7.41%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC28F8 (or 0xFC28F8) is known color: Magenta. HEX triplet: FC, 28 and F8. RGB value is (252,40,248). Sum of RGB (Red+Green+Blue) = 252+40+248=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 40 (16.02% from 255 or 7.41% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC28F8 is #03D707. Grayscale: #7E7E7E. Windows color (decimal): -251656 or 16263420. OLE color: 16263420.

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

Color convert

RGB 252 40 248 -
CMYK 0 0.84 0.02 0.01
HSL 301.13º 0.97% 0.57% -
HSV(B) 301.13º 0.84% 0.99% -
XYZ 57.85 28.99 91.35 -
YUV 127.1 196.24 217.09 -
System Red Green Blue C M Y K H S L
Decimal 252 40 248 0 0.84 0.02 0.01 301.13 0.97 0.57
Hex FC 28 F8 0 54 2 1 12D 61 39
Octal 374 50 370 0 124 2 1 455 141 71
Binary 11111100 101000 11111000 0 1010100 10 1 100101101 1100001 111001

Color Harmonies of #FC28F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28F8

Black with #FC28F8

Text Example


Text Example

White with #FC28F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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