Shades of Hot Pink #F375AD
Tints of Hot Pink #F375AD
RGB
CMYK
RGB Variations
Color information
#F375AD (or 0xF375AD) is known color: Hot Pink. HEX triplet: F3, 75 and AD. RGB value is (243,117,173). Sum of RGB (Red+Green+Blue) = 243+117+173=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F375AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F375AD is #0C8A52. Grayscale: #A0A0A0. Windows color (decimal): -821843 or 11367923. OLE color: 11367923.
HSL color Cylindrical-coordinate representation of color #F375AD: hue angle of 333.33º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375AD is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 173 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.05 |
| HSL | 333.33º | 0.84% | 0.71% | - |
| HSV(B) | 333.33º | 0.52% | 0.95% | - |
| XYZ | 50.87 | 34.79 | 43.57 | - |
| YUV | 161.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 173 | 0 | 0.52 | 0.29 | 0.05 | 333.33 | 0.84 | 0.71 |
| Hex | F3 | 75 | AD | 0 | 34 | 1D | 5 | 14D | 54 | 47 |
| Octal | 363 | 165 | 255 | 0 | 64 | 35 | 5 | 515 | 124 | 107 |
| Binary | 11110011 | 1110101 | 10101101 | 0 | 110100 | 11101 | 101 | 101001101 | 1010100 | 1000111 |
Color Harmonies of #F375AD
Complementary color
Monochromatic Colors of #F375AD
Black with #F375AD
Text Example
Text Example
White with #F375AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375AD; }
p { color: rgb(243,117,173); }
H1.HeaderClassName
{
color: #F375AD;
}
.AnyTagClassName
{
color: #F375AD;
}
</style>
background-color css
<style>
a { background-color: #F375AD; }
a { background-color: rgb(243,117,173); }
div.DivClassName
{
background-color: #F375AD;
}
.BgClassName
{
background-color: #F375AD;
}
</style>
border-color css
<style>
span { border-color: #F375AD; }
span { border-color: rgb(243,117,173); }
td.TdClassName
{
border-color: #F375AD;
}
.TagClassName
{
border-color: #F375AD;
}
</style>