Html Css Color HEX #FC0BCC Hot Magenta

📋 copy color: '#FC0BCC'

red 252 ◦ green 11 ◦ blue 204

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

Shades of Hot Magenta #FC0BCC

Tints of Hot Magenta #FC0BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.36%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 53.96%
G = 2.36%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC0BCC (or 0xFC0BCC) is known color: Hot Magenta. HEX triplet: FC, 0B and CC. RGB value is (252,11,204). Sum of RGB (Red+Green+Blue) = 252+11+204=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BCC is #03F433. Grayscale: #686868. Windows color (decimal): -259124 or 13372412. OLE color: 13372412.

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

Color convert

RGB 252 11 204 -
CMYK 0 0.96 0.19 0.01
HSL 311.95º 0.98% 0.52% -
HSV(B) 311.95º 0.96% 0.99% -
XYZ 51.16 25.29 59.31 -
YUV 105.06 183.84 232.81 -
System Red Green Blue C M Y K H S L
Decimal 252 11 204 0 0.96 0.19 0.01 311.95 0.98 0.52
Hex FC B CC 0 60 13 1 138 62 34
Octal 374 13 314 0 140 23 1 470 142 64
Binary 11111100 1011 11001100 0 1100000 10011 1 100111000 1100010 110100

Color Harmonies of #FC0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BCC

Black with #FC0BCC

Text Example


Text Example

White with #FC0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BCC; }

 p { color: rgb(252,11,204); }

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

background-color css

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

 a { background-color: rgb(252,11,204); }

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

border-color css

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

 span { border-color: rgb(252,11,204); }

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