Html Css Color HEX #FC2BFF Magenta

📋 copy color: '#FC2BFF'

red 252 ◦ green 43 ◦ blue 255

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

Shades of Magenta #FC2BFF

Tints of Magenta #FC2BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 7.82%

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

R = 45.82%
G = 7.82%
B = 46.36%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC2BFF (or 0xFC2BFF) is known color: Magenta. HEX triplet: FC, 2B and FF. RGB value is (252,43,255). Sum of RGB (Red+Green+Blue) = 252+43+255=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 43 (17.19% from 255 or 7.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC2BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2BFF is #03D400. Grayscale: #818181. Windows color (decimal): -250881 or 16722940. OLE color: 16722940.

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

Color convert

RGB 252 43 255 -
CMYK 0.01 0.83 0 0
HSL 299.15º 1% 0.58% -
HSV(B) 299.15º 0.83% 1% -
XYZ 59.06 29.64 97.22 -
YUV 129.66 198.74 215.26 -
System Red Green Blue C M Y K H S L
Decimal 252 43 255 0.01 0.83 0 0 299.15 1 0.58
Hex FC 2B FF 1 53 0 0 12B 64 3A
Octal 374 53 377 1 123 0 0 453 144 72
Binary 11111100 101011 11111111 1 1010011 0 0 100101011 1100100 111010

Color Harmonies of #FC2BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2BFF

Black with #FC2BFF

Text Example


Text Example

White with #FC2BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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