Html Css Color HEX #FC1DFF Magenta

📋 copy color: '#FC1DFF'

red 252 ◦ green 29 ◦ blue 255

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

Shades of Magenta #FC1DFF

Tints of Magenta #FC1DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.41%

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

R = 47.01%
G = 5.41%
B = 47.57%

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

#FC1DFF (or 0xFC1DFF) is known color: Magenta. HEX triplet: FC, 1D and FF. RGB value is (252,29,255). Sum of RGB (Red+Green+Blue) = 252+29+255=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 29 (11.72% from 255 or 5.41% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC1DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1DFF is #03E200. Grayscale: #787878. Windows color (decimal): -254465 or 16719356. OLE color: 16719356.

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

Color convert

RGB 252 29 255 -
CMYK 0.01 0.89 0 0
HSL 299.2º 1% 0.56% -
HSV(B) 299.2º 0.89% 1% -
XYZ 58.63 28.79 97.08 -
YUV 121.44 203.38 221.12 -
System Red Green Blue C M Y K H S L
Decimal 252 29 255 0.01 0.89 0 0 299.2 1 0.56
Hex FC 1D FF 1 59 0 0 12B 64 38
Octal 374 35 377 1 131 0 0 453 144 70
Binary 11111100 11101 11111111 1 1011001 0 0 100101011 1100100 111000

Color Harmonies of #FC1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1DFF

Black with #FC1DFF

Text Example


Text Example

White with #FC1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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