Shades of Hot Pink #F358B9
Tints of Hot Pink #F358B9
RGB
CMYK
RGB Variations
Color information
#F358B9 (or 0xF358B9) is known color: Hot Pink. HEX triplet: F3, 58 and B9. RGB value is (243,88,185). Sum of RGB (Red+Green+Blue) = 243+88+185=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F358B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358B9 is #0CA746. Grayscale: #919191. Windows color (decimal): -829255 or 12146931. OLE color: 12146931.
HSL color Cylindrical-coordinate representation of color #F358B9: hue angle of 322.45º 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 #F358B9 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 185 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.05 |
| HSL | 322.45º | 0.87% | 0.65% | - |
| HSV(B) | 322.45º | 0.64% | 0.95% | - |
| XYZ | 49.21 | 29.54 | 49.01 | - |
| YUV | 145.4 | 150.35 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 185 | 0 | 0.64 | 0.24 | 0.05 | 322.45 | 0.87 | 0.65 |
| Hex | F3 | 58 | B9 | 0 | 40 | 18 | 5 | 142 | 57 | 41 |
| Octal | 363 | 130 | 271 | 0 | 100 | 30 | 5 | 502 | 127 | 101 |
| Binary | 11110011 | 1011000 | 10111001 | 0 | 1000000 | 11000 | 101 | 101000010 | 1010111 | 1000001 |
Color Harmonies of #F358B9
Complementary color
Monochromatic Colors of #F358B9
Black with #F358B9
Text Example
Text Example
White with #F358B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358B9; }
p { color: rgb(243,88,185); }
H1.HeaderClassName
{
color: #F358B9;
}
.AnyTagClassName
{
color: #F358B9;
}
</style>
background-color css
<style>
a { background-color: #F358B9; }
a { background-color: rgb(243,88,185); }
div.DivClassName
{
background-color: #F358B9;
}
.BgClassName
{
background-color: #F358B9;
}
</style>
border-color css
<style>
span { border-color: #F358B9; }
span { border-color: rgb(243,88,185); }
td.TdClassName
{
border-color: #F358B9;
}
.TagClassName
{
border-color: #F358B9;
}
</style>