Shades of Hot Pink #FF65BB
Tints of Hot Pink #FF65BB
RGB
CMYK
RGB Variations
Color information
#FF65BB (or 0xFF65BB) is known color: Hot Pink. HEX triplet: FF, 65 and BB. RGB value is (255,101,187). Sum of RGB (Red+Green+Blue) = 255+101+187=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65BB is #009A44. Grayscale: #9C9C9C. Windows color (decimal): -39493 or 12281343. OLE color: 12281343.
HSL color Cylindrical-coordinate representation of color #FF65BB: hue angle of 326.49º 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 #FF65BB is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 187 | - |
| CMYK | 0 | 0.60 | 0.27 | 0 |
| HSL | 326.49º | 1% | 0.7% | - |
| HSV(B) | 326.49º | 0.6% | 1% | - |
| XYZ | 54.86 | 34.16 | 50.71 | - |
| YUV | 156.85 | 145.02 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 187 | 0 | 0.60 | 0.27 | 0 | 326.49 | 1 | 0.7 |
| Hex | FF | 65 | BB | 0 | 3C | 1B | 0 | 146 | 64 | 46 |
| Octal | 377 | 145 | 273 | 0 | 74 | 33 | 0 | 506 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10111011 | 0 | 111100 | 11011 | 0 | 101000110 | 1100100 | 1000110 |
Color Harmonies of #FF65BB
Complementary color
Monochromatic Colors of #FF65BB
Black with #FF65BB
Text Example
Text Example
White with #FF65BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65BB; }
p { color: rgb(255,101,187); }
H1.HeaderClassName
{
color: #FF65BB;
}
.AnyTagClassName
{
color: #FF65BB;
}
</style>
background-color css
<style>
a { background-color: #FF65BB; }
a { background-color: rgb(255,101,187); }
div.DivClassName
{
background-color: #FF65BB;
}
.BgClassName
{
background-color: #FF65BB;
}
</style>
border-color css
<style>
span { border-color: #FF65BB; }
span { border-color: rgb(255,101,187); }
td.TdClassName
{
border-color: #FF65BB;
}
.TagClassName
{
border-color: #FF65BB;
}
</style>