Shades of Hot Pink #F665BD
Tints of Hot Pink #F665BD
RGB
CMYK
RGB Variations
Color information
#F665BD (or 0xF665BD) is known color: Hot Pink. HEX triplet: F6, 65 and BD. RGB value is (246,101,189). Sum of RGB (Red+Green+Blue) = 246+101+189=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F665BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F665BD is #099A42. Grayscale: #9A9A9A. Windows color (decimal): -629315 or 12412406. OLE color: 12412406.
HSL color Cylindrical-coordinate representation of color #F665BD: hue angle of 323.59º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F665BD is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 101 | 189 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.04 |
| HSL | 323.59º | 0.89% | 0.68% | - |
| HSV(B) | 323.59º | 0.59% | 0.96% | - |
| XYZ | 51.85 | 32.57 | 51.7 | - |
| YUV | 154.39 | 147.54 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 189 | 0 | 0.59 | 0.23 | 0.04 | 323.59 | 0.89 | 0.68 |
| Hex | F6 | 65 | BD | 0 | 3B | 17 | 4 | 144 | 59 | 44 |
| Octal | 366 | 145 | 275 | 0 | 73 | 27 | 4 | 504 | 131 | 104 |
| Binary | 11110110 | 1100101 | 10111101 | 0 | 111011 | 10111 | 100 | 101000100 | 1011001 | 1000100 |
Color Harmonies of #F665BD
Complementary color
Monochromatic Colors of #F665BD
Black with #F665BD
Text Example
Text Example
White with #F665BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F665BD; }
p { color: rgb(246,101,189); }
H1.HeaderClassName
{
color: #F665BD;
}
.AnyTagClassName
{
color: #F665BD;
}
</style>
background-color css
<style>
a { background-color: #F665BD; }
a { background-color: rgb(246,101,189); }
div.DivClassName
{
background-color: #F665BD;
}
.BgClassName
{
background-color: #F665BD;
}
</style>
border-color css
<style>
span { border-color: #F665BD; }
span { border-color: rgb(246,101,189); }
td.TdClassName
{
border-color: #F665BD;
}
.TagClassName
{
border-color: #F665BD;
}
</style>