Shades of Hot Pink #F966B3
Tints of Hot Pink #F966B3
RGB
CMYK
RGB Variations
Color information
#F966B3 (or 0xF966B3) is known color: Hot Pink. HEX triplet: F9, 66 and B3. RGB value is (249,102,179). Sum of RGB (Red+Green+Blue) = 249+102+179=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F966B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966B3 is #06994C. Grayscale: #9A9A9A. Windows color (decimal): -432461 or 11757305. OLE color: 11757305.
HSL color Cylindrical-coordinate representation of color #F966B3: hue angle of 328.57º 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 #F966B3 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 179 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.02 |
| HSL | 328.57º | 0.92% | 0.69% | - |
| HSV(B) | 328.57º | 0.59% | 0.98% | - |
| XYZ | 51.95 | 32.9 | 46.26 | - |
| YUV | 154.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 179 | 0 | 0.59 | 0.28 | 0.02 | 328.57 | 0.92 | 0.69 |
| Hex | F9 | 66 | B3 | 0 | 3B | 1C | 2 | 149 | 5C | 45 |
| Octal | 371 | 146 | 263 | 0 | 73 | 34 | 2 | 511 | 134 | 105 |
| Binary | 11111001 | 1100110 | 10110011 | 0 | 111011 | 11100 | 10 | 101001001 | 1011100 | 1000101 |
Color Harmonies of #F966B3
Complementary color
Monochromatic Colors of #F966B3
Black with #F966B3
Text Example
Text Example
White with #F966B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966B3; }
p { color: rgb(249,102,179); }
H1.HeaderClassName
{
color: #F966B3;
}
.AnyTagClassName
{
color: #F966B3;
}
</style>
background-color css
<style>
a { background-color: #F966B3; }
a { background-color: rgb(249,102,179); }
div.DivClassName
{
background-color: #F966B3;
}
.BgClassName
{
background-color: #F966B3;
}
</style>
border-color css
<style>
span { border-color: #F966B3; }
span { border-color: rgb(249,102,179); }
td.TdClassName
{
border-color: #F966B3;
}
.TagClassName
{
border-color: #F966B3;
}
</style>