Shades of Hot Pink #F351BA
Tints of Hot Pink #F351BA
RGB
CMYK
RGB Variations
Color information
#F351BA (or 0xF351BA) is known color: Hot Pink. HEX triplet: F3, 51 and BA. RGB value is (243,81,186). Sum of RGB (Red+Green+Blue) = 243+81+186=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F351BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F351BA is #0CAE45. Grayscale: #8D8D8D. Windows color (decimal): -831046 or 12210675. OLE color: 12210675.
HSL color Cylindrical-coordinate representation of color #F351BA: hue angle of 321.11º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F351BA is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 186 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.05 |
| HSL | 321.11º | 0.87% | 0.64% | - |
| HSV(B) | 321.11º | 0.67% | 0.95% | - |
| XYZ | 48.77 | 28.48 | 49.38 | - |
| YUV | 141.41 | 153.17 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 186 | 0 | 0.67 | 0.23 | 0.05 | 321.11 | 0.87 | 0.64 |
| Hex | F3 | 51 | BA | 0 | 43 | 17 | 5 | 141 | 57 | 40 |
| Octal | 363 | 121 | 272 | 0 | 103 | 27 | 5 | 501 | 127 | 100 |
| Binary | 11110011 | 1010001 | 10111010 | 0 | 1000011 | 10111 | 101 | 101000001 | 1010111 | 1000000 |
Color Harmonies of #F351BA
Complementary color
Monochromatic Colors of #F351BA
Black with #F351BA
Text Example
Text Example
White with #F351BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F351BA; }
p { color: rgb(243,81,186); }
H1.HeaderClassName
{
color: #F351BA;
}
.AnyTagClassName
{
color: #F351BA;
}
</style>
background-color css
<style>
a { background-color: #F351BA; }
a { background-color: rgb(243,81,186); }
div.DivClassName
{
background-color: #F351BA;
}
.BgClassName
{
background-color: #F351BA;
}
</style>
border-color css
<style>
span { border-color: #F351BA; }
span { border-color: rgb(243,81,186); }
td.TdClassName
{
border-color: #F351BA;
}
.TagClassName
{
border-color: #F351BA;
}
</style>