Html Css Color HEX #FC00CB Hot Magenta

📋 copy color: '#FC00CB'

red 252 ◦ green 0 ◦ blue 203

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

Shades of Hot Magenta #FC00CB

Tints of Hot Magenta #FC00CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 203 (79.69% from 255) = 44.62%

R = 55.38%
G = 0%
B = 44.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC00CB (or 0xFC00CB) is known color: Hot Magenta. HEX triplet: FC, 00 and CB. RGB value is (252,0,203). Sum of RGB (Red+Green+Blue) = 252+0+203=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00CB is #03FF34. Grayscale: #616161. Windows color (decimal): -261941 or 13304060. OLE color: 13304060.

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

Color convert

RGB 252 0 203 -
CMYK 0 1 0.19 0.01
HSL 311.67º 1% 0.49% -
HSV(B) 311.67º 1% 0.99% -
XYZ 50.92 25.01 58.64 -
YUV 98.49 186.99 237.49 -
System Red Green Blue C M Y K H S L
Decimal 252 0 203 0 1 0.19 0.01 311.67 1 0.49
Hex FC 0 CB 0 64 13 1 138 64 31
Octal 374 0 313 0 144 23 1 470 144 61
Binary 11111100 0 11001011 0 1100100 10011 1 100111000 1100100 110001

Color Harmonies of #FC00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00CB

Black with #FC00CB

Text Example


Text Example

White with #FC00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00CB; }

 p { color: rgb(252,0,203); }

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

background-color css

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

 a { background-color: rgb(252,0,203); }

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

border-color css

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

 span { border-color: rgb(252,0,203); }

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