Shades of Hot Pink #FF67BC
Tints of Hot Pink #FF67BC
RGB
CMYK
RGB Variations
Color information
#FF67BC (or 0xFF67BC) is known color: Hot Pink. HEX triplet: FF, 67 and BC. RGB value is (255,103,188). Sum of RGB (Red+Green+Blue) = 255+103+188=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF67BC is #009843. Grayscale: #9D9D9D. Windows color (decimal): -38980 or 12347391. OLE color: 12347391.
HSL color Cylindrical-coordinate representation of color #FF67BC: hue angle of 326.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF67BC is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 188 | - |
| CMYK | 0 | 0.60 | 0.26 | 0 |
| HSL | 326.45º | 1% | 0.7% | - |
| HSV(B) | 326.45º | 0.6% | 1% | - |
| XYZ | 55.17 | 34.59 | 51.35 | - |
| YUV | 158.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 188 | 0 | 0.60 | 0.26 | 0 | 326.45 | 1 | 0.7 |
| Hex | FF | 67 | BC | 0 | 3C | 1A | 0 | 146 | 64 | 46 |
| Octal | 377 | 147 | 274 | 0 | 74 | 32 | 0 | 506 | 144 | 106 |
| Binary | 11111111 | 1100111 | 10111100 | 0 | 111100 | 11010 | 0 | 101000110 | 1100100 | 1000110 |
Color Harmonies of #FF67BC
Complementary color
Monochromatic Colors of #FF67BC
Black with #FF67BC
Text Example
Text Example
White with #FF67BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67BC; }
p { color: rgb(255,103,188); }
H1.HeaderClassName
{
color: #FF67BC;
}
.AnyTagClassName
{
color: #FF67BC;
}
</style>
background-color css
<style>
a { background-color: #FF67BC; }
a { background-color: rgb(255,103,188); }
div.DivClassName
{
background-color: #FF67BC;
}
.BgClassName
{
background-color: #FF67BC;
}
</style>
border-color css
<style>
span { border-color: #FF67BC; }
span { border-color: rgb(255,103,188); }
td.TdClassName
{
border-color: #FF67BC;
}
.TagClassName
{
border-color: #FF67BC;
}
</style>