Shades of Hot Pink #FF65BD
Tints of Hot Pink #FF65BD
RGB
CMYK
RGB Variations
Color information
#FF65BD (or 0xFF65BD) is known color: Hot Pink. HEX triplet: FF, 65 and BD. RGB value is (255,101,189). Sum of RGB (Red+Green+Blue) = 255+101+189=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65BD is #009A42. Grayscale: #9C9C9C. Windows color (decimal): -39491 or 12412415. OLE color: 12412415.
HSL color Cylindrical-coordinate representation of color #FF65BD: hue angle of 325.71º 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 #FF65BD is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 189 | - |
| CMYK | 0 | 0.60 | 0.26 | 0 |
| HSL | 325.71º | 1% | 0.7% | - |
| HSV(B) | 325.71º | 0.6% | 1% | - |
| XYZ | 55.08 | 34.24 | 51.85 | - |
| YUV | 157.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 189 | 0 | 0.60 | 0.26 | 0 | 325.71 | 1 | 0.7 |
| Hex | FF | 65 | BD | 0 | 3C | 1A | 0 | 146 | 64 | 46 |
| Octal | 377 | 145 | 275 | 0 | 74 | 32 | 0 | 506 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10111101 | 0 | 111100 | 11010 | 0 | 101000110 | 1100100 | 1000110 |
Color Harmonies of #FF65BD
Complementary color
Monochromatic Colors of #FF65BD
Black with #FF65BD
Text Example
Text Example
White with #FF65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65BD; }
p { color: rgb(255,101,189); }
H1.HeaderClassName
{
color: #FF65BD;
}
.AnyTagClassName
{
color: #FF65BD;
}
</style>
background-color css
<style>
a { background-color: #FF65BD; }
a { background-color: rgb(255,101,189); }
div.DivClassName
{
background-color: #FF65BD;
}
.BgClassName
{
background-color: #FF65BD;
}
</style>
border-color css
<style>
span { border-color: #FF65BD; }
span { border-color: rgb(255,101,189); }
td.TdClassName
{
border-color: #FF65BD;
}
.TagClassName
{
border-color: #FF65BD;
}
</style>