Html Css Color HEX #FC1DFB Magenta

📋 copy color: '#FC1DFB'

red 252 ◦ green 29 ◦ blue 251

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

Shades of Magenta #FC1DFB

Tints of Magenta #FC1DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.18%

R = 47.37%
G = 5.45%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC1DFB (or 0xFC1DFB) is known color: Magenta. HEX triplet: FC, 1D and FB. RGB value is (252,29,251). Sum of RGB (Red+Green+Blue) = 252+29+251=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 29 (11.72% from 255 or 5.45% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1DFB is #03E204. Grayscale: #787878. Windows color (decimal): -254469 or 16457212. OLE color: 16457212.

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

Color convert

RGB 252 29 251 -
CMYK 0 0.88 0.00 0.01
HSL 300.27º 0.97% 0.55% -
HSV(B) 300.27º 0.88% 0.99% -
XYZ 58 28.54 93.72 -
YUV 120.99 201.38 221.45 -
System Red Green Blue C M Y K H S L
Decimal 252 29 251 0 0.88 0.00 0.01 300.27 0.97 0.55
Hex FC 1D FB 0 58 0 1 12C 61 37
Octal 374 35 373 0 130 0 1 454 141 67
Binary 11111100 11101 11111011 0 1011000 0 1 100101100 1100001 110111

Color Harmonies of #FC1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1DFB

Black with #FC1DFB

Text Example


Text Example

White with #FC1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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