Shades of Hot Pink #F965B0
Tints of Hot Pink #F965B0
RGB
CMYK
RGB Variations
Color information
#F965B0 (or 0xF965B0) is known color: Hot Pink. HEX triplet: F9, 65 and B0. RGB value is (249,101,176). Sum of RGB (Red+Green+Blue) = 249+101+176=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F965B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F965B0 is #069A4F. Grayscale: #999999. Windows color (decimal): -432720 or 11560441. OLE color: 11560441.
HSL color Cylindrical-coordinate representation of color #F965B0: hue angle of 329.59º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F965B0 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 176 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.02 |
| HSL | 329.59º | 0.93% | 0.69% | - |
| HSV(B) | 329.59º | 0.59% | 0.98% | - |
| XYZ | 51.56 | 32.58 | 44.65 | - |
| YUV | 153.8 | 140.53 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 176 | 0 | 0.59 | 0.29 | 0.02 | 329.59 | 0.93 | 0.69 |
| Hex | F9 | 65 | B0 | 0 | 3B | 1D | 2 | 14A | 5C | 45 |
| Octal | 371 | 145 | 260 | 0 | 73 | 35 | 2 | 512 | 134 | 105 |
| Binary | 11111001 | 1100101 | 10110000 | 0 | 111011 | 11101 | 10 | 101001010 | 1011100 | 1000101 |
Color Harmonies of #F965B0
Complementary color
Monochromatic Colors of #F965B0
Black with #F965B0
Text Example
Text Example
White with #F965B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965B0; }
p { color: rgb(249,101,176); }
H1.HeaderClassName
{
color: #F965B0;
}
.AnyTagClassName
{
color: #F965B0;
}
</style>
background-color css
<style>
a { background-color: #F965B0; }
a { background-color: rgb(249,101,176); }
div.DivClassName
{
background-color: #F965B0;
}
.BgClassName
{
background-color: #F965B0;
}
</style>
border-color css
<style>
span { border-color: #F965B0; }
span { border-color: rgb(249,101,176); }
td.TdClassName
{
border-color: #F965B0;
}
.TagClassName
{
border-color: #F965B0;
}
</style>