Shades of Hot Pink #FF67BD
Tints of Hot Pink #FF67BD
RGB
CMYK
RGB Variations
Color information
#FF67BD (or 0xFF67BD) is known color: Hot Pink. HEX triplet: FF, 67 and BD. RGB value is (255,103,189). Sum of RGB (Red+Green+Blue) = 255+103+189=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF67BD is #009842. Grayscale: #9E9E9E. Windows color (decimal): -38979 or 12412927. OLE color: 12412927.
HSL color Cylindrical-coordinate representation of color #FF67BD: hue angle of 326.05º 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 #FF67BD is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 189 | - |
| CMYK | 0 | 0.60 | 0.26 | 0 |
| HSL | 326.05º | 1% | 0.7% | - |
| HSV(B) | 326.05º | 0.6% | 1% | - |
| XYZ | 55.28 | 34.63 | 51.92 | - |
| YUV | 158.25 | 145.36 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 189 | 0 | 0.60 | 0.26 | 0 | 326.05 | 1 | 0.7 |
| Hex | FF | 67 | BD | 0 | 3C | 1A | 0 | 146 | 64 | 46 |
| Octal | 377 | 147 | 275 | 0 | 74 | 32 | 0 | 506 | 144 | 106 |
| Binary | 11111111 | 1100111 | 10111101 | 0 | 111100 | 11010 | 0 | 101000110 | 1100100 | 1000110 |
Color Harmonies of #FF67BD
Complementary color
Monochromatic Colors of #FF67BD
Black with #FF67BD
Text Example
Text Example
White with #FF67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67BD; }
p { color: rgb(255,103,189); }
H1.HeaderClassName
{
color: #FF67BD;
}
.AnyTagClassName
{
color: #FF67BD;
}
</style>
background-color css
<style>
a { background-color: #FF67BD; }
a { background-color: rgb(255,103,189); }
div.DivClassName
{
background-color: #FF67BD;
}
.BgClassName
{
background-color: #FF67BD;
}
</style>
border-color css
<style>
span { border-color: #FF67BD; }
span { border-color: rgb(255,103,189); }
td.TdClassName
{
border-color: #FF67BD;
}
.TagClassName
{
border-color: #FF67BD;
}
</style>