Shades of Hot Pink #F359BA
Tints of Hot Pink #F359BA
RGB
CMYK
RGB Variations
Color information
#F359BA (or 0xF359BA) is known color: Hot Pink. HEX triplet: F3, 59 and BA. RGB value is (243,89,186). Sum of RGB (Red+Green+Blue) = 243+89+186=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F359BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F359BA is #0CA645. Grayscale: #919191. Windows color (decimal): -828998 or 12212723. OLE color: 12212723.
HSL color Cylindrical-coordinate representation of color #F359BA: hue angle of 322.21º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F359BA is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 89 | 186 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.05 |
| HSL | 322.21º | 0.87% | 0.65% | - |
| HSV(B) | 322.21º | 0.63% | 0.95% | - |
| XYZ | 49.4 | 29.74 | 49.59 | - |
| YUV | 146.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 89 | 186 | 0 | 0.63 | 0.23 | 0.05 | 322.21 | 0.87 | 0.65 |
| Hex | F3 | 59 | BA | 0 | 3F | 17 | 5 | 142 | 57 | 41 |
| Octal | 363 | 131 | 272 | 0 | 77 | 27 | 5 | 502 | 127 | 101 |
| Binary | 11110011 | 1011001 | 10111010 | 0 | 111111 | 10111 | 101 | 101000010 | 1010111 | 1000001 |
Color Harmonies of #F359BA
Complementary color
Monochromatic Colors of #F359BA
Black with #F359BA
Text Example
Text Example
White with #F359BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F359BA; }
p { color: rgb(243,89,186); }
H1.HeaderClassName
{
color: #F359BA;
}
.AnyTagClassName
{
color: #F359BA;
}
</style>
background-color css
<style>
a { background-color: #F359BA; }
a { background-color: rgb(243,89,186); }
div.DivClassName
{
background-color: #F359BA;
}
.BgClassName
{
background-color: #F359BA;
}
</style>
border-color css
<style>
span { border-color: #F359BA; }
span { border-color: rgb(243,89,186); }
td.TdClassName
{
border-color: #F359BA;
}
.TagClassName
{
border-color: #F359BA;
}
</style>