Html Css Color HEX #FC1AFF Magenta

📋 copy color: '#FC1AFF'

red 252 ◦ green 26 ◦ blue 255

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

Shades of Magenta #FC1AFF

Tints of Magenta #FC1AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 4.88%

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

R = 47.28%
G = 4.88%
B = 47.84%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC1AFF (or 0xFC1AFF) is known color: Magenta. HEX triplet: FC, 1A and FF. RGB value is (252,26,255). Sum of RGB (Red+Green+Blue) = 252+26+255=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 26 (10.55% from 255 or 4.88% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC1AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1AFF is #03E500. Grayscale: #767676. Windows color (decimal): -255233 or 16718588. OLE color: 16718588.

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

Color convert

RGB 252 26 255 -
CMYK 0.01 0.90 0 0
HSL 299.21º 1% 0.55% -
HSV(B) 299.21º 0.9% 1% -
XYZ 58.56 28.65 97.05 -
YUV 119.68 204.37 222.38 -
System Red Green Blue C M Y K H S L
Decimal 252 26 255 0.01 0.90 0 0 299.21 1 0.55
Hex FC 1A FF 1 5A 0 0 12B 64 37
Octal 374 32 377 1 132 0 0 453 144 67
Binary 11111100 11010 11111111 1 1011010 0 0 100101011 1100100 110111

Color Harmonies of #FC1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1AFF

Black with #FC1AFF

Text Example


Text Example

White with #FC1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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