Html Css Color HEX #FC33FF Magenta

📋 copy color: '#FC33FF'

red 252 ◦ green 51 ◦ blue 255

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

Shades of Magenta #FC33FF

Tints of Magenta #FC33FF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.14%

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

R = 45.16%
G = 9.14%
B = 45.7%

CMYK

 C value IS 0.01

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC33FF (or 0xFC33FF) is known color: Magenta. HEX triplet: FC, 33 and FF. RGB value is (252,51,255). Sum of RGB (Red+Green+Blue) = 252+51+255=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 51 (20.31% from 255 or 9.14% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC33FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC33FF is #03CC00. Grayscale: #858585. Windows color (decimal): -248833 or 16724988. OLE color: 16724988.

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

Color convert

RGB 252 51 255 -
CMYK 0.01 0.8 0 0
HSL 299.12º 1% 0.6% -
HSV(B) 299.12º 0.8% 1% -
XYZ 59.38 30.28 97.32 -
YUV 134.36 196.09 211.91 -
System Red Green Blue C M Y K H S L
Decimal 252 51 255 0.01 0.8 0 0 299.12 1 0.6
Hex FC 33 FF 1 50 0 0 12B 64 3C
Octal 374 63 377 1 120 0 0 453 144 74
Binary 11111100 110011 11111111 1 1010000 0 0 100101011 1100100 111100

Color Harmonies of #FC33FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC33FF

Black with #FC33FF

Text Example


Text Example

White with #FC33FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC33FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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