Shades of Hot Pink #F969A2
Tints of Hot Pink #F969A2
RGB
CMYK
RGB Variations
Color information
#F969A2 (or 0xF969A2) is known color: Hot Pink. HEX triplet: F9, 69 and A2. RGB value is (249,105,162). Sum of RGB (Red+Green+Blue) = 249+105+162=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F969A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F969A2 is #06965D. Grayscale: #9A9A9A. Windows color (decimal): -431710 or 10643961. OLE color: 10643961.
HSL color Cylindrical-coordinate representation of color #F969A2: hue angle of 336.25º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F969A2 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 162 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.02 |
| HSL | 336.25º | 0.92% | 0.69% | - |
| HSV(B) | 336.25º | 0.58% | 0.98% | - |
| XYZ | 50.64 | 32.85 | 37.85 | - |
| YUV | 154.55 | 132.21 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 162 | 0 | 0.58 | 0.35 | 0.02 | 336.25 | 0.92 | 0.69 |
| Hex | F9 | 69 | A2 | 0 | 3A | 23 | 2 | 150 | 5C | 45 |
| Octal | 371 | 151 | 242 | 0 | 72 | 43 | 2 | 520 | 134 | 105 |
| Binary | 11111001 | 1101001 | 10100010 | 0 | 111010 | 100011 | 10 | 101010000 | 1011100 | 1000101 |
Color Harmonies of #F969A2
Complementary color
Monochromatic Colors of #F969A2
Black with #F969A2
Text Example
Text Example
White with #F969A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F969A2; }
p { color: rgb(249,105,162); }
H1.HeaderClassName
{
color: #F969A2;
}
.AnyTagClassName
{
color: #F969A2;
}
</style>
background-color css
<style>
a { background-color: #F969A2; }
a { background-color: rgb(249,105,162); }
div.DivClassName
{
background-color: #F969A2;
}
.BgClassName
{
background-color: #F969A2;
}
</style>
border-color css
<style>
span { border-color: #F969A2; }
span { border-color: rgb(249,105,162); }
td.TdClassName
{
border-color: #F969A2;
}
.TagClassName
{
border-color: #F969A2;
}
</style>