Shades of Hot Pink #F375AC
Tints of Hot Pink #F375AC
RGB
CMYK
RGB Variations
Color information
#F375AC (or 0xF375AC) is known color: Hot Pink. HEX triplet: F3, 75 and AC. RGB value is (243,117,172). Sum of RGB (Red+Green+Blue) = 243+117+172=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F375AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F375AC is #0C8A53. Grayscale: #A0A0A0. Windows color (decimal): -821844 or 11302387. OLE color: 11302387.
HSL color Cylindrical-coordinate representation of color #F375AC: hue angle of 333.81º 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 #F375AC is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 172 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.05 |
| HSL | 333.81º | 0.84% | 0.71% | - |
| HSV(B) | 333.81º | 0.52% | 0.95% | - |
| XYZ | 50.77 | 34.76 | 43.06 | - |
| YUV | 160.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 172 | 0 | 0.52 | 0.29 | 0.05 | 333.81 | 0.84 | 0.71 |
| Hex | F3 | 75 | AC | 0 | 34 | 1D | 5 | 14E | 54 | 47 |
| Octal | 363 | 165 | 254 | 0 | 64 | 35 | 5 | 516 | 124 | 107 |
| Binary | 11110011 | 1110101 | 10101100 | 0 | 110100 | 11101 | 101 | 101001110 | 1010100 | 1000111 |
Color Harmonies of #F375AC
Complementary color
Monochromatic Colors of #F375AC
Black with #F375AC
Text Example
Text Example
White with #F375AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375AC; }
p { color: rgb(243,117,172); }
H1.HeaderClassName
{
color: #F375AC;
}
.AnyTagClassName
{
color: #F375AC;
}
</style>
background-color css
<style>
a { background-color: #F375AC; }
a { background-color: rgb(243,117,172); }
div.DivClassName
{
background-color: #F375AC;
}
.BgClassName
{
background-color: #F375AC;
}
</style>
border-color css
<style>
span { border-color: #F375AC; }
span { border-color: rgb(243,117,172); }
td.TdClassName
{
border-color: #F375AC;
}
.TagClassName
{
border-color: #F375AC;
}
</style>