Shades of Hot Pink #F351BF
Tints of Hot Pink #F351BF
RGB
CMYK
RGB Variations
Color information
#F351BF (or 0xF351BF) is known color: Hot Pink. HEX triplet: F3, 51 and BF. RGB value is (243,81,191). Sum of RGB (Red+Green+Blue) = 243+81+191=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F351BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F351BF is #0CAE40. Grayscale: #8D8D8D. Windows color (decimal): -831041 or 12538355. OLE color: 12538355.
HSL color Cylindrical-coordinate representation of color #F351BF: hue angle of 319.26º 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 #F351BF is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 191 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.05 |
| HSL | 319.26º | 0.87% | 0.64% | - |
| HSV(B) | 319.26º | 0.67% | 0.95% | - |
| XYZ | 49.31 | 28.7 | 52.23 | - |
| YUV | 141.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 191 | 0 | 0.67 | 0.21 | 0.05 | 319.26 | 0.87 | 0.64 |
| Hex | F3 | 51 | BF | 0 | 43 | 15 | 5 | 13F | 57 | 40 |
| Octal | 363 | 121 | 277 | 0 | 103 | 25 | 5 | 477 | 127 | 100 |
| Binary | 11110011 | 1010001 | 10111111 | 0 | 1000011 | 10101 | 101 | 100111111 | 1010111 | 1000000 |
Color Harmonies of #F351BF
Complementary color
Monochromatic Colors of #F351BF
Black with #F351BF
Text Example
Text Example
White with #F351BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F351BF; }
p { color: rgb(243,81,191); }
H1.HeaderClassName
{
color: #F351BF;
}
.AnyTagClassName
{
color: #F351BF;
}
</style>
background-color css
<style>
a { background-color: #F351BF; }
a { background-color: rgb(243,81,191); }
div.DivClassName
{
background-color: #F351BF;
}
.BgClassName
{
background-color: #F351BF;
}
</style>
border-color css
<style>
span { border-color: #F351BF; }
span { border-color: rgb(243,81,191); }
td.TdClassName
{
border-color: #F351BF;
}
.TagClassName
{
border-color: #F351BF;
}
</style>