Html Css Color HEX #FC1CFF Magenta

📋 copy color: '#FC1CFF'

red 252 ◦ green 28 ◦ blue 255

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

Shades of Magenta #FC1CFF

Tints of Magenta #FC1CFF

RGB

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

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

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

R = 47.1%
G = 5.23%
B = 47.66%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC1CFF (or 0xFC1CFF) is known color: Magenta. HEX triplet: FC, 1C and FF. RGB value is (252,28,255). Sum of RGB (Red+Green+Blue) = 252+28+255=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 28 (11.33% from 255 or 5.23% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC1CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1CFF is #03E300. Grayscale: #787878. Windows color (decimal): -254721 or 16719100. OLE color: 16719100.

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

Color convert

RGB 252 28 255 -
CMYK 0.01 0.89 0 0
HSL 299.21º 1% 0.55% -
HSV(B) 299.21º 0.89% 1% -
XYZ 58.61 28.75 97.07 -
YUV 120.85 203.71 221.54 -
System Red Green Blue C M Y K H S L
Decimal 252 28 255 0.01 0.89 0 0 299.21 1 0.55
Hex FC 1C FF 1 59 0 0 12B 64 37
Octal 374 34 377 1 131 0 0 453 144 67
Binary 11111100 11100 11111111 1 1011001 0 0 100101011 1100100 110111

Color Harmonies of #FC1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CFF

Black with #FC1CFF

Text Example


Text Example

White with #FC1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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