Html Css Color HEX #FC1FFB Magenta

📋 copy color: '#FC1FFB'

red 252 ◦ green 31 ◦ blue 251

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

Shades of Magenta #FC1FFB

Tints of Magenta #FC1FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.81%

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

R = 47.19%
G = 5.81%
B = 47%

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

#FC1FFB (or 0xFC1FFB) is known color: Magenta. HEX triplet: FC, 1F and FB. RGB value is (252,31,251). Sum of RGB (Red+Green+Blue) = 252+31+251=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 31 (12.5% from 255 or 5.81% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1FFB is #03E004. Grayscale: #797979. Windows color (decimal): -253957 or 16457724. OLE color: 16457724.

HSL color Cylindrical-coordinate representation of color #FC1FFB: 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 #FC1FFB is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 31 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.05 28.64 93.74 -
YUV 122.16 200.72 220.61 -
System Red Green Blue C M Y K H S L
Decimal 252 31 251 0 0.88 0.00 0.01 300.27 0.97 0.55
Hex FC 1F FB 0 58 0 1 12C 61 37
Octal 374 37 373 0 130 0 1 454 141 67
Binary 11111100 11111 11111011 0 1011000 0 1 100101100 1100001 110111

Color Harmonies of #FC1FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1FFB

Black with #FC1FFB

Text Example


Text Example

White with #FC1FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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