Shades of Hot Pink #F375AF
Tints of Hot Pink #F375AF
RGB
CMYK
RGB Variations
Color information
#F375AF (or 0xF375AF) is known color: Hot Pink. HEX triplet: F3, 75 and AF. RGB value is (243,117,175). Sum of RGB (Red+Green+Blue) = 243+117+175=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F375AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F375AF is #0C8A50. Grayscale: #A1A1A1. Windows color (decimal): -821841 or 11498995. OLE color: 11498995.
HSL color Cylindrical-coordinate representation of color #F375AF: hue angle of 332.38º 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 #F375AF is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 175 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.05 |
| HSL | 332.38º | 0.84% | 0.71% | - |
| HSV(B) | 332.38º | 0.52% | 0.95% | - |
| XYZ | 51.06 | 34.87 | 44.6 | - |
| YUV | 161.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 175 | 0 | 0.52 | 0.28 | 0.05 | 332.38 | 0.84 | 0.71 |
| Hex | F3 | 75 | AF | 0 | 34 | 1C | 5 | 14C | 54 | 47 |
| Octal | 363 | 165 | 257 | 0 | 64 | 34 | 5 | 514 | 124 | 107 |
| Binary | 11110011 | 1110101 | 10101111 | 0 | 110100 | 11100 | 101 | 101001100 | 1010100 | 1000111 |
Color Harmonies of #F375AF
Complementary color
Monochromatic Colors of #F375AF
Black with #F375AF
Text Example
Text Example
White with #F375AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375AF; }
p { color: rgb(243,117,175); }
H1.HeaderClassName
{
color: #F375AF;
}
.AnyTagClassName
{
color: #F375AF;
}
</style>
background-color css
<style>
a { background-color: #F375AF; }
a { background-color: rgb(243,117,175); }
div.DivClassName
{
background-color: #F375AF;
}
.BgClassName
{
background-color: #F375AF;
}
</style>
border-color css
<style>
span { border-color: #F375AF; }
span { border-color: rgb(243,117,175); }
td.TdClassName
{
border-color: #F375AF;
}
.TagClassName
{
border-color: #F375AF;
}
</style>