Html Css Color HEX #FC28FB Magenta

📋 copy color: '#FC28FB'

red 252 ◦ green 40 ◦ blue 251

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

Shades of Magenta #FC28FB

Tints of Magenta #FC28FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.22%

R = 46.41%
G = 7.37%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC28FB (or 0xFC28FB) is known color: Magenta. HEX triplet: FC, 28 and FB. RGB value is (252,40,251). Sum of RGB (Red+Green+Blue) = 252+40+251=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 40 (16.02% from 255 or 7.37% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC28FB is #03D704. Grayscale: #7E7E7E. Windows color (decimal): -251653 or 16460028. OLE color: 16460028.

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

Color convert

RGB 252 40 251 -
CMYK 0 0.84 0.00 0.01
HSL 300.28º 0.97% 0.57% -
HSV(B) 300.28º 0.84% 0.99% -
XYZ 58.32 29.18 93.83 -
YUV 127.44 197.74 216.84 -
System Red Green Blue C M Y K H S L
Decimal 252 40 251 0 0.84 0.00 0.01 300.28 0.97 0.57
Hex FC 28 FB 0 54 0 1 12C 61 39
Octal 374 50 373 0 124 0 1 454 141 71
Binary 11111100 101000 11111011 0 1010100 0 1 100101100 1100001 111001

Color Harmonies of #FC28FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28FB

Black with #FC28FB

Text Example


Text Example

White with #FC28FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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