Html Css Color HEX #FC1CEC Magenta

📋 copy color: '#FC1CEC'

red 252 ◦ green 28 ◦ blue 236

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

Shades of Magenta #FC1CEC

Tints of Magenta #FC1CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 48.84%
G = 5.43%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC1CEC (or 0xFC1CEC) is known color: Magenta. HEX triplet: FC, 1C and EC. RGB value is (252,28,236). Sum of RGB (Red+Green+Blue) = 252+28+236=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 28 (11.33% from 255 or 5.43% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1CEC is #03E313. Grayscale: #767676. Windows color (decimal): -254740 or 15473916. OLE color: 15473916.

HSL color Cylindrical-coordinate representation of color #FC1CEC: hue angle of 304.29º 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 #FC1CEC is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 28 236 -
CMYK 0 0.89 0.06 0.01
HSL 304.29º 0.97% 0.55% -
HSV(B) 304.29º 0.89% 0.99% -
XYZ 55.7 27.58 81.75 -
YUV 118.69 194.21 223.09 -
System Red Green Blue C M Y K H S L
Decimal 252 28 236 0 0.89 0.06 0.01 304.29 0.97 0.55
Hex FC 1C EC 0 59 6 1 130 61 37
Octal 374 34 354 0 131 6 1 460 141 67
Binary 11111100 11100 11101100 0 1011001 110 1 100110000 1100001 110111

Color Harmonies of #FC1CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CEC

Black with #FC1CEC

Text Example


Text Example

White with #FC1CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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