Shades of Hot Pink #F353BC
Tints of Hot Pink #F353BC
RGB
CMYK
RGB Variations
Color information
#F353BC (or 0xF353BC) is known color: Hot Pink. HEX triplet: F3, 53 and BC. RGB value is (243,83,188). Sum of RGB (Red+Green+Blue) = 243+83+188=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F353BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353BC is #0CAC43. Grayscale: #8E8E8E. Windows color (decimal): -830532 or 12342259. OLE color: 12342259.
HSL color Cylindrical-coordinate representation of color #F353BC: hue angle of 320.62º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F353BC is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 188 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.05 |
| HSL | 320.63º | 0.87% | 0.64% | - |
| HSV(B) | 320.63º | 0.66% | 0.95% | - |
| XYZ | 49.13 | 28.87 | 50.56 | - |
| YUV | 142.81 | 153.51 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 188 | 0 | 0.66 | 0.23 | 0.05 | 320.63 | 0.87 | 0.64 |
| Hex | F3 | 53 | BC | 0 | 42 | 17 | 5 | 141 | 57 | 40 |
| Octal | 363 | 123 | 274 | 0 | 102 | 27 | 5 | 501 | 127 | 100 |
| Binary | 11110011 | 1010011 | 10111100 | 0 | 1000010 | 10111 | 101 | 101000001 | 1010111 | 1000000 |
Color Harmonies of #F353BC
Complementary color
Monochromatic Colors of #F353BC
Black with #F353BC
Text Example
Text Example
White with #F353BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353BC; }
p { color: rgb(243,83,188); }
H1.HeaderClassName
{
color: #F353BC;
}
.AnyTagClassName
{
color: #F353BC;
}
</style>
background-color css
<style>
a { background-color: #F353BC; }
a { background-color: rgb(243,83,188); }
div.DivClassName
{
background-color: #F353BC;
}
.BgClassName
{
background-color: #F353BC;
}
</style>
border-color css
<style>
span { border-color: #F353BC; }
span { border-color: rgb(243,83,188); }
td.TdClassName
{
border-color: #F353BC;
}
.TagClassName
{
border-color: #F353BC;
}
</style>