Shades of Hot Pink #F357BA
Tints of Hot Pink #F357BA
RGB
CMYK
RGB Variations
Color information
#F357BA (or 0xF357BA) is known color: Hot Pink. HEX triplet: F3, 57 and BA. RGB value is (243,87,186). Sum of RGB (Red+Green+Blue) = 243+87+186=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F357BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F357BA is #0CA845. Grayscale: #909090. Windows color (decimal): -829510 or 12212211. OLE color: 12212211.
HSL color Cylindrical-coordinate representation of color #F357BA: hue angle of 321.92º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F357BA is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 87 | 186 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.05 |
| HSL | 321.92º | 0.87% | 0.65% | - |
| HSV(B) | 321.92º | 0.64% | 0.95% | - |
| XYZ | 49.23 | 29.42 | 49.54 | - |
| YUV | 144.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 186 | 0 | 0.64 | 0.23 | 0.05 | 321.92 | 0.87 | 0.65 |
| Hex | F3 | 57 | BA | 0 | 40 | 17 | 5 | 142 | 57 | 41 |
| Octal | 363 | 127 | 272 | 0 | 100 | 27 | 5 | 502 | 127 | 101 |
| Binary | 11110011 | 1010111 | 10111010 | 0 | 1000000 | 10111 | 101 | 101000010 | 1010111 | 1000001 |
Color Harmonies of #F357BA
Complementary color
Monochromatic Colors of #F357BA
Black with #F357BA
Text Example
Text Example
White with #F357BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F357BA; }
p { color: rgb(243,87,186); }
H1.HeaderClassName
{
color: #F357BA;
}
.AnyTagClassName
{
color: #F357BA;
}
</style>
background-color css
<style>
a { background-color: #F357BA; }
a { background-color: rgb(243,87,186); }
div.DivClassName
{
background-color: #F357BA;
}
.BgClassName
{
background-color: #F357BA;
}
</style>
border-color css
<style>
span { border-color: #F357BA; }
span { border-color: rgb(243,87,186); }
td.TdClassName
{
border-color: #F357BA;
}
.TagClassName
{
border-color: #F357BA;
}
</style>