Shades of Hot Pink #F975AF
Tints of Hot Pink #F975AF
RGB
CMYK
RGB Variations
Color information
#F975AF (or 0xF975AF) is known color: Hot Pink. HEX triplet: F9, 75 and AF. RGB value is (249,117,175). Sum of RGB (Red+Green+Blue) = 249+117+175=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F975AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F975AF is #068A50. Grayscale: #A2A2A2. Windows color (decimal): -428625 or 11499001. OLE color: 11499001.
HSL color Cylindrical-coordinate representation of color #F975AF: hue angle of 333.64º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F975AF is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 175 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.02 |
| HSL | 333.64º | 0.92% | 0.72% | - |
| HSV(B) | 333.64º | 0.53% | 0.98% | - |
| XYZ | 53.17 | 35.96 | 44.7 | - |
| YUV | 163.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 175 | 0 | 0.53 | 0.30 | 0.02 | 333.64 | 0.92 | 0.72 |
| Hex | F9 | 75 | AF | 0 | 35 | 1E | 2 | 14E | 5C | 48 |
| Octal | 371 | 165 | 257 | 0 | 65 | 36 | 2 | 516 | 134 | 110 |
| Binary | 11111001 | 1110101 | 10101111 | 0 | 110101 | 11110 | 10 | 101001110 | 1011100 | 1001000 |
Color Harmonies of #F975AF
Complementary color
Monochromatic Colors of #F975AF
Black with #F975AF
Text Example
Text Example
White with #F975AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F975AF; }
p { color: rgb(249,117,175); }
H1.HeaderClassName
{
color: #F975AF;
}
.AnyTagClassName
{
color: #F975AF;
}
</style>
background-color css
<style>
a { background-color: #F975AF; }
a { background-color: rgb(249,117,175); }
div.DivClassName
{
background-color: #F975AF;
}
.BgClassName
{
background-color: #F975AF;
}
</style>
border-color css
<style>
span { border-color: #F975AF; }
span { border-color: rgb(249,117,175); }
td.TdClassName
{
border-color: #F975AF;
}
.TagClassName
{
border-color: #F975AF;
}
</style>