Shades of Hot Pink #FC60B2
Tints of Hot Pink #FC60B2
RGB
CMYK
RGB Variations
Color information
#FC60B2 (or 0xFC60B2) is known color: Hot Pink. HEX triplet: FC, 60 and B2. RGB value is (252,96,178). Sum of RGB (Red+Green+Blue) = 252+96+178=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC60B2 is #039F4D. Grayscale: #979797. Windows color (decimal): -237390 or 11690236. OLE color: 11690236.
HSL color Cylindrical-coordinate representation of color #FC60B2: hue angle of 328.46º 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 #FC60B2 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 178 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.01 |
| HSL | 328.46º | 0.96% | 0.68% | - |
| HSV(B) | 328.46º | 0.62% | 0.99% | - |
| XYZ | 52.36 | 32.28 | 45.59 | - |
| YUV | 151.99 | 142.68 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 178 | 0 | 0.62 | 0.29 | 0.01 | 328.46 | 0.96 | 0.68 |
| Hex | FC | 60 | B2 | 0 | 3E | 1D | 1 | 148 | 60 | 44 |
| Octal | 374 | 140 | 262 | 0 | 76 | 35 | 1 | 510 | 140 | 104 |
| Binary | 11111100 | 1100000 | 10110010 | 0 | 111110 | 11101 | 1 | 101001000 | 1100000 | 1000100 |
Color Harmonies of #FC60B2
Complementary color
Monochromatic Colors of #FC60B2
Black with #FC60B2
Text Example
Text Example
White with #FC60B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC60B2; }
p { color: rgb(252,96,178); }
H1.HeaderClassName
{
color: #FC60B2;
}
.AnyTagClassName
{
color: #FC60B2;
}
</style>
background-color css
<style>
a { background-color: #FC60B2; }
a { background-color: rgb(252,96,178); }
div.DivClassName
{
background-color: #FC60B2;
}
.BgClassName
{
background-color: #FC60B2;
}
</style>
border-color css
<style>
span { border-color: #FC60B2; }
span { border-color: rgb(252,96,178); }
td.TdClassName
{
border-color: #FC60B2;
}
.TagClassName
{
border-color: #FC60B2;
}
</style>