Shades of Hot Pink #F356BA
Tints of Hot Pink #F356BA
RGB
CMYK
RGB Variations
Color information
#F356BA (or 0xF356BA) is known color: Hot Pink. HEX triplet: F3, 56 and BA. RGB value is (243,86,186). Sum of RGB (Red+Green+Blue) = 243+86+186=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F356BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F356BA is #0CA945. Grayscale: #909090. Windows color (decimal): -829766 or 12211955. OLE color: 12211955.
HSL color Cylindrical-coordinate representation of color #F356BA: hue angle of 321.78º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F356BA is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 186 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.05 |
| HSL | 321.78º | 0.87% | 0.65% | - |
| HSV(B) | 321.78º | 0.65% | 0.95% | - |
| XYZ | 49.15 | 29.26 | 49.51 | - |
| YUV | 144.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 186 | 0 | 0.65 | 0.23 | 0.05 | 321.78 | 0.87 | 0.65 |
| Hex | F3 | 56 | BA | 0 | 41 | 17 | 5 | 142 | 57 | 41 |
| Octal | 363 | 126 | 272 | 0 | 101 | 27 | 5 | 502 | 127 | 101 |
| Binary | 11110011 | 1010110 | 10111010 | 0 | 1000001 | 10111 | 101 | 101000010 | 1010111 | 1000001 |
Color Harmonies of #F356BA
Complementary color
Monochromatic Colors of #F356BA
Black with #F356BA
Text Example
Text Example
White with #F356BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356BA; }
p { color: rgb(243,86,186); }
H1.HeaderClassName
{
color: #F356BA;
}
.AnyTagClassName
{
color: #F356BA;
}
</style>
background-color css
<style>
a { background-color: #F356BA; }
a { background-color: rgb(243,86,186); }
div.DivClassName
{
background-color: #F356BA;
}
.BgClassName
{
background-color: #F356BA;
}
</style>
border-color css
<style>
span { border-color: #F356BA; }
span { border-color: rgb(243,86,186); }
td.TdClassName
{
border-color: #F356BA;
}
.TagClassName
{
border-color: #F356BA;
}
</style>