Shades of Hot Pink #F357BC
Tints of Hot Pink #F357BC
RGB
CMYK
RGB Variations
Color information
#F357BC (or 0xF357BC) is known color: Hot Pink. HEX triplet: F3, 57 and BC. RGB value is (243,87,188). Sum of RGB (Red+Green+Blue) = 243+87+188=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F357BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F357BC is #0CA843. Grayscale: #909090. Windows color (decimal): -829508 or 12343283. OLE color: 12343283.
HSL color Cylindrical-coordinate representation of color #F357BC: hue angle of 321.15º 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 #F357BC is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 87 | 188 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.05 |
| HSL | 321.15º | 0.87% | 0.65% | - |
| HSV(B) | 321.15º | 0.64% | 0.95% | - |
| XYZ | 49.45 | 29.5 | 50.67 | - |
| YUV | 145.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 188 | 0 | 0.64 | 0.23 | 0.05 | 321.15 | 0.87 | 0.65 |
| Hex | F3 | 57 | BC | 0 | 40 | 17 | 5 | 141 | 57 | 41 |
| Octal | 363 | 127 | 274 | 0 | 100 | 27 | 5 | 501 | 127 | 101 |
| Binary | 11110011 | 1010111 | 10111100 | 0 | 1000000 | 10111 | 101 | 101000001 | 1010111 | 1000001 |
Color Harmonies of #F357BC
Complementary color
Monochromatic Colors of #F357BC
Black with #F357BC
Text Example
Text Example
White with #F357BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F357BC; }
p { color: rgb(243,87,188); }
H1.HeaderClassName
{
color: #F357BC;
}
.AnyTagClassName
{
color: #F357BC;
}
</style>
background-color css
<style>
a { background-color: #F357BC; }
a { background-color: rgb(243,87,188); }
div.DivClassName
{
background-color: #F357BC;
}
.BgClassName
{
background-color: #F357BC;
}
</style>
border-color css
<style>
span { border-color: #F357BC; }
span { border-color: rgb(243,87,188); }
td.TdClassName
{
border-color: #F357BC;
}
.TagClassName
{
border-color: #F357BC;
}
</style>