Html Css Color HEX #FC2CFB Magenta

📋 copy color: '#FC2CFB'

red 252 ◦ green 44 ◦ blue 251

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

Shades of Magenta #FC2CFB

Tints of Magenta #FC2CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.04%

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

R = 46.07%
G = 8.04%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC2CFB (or 0xFC2CFB) is known color: Magenta. HEX triplet: FC, 2C and FB. RGB value is (252,44,251). Sum of RGB (Red+Green+Blue) = 252+44+251=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 44 (17.58% from 255 or 8.04% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2CFB is #03D304. Grayscale: #818181. Windows color (decimal): -250629 or 16461052. OLE color: 16461052.

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

Color convert

RGB 252 44 251 -
CMYK 0 0.83 0.00 0.01
HSL 300.29º 0.97% 0.58% -
HSV(B) 300.29º 0.83% 0.99% -
XYZ 58.46 29.46 93.87 -
YUV 129.79 196.41 215.17 -
System Red Green Blue C M Y K H S L
Decimal 252 44 251 0 0.83 0.00 0.01 300.29 0.97 0.58
Hex FC 2C FB 0 53 0 1 12C 61 3A
Octal 374 54 373 0 123 0 1 454 141 72
Binary 11111100 101100 11111011 0 1010011 0 1 100101100 1100001 111010

Color Harmonies of #FC2CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2CFB

Black with #FC2CFB

Text Example


Text Example

White with #FC2CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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