Shades of Hot Pink #FF66BD
Tints of Hot Pink #FF66BD
RGB
CMYK
RGB Variations
Color information
#FF66BD (or 0xFF66BD) is known color: Hot Pink. HEX triplet: FF, 66 and BD. RGB value is (255,102,189). Sum of RGB (Red+Green+Blue) = 255+102+189=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66BD is #009942. Grayscale: #9D9D9D. Windows color (decimal): -39235 or 12412671. OLE color: 12412671.
HSL color Cylindrical-coordinate representation of color #FF66BD: hue angle of 325.88º 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 #FF66BD is Cyan = 0, Magento = 0.6, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 189 | - |
| CMYK | 0 | 0.6 | 0.26 | 0 |
| HSL | 325.88º | 1% | 0.7% | - |
| HSV(B) | 325.88º | 0.6% | 1% | - |
| XYZ | 55.18 | 34.44 | 51.88 | - |
| YUV | 157.67 | 145.69 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 189 | 0 | 0.6 | 0.26 | 0 | 325.88 | 1 | 0.7 |
| Hex | FF | 66 | BD | 0 | 3C | 1A | 0 | 146 | 64 | 46 |
| Octal | 377 | 146 | 275 | 0 | 74 | 32 | 0 | 506 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10111101 | 0 | 111100 | 11010 | 0 | 101000110 | 1100100 | 1000110 |
Color Harmonies of #FF66BD
Complementary color
Monochromatic Colors of #FF66BD
Black with #FF66BD
Text Example
Text Example
White with #FF66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66BD; }
p { color: rgb(255,102,189); }
H1.HeaderClassName
{
color: #FF66BD;
}
.AnyTagClassName
{
color: #FF66BD;
}
</style>
background-color css
<style>
a { background-color: #FF66BD; }
a { background-color: rgb(255,102,189); }
div.DivClassName
{
background-color: #FF66BD;
}
.BgClassName
{
background-color: #FF66BD;
}
</style>
border-color css
<style>
span { border-color: #FF66BD; }
span { border-color: rgb(255,102,189); }
td.TdClassName
{
border-color: #FF66BD;
}
.TagClassName
{
border-color: #FF66BD;
}
</style>