Shades of Hot Pink #FC67BC
Tints of Hot Pink #FC67BC
RGB
CMYK
RGB Variations
Color information
#FC67BC (or 0xFC67BC) is known color: Hot Pink. HEX triplet: FC, 67 and BC. RGB value is (252,103,188). Sum of RGB (Red+Green+Blue) = 252+103+188=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC67BC is #039843. Grayscale: #9D9D9D. Windows color (decimal): -235588 or 12347388. OLE color: 12347388.
HSL color Cylindrical-coordinate representation of color #FC67BC: hue angle of 325.77º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC67BC is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 188 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.01 |
| HSL | 325.77º | 0.96% | 0.7% | - |
| HSV(B) | 325.77º | 0.59% | 0.99% | - |
| XYZ | 54.07 | 34.03 | 51.29 | - |
| YUV | 157.24 | 145.36 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 188 | 0 | 0.59 | 0.25 | 0.01 | 325.77 | 0.96 | 0.7 |
| Hex | FC | 67 | BC | 0 | 3B | 19 | 1 | 146 | 60 | 46 |
| Octal | 374 | 147 | 274 | 0 | 73 | 31 | 1 | 506 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10111100 | 0 | 111011 | 11001 | 1 | 101000110 | 1100000 | 1000110 |
Color Harmonies of #FC67BC
Complementary color
Monochromatic Colors of #FC67BC
Black with #FC67BC
Text Example
Text Example
White with #FC67BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC67BC; }
p { color: rgb(252,103,188); }
H1.HeaderClassName
{
color: #FC67BC;
}
.AnyTagClassName
{
color: #FC67BC;
}
</style>
background-color css
<style>
a { background-color: #FC67BC; }
a { background-color: rgb(252,103,188); }
div.DivClassName
{
background-color: #FC67BC;
}
.BgClassName
{
background-color: #FC67BC;
}
</style>
border-color css
<style>
span { border-color: #FC67BC; }
span { border-color: rgb(252,103,188); }
td.TdClassName
{
border-color: #FC67BC;
}
.TagClassName
{
border-color: #FC67BC;
}
</style>