Html Css Color HEX #FC01C2 Hot Magenta

📋 copy color: '#FC01C2'

red 252 ◦ green 1 ◦ blue 194

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

Shades of Hot Magenta #FC01C2

Tints of Hot Magenta #FC01C2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 194 (76.17% from 255) = 43.4%

R = 56.38%
G = 0.22%
B = 43.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC01C2 (or 0xFC01C2) is known color: Hot Magenta. HEX triplet: FC, 01 and C2. RGB value is (252,1,194). Sum of RGB (Red+Green+Blue) = 252+1+194=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01C2 is #03FE3D. Grayscale: #616161. Windows color (decimal): -261694 or 12714492. OLE color: 12714492.

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

Color convert

RGB 252 1 194 -
CMYK 0 1.00 0.23 0.01
HSL 313.86º 0.99% 0.5% -
HSV(B) 313.86º 1% 0.99% -
XYZ 49.89 24.61 53.16 -
YUV 98.05 182.16 237.81 -
System Red Green Blue C M Y K H S L
Decimal 252 1 194 0 1.00 0.23 0.01 313.86 0.99 0.5
Hex FC 1 C2 0 64 17 1 13A 63 32
Octal 374 1 302 0 144 27 1 472 143 62
Binary 11111100 1 11000010 0 1100100 10111 1 100111010 1100011 110010

Color Harmonies of #FC01C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01C2

Black with #FC01C2

Text Example


Text Example

White with #FC01C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01C2; }

 p { color: rgb(252,1,194); }

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

background-color css

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

 a { background-color: rgb(252,1,194); }

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

border-color css

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

 span { border-color: rgb(252,1,194); }

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