Html Css Color HEX #FC1CFC Magenta

📋 copy color: '#FC1CFC'

red 252 ◦ green 28 ◦ blue 252

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

Shades of Magenta #FC1CFC

Tints of Magenta #FC1CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.26%

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

R = 47.37%
G = 5.26%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC1CFC (or 0xFC1CFC) is known color: Magenta. HEX triplet: FC, 1C and FC. RGB value is (252,28,252). Sum of RGB (Red+Green+Blue) = 252+28+252=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 28 (11.33% from 255 or 5.26% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC1CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1CFC is #03E303. Grayscale: #777777. Windows color (decimal): -254724 or 16522492. OLE color: 16522492.

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

Color convert

RGB 252 28 252 -
CMYK 0 0.89 0 0.01
HSL 300º 0.97% 0.55% -
HSV(B) 300º 0.89% 0.99% -
XYZ 58.13 28.55 94.54 -
YUV 120.51 202.21 221.79 -
System Red Green Blue C M Y K H S L
Decimal 252 28 252 0 0.89 0 0.01 300 0.97 0.55
Hex FC 1C FC 0 59 0 1 12C 61 37
Octal 374 34 374 0 131 0 1 454 141 67
Binary 11111100 11100 11111100 0 1011001 0 1 100101100 1100001 110111

Color Harmonies of #FC1CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CFC

Black with #FC1CFC

Text Example


Text Example

White with #FC1CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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