Shades of Hot Pink #F358BB
Tints of Hot Pink #F358BB
RGB
CMYK
RGB Variations
Color information
#F358BB (or 0xF358BB) is known color: Hot Pink. HEX triplet: F3, 58 and BB. RGB value is (243,88,187). Sum of RGB (Red+Green+Blue) = 243+88+187=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F358BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358BB is #0CA744. Grayscale: #919191. Windows color (decimal): -829253 or 12278003. OLE color: 12278003.
HSL color Cylindrical-coordinate representation of color #F358BB: hue angle of 321.68º 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 #F358BB is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 187 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.05 |
| HSL | 321.68º | 0.87% | 0.65% | - |
| HSV(B) | 321.68º | 0.64% | 0.95% | - |
| XYZ | 49.42 | 29.62 | 50.13 | - |
| YUV | 145.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 187 | 0 | 0.64 | 0.23 | 0.05 | 321.68 | 0.87 | 0.65 |
| Hex | F3 | 58 | BB | 0 | 40 | 17 | 5 | 142 | 57 | 41 |
| Octal | 363 | 130 | 273 | 0 | 100 | 27 | 5 | 502 | 127 | 101 |
| Binary | 11110011 | 1011000 | 10111011 | 0 | 1000000 | 10111 | 101 | 101000010 | 1010111 | 1000001 |
Color Harmonies of #F358BB
Complementary color
Monochromatic Colors of #F358BB
Black with #F358BB
Text Example
Text Example
White with #F358BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358BB; }
p { color: rgb(243,88,187); }
H1.HeaderClassName
{
color: #F358BB;
}
.AnyTagClassName
{
color: #F358BB;
}
</style>
background-color css
<style>
a { background-color: #F358BB; }
a { background-color: rgb(243,88,187); }
div.DivClassName
{
background-color: #F358BB;
}
.BgClassName
{
background-color: #F358BB;
}
</style>
border-color css
<style>
span { border-color: #F358BB; }
span { border-color: rgb(243,88,187); }
td.TdClassName
{
border-color: #F358BB;
}
.TagClassName
{
border-color: #F358BB;
}
</style>