Shades of Hot Pink #F350BE
Tints of Hot Pink #F350BE
RGB
CMYK
RGB Variations
Color information
#F350BE (or 0xF350BE) is known color: Hot Pink. HEX triplet: F3, 50 and BE. RGB value is (243,80,190). Sum of RGB (Red+Green+Blue) = 243+80+190=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F350BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F350BE is #0CAF41. Grayscale: #8D8D8D. Windows color (decimal): -831298 or 12472563. OLE color: 12472563.
HSL color Cylindrical-coordinate representation of color #F350BE: hue angle of 319.51º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F350BE is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 190 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.05 |
| HSL | 319.51º | 0.87% | 0.63% | - |
| HSV(B) | 319.51º | 0.67% | 0.95% | - |
| XYZ | 49.13 | 28.51 | 51.63 | - |
| YUV | 141.28 | 155.5 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 190 | 0 | 0.67 | 0.22 | 0.05 | 319.51 | 0.87 | 0.63 |
| Hex | F3 | 50 | BE | 0 | 43 | 16 | 5 | 140 | 57 | 3F |
| Octal | 363 | 120 | 276 | 0 | 103 | 26 | 5 | 500 | 127 | 77 |
| Binary | 11110011 | 1010000 | 10111110 | 0 | 1000011 | 10110 | 101 | 101000000 | 1010111 | 111111 |
Color Harmonies of #F350BE
Complementary color
Monochromatic Colors of #F350BE
Black with #F350BE
Text Example
Text Example
White with #F350BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350BE; }
p { color: rgb(243,80,190); }
H1.HeaderClassName
{
color: #F350BE;
}
.AnyTagClassName
{
color: #F350BE;
}
</style>
background-color css
<style>
a { background-color: #F350BE; }
a { background-color: rgb(243,80,190); }
div.DivClassName
{
background-color: #F350BE;
}
.BgClassName
{
background-color: #F350BE;
}
</style>
border-color css
<style>
span { border-color: #F350BE; }
span { border-color: rgb(243,80,190); }
td.TdClassName
{
border-color: #F350BE;
}
.TagClassName
{
border-color: #F350BE;
}
</style>