Shades of Hot Pink #F966BD
Tints of Hot Pink #F966BD
RGB
CMYK
RGB Variations
Color information
#F966BD (or 0xF966BD) is known color: Hot Pink. HEX triplet: F9, 66 and BD. RGB value is (249,102,189). Sum of RGB (Red+Green+Blue) = 249+102+189=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F966BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966BD is #069942. Grayscale: #9B9B9B. Windows color (decimal): -432451 or 12412665. OLE color: 12412665.
HSL color Cylindrical-coordinate representation of color #F966BD: hue angle of 324.49º degrees, saturation: 0.92, 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 #F966BD is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 189 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.02 |
| HSL | 324.49º | 0.92% | 0.69% | - |
| HSV(B) | 324.49º | 0.59% | 0.98% | - |
| XYZ | 53 | 33.32 | 51.78 | - |
| YUV | 155.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 189 | 0 | 0.59 | 0.24 | 0.02 | 324.49 | 0.92 | 0.69 |
| Hex | F9 | 66 | BD | 0 | 3B | 18 | 2 | 144 | 5C | 45 |
| Octal | 371 | 146 | 275 | 0 | 73 | 30 | 2 | 504 | 134 | 105 |
| Binary | 11111001 | 1100110 | 10111101 | 0 | 111011 | 11000 | 10 | 101000100 | 1011100 | 1000101 |
Color Harmonies of #F966BD
Complementary color
Monochromatic Colors of #F966BD
Black with #F966BD
Text Example
Text Example
White with #F966BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966BD; }
p { color: rgb(249,102,189); }
H1.HeaderClassName
{
color: #F966BD;
}
.AnyTagClassName
{
color: #F966BD;
}
</style>
background-color css
<style>
a { background-color: #F966BD; }
a { background-color: rgb(249,102,189); }
div.DivClassName
{
background-color: #F966BD;
}
.BgClassName
{
background-color: #F966BD;
}
</style>
border-color css
<style>
span { border-color: #F966BD; }
span { border-color: rgb(249,102,189); }
td.TdClassName
{
border-color: #F966BD;
}
.TagClassName
{
border-color: #F966BD;
}
</style>