Shades of Hot Pink #FC60B3
Tints of Hot Pink #FC60B3
RGB
CMYK
RGB Variations
Color information
#FC60B3 (or 0xFC60B3) is known color: Hot Pink. HEX triplet: FC, 60 and B3. RGB value is (252,96,179). Sum of RGB (Red+Green+Blue) = 252+96+179=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60B3 is #039F4C. Grayscale: #979797. Windows color (decimal): -237389 or 11755772. OLE color: 11755772.
HSL color Cylindrical-coordinate representation of color #FC60B3: hue angle of 328.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC60B3 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 179 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.01 |
| HSL | 328.08º | 0.96% | 0.68% | - |
| HSV(B) | 328.08º | 0.62% | 0.99% | - |
| XYZ | 52.46 | 32.32 | 46.12 | - |
| YUV | 152.11 | 143.18 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 179 | 0 | 0.62 | 0.29 | 0.01 | 328.08 | 0.96 | 0.68 |
| Hex | FC | 60 | B3 | 0 | 3E | 1D | 1 | 148 | 60 | 44 |
| Octal | 374 | 140 | 263 | 0 | 76 | 35 | 1 | 510 | 140 | 104 |
| Binary | 11111100 | 1100000 | 10110011 | 0 | 111110 | 11101 | 1 | 101001000 | 1100000 | 1000100 |
Color Harmonies of #FC60B3
Complementary color
Monochromatic Colors of #FC60B3
Black with #FC60B3
Text Example
Text Example
White with #FC60B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC60B3; }
p { color: rgb(252,96,179); }
H1.HeaderClassName
{
color: #FC60B3;
}
.AnyTagClassName
{
color: #FC60B3;
}
</style>
background-color css
<style>
a { background-color: #FC60B3; }
a { background-color: rgb(252,96,179); }
div.DivClassName
{
background-color: #FC60B3;
}
.BgClassName
{
background-color: #FC60B3;
}
</style>
border-color css
<style>
span { border-color: #FC60B3; }
span { border-color: rgb(252,96,179); }
td.TdClassName
{
border-color: #FC60B3;
}
.TagClassName
{
border-color: #FC60B3;
}
</style>