Html Css Color HEX #FC30FC Magenta

📋 copy color: '#FC30FC'

red 252 ◦ green 48 ◦ blue 252

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

Shades of Magenta #FC30FC

Tints of Magenta #FC30FC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 8.7%

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 45.65%
G = 8.7%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC30FC (or 0xFC30FC) is known color: Magenta. HEX triplet: FC, 30 and FC. RGB value is (252,48,252). Sum of RGB (Red+Green+Blue) = 252+48+252=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 48 (19.14% from 255 or 8.70% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC30FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC30FC is #03CF03. Grayscale: #838383. Windows color (decimal): -249604 or 16527612. OLE color: 16527612.

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

Color convert

RGB 252 48 252 -
CMYK 0 0.81 0 0.01
HSL 300º 0.97% 0.59% -
HSV(B) 300º 0.81% 0.99% -
XYZ 58.77 29.84 94.76 -
YUV 132.25 195.59 213.41 -
System Red Green Blue C M Y K H S L
Decimal 252 48 252 0 0.81 0 0.01 300 0.97 0.59
Hex FC 30 FC 0 51 0 1 12C 61 3B
Octal 374 60 374 0 121 0 1 454 141 73
Binary 11111100 110000 11111100 0 1010001 0 1 100101100 1100001 111011

Color Harmonies of #FC30FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30FC

Black with #FC30FC

Text Example


Text Example

White with #FC30FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30FC; }

 p { color: rgb(252,48,252); }

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

background-color css

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

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

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

border-color css

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

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

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