Shades of Hot Pink #F358B7
Tints of Hot Pink #F358B7
RGB
CMYK
RGB Variations
Color information
#F358B7 (or 0xF358B7) is known color: Hot Pink. HEX triplet: F3, 58 and B7. RGB value is (243,88,183). Sum of RGB (Red+Green+Blue) = 243+88+183=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F358B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358B7 is #0CA748. Grayscale: #909090. Windows color (decimal): -829257 or 12015859. OLE color: 12015859.
HSL color Cylindrical-coordinate representation of color #F358B7: hue angle of 323.23º 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 #F358B7 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 183 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.05 |
| HSL | 323.23º | 0.87% | 0.65% | - |
| HSV(B) | 323.23º | 0.64% | 0.95% | - |
| XYZ | 49 | 29.45 | 47.9 | - |
| YUV | 145.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 183 | 0 | 0.64 | 0.25 | 0.05 | 323.23 | 0.87 | 0.65 |
| Hex | F3 | 58 | B7 | 0 | 40 | 19 | 5 | 143 | 57 | 41 |
| Octal | 363 | 130 | 267 | 0 | 100 | 31 | 5 | 503 | 127 | 101 |
| Binary | 11110011 | 1011000 | 10110111 | 0 | 1000000 | 11001 | 101 | 101000011 | 1010111 | 1000001 |
Color Harmonies of #F358B7
Complementary color
Monochromatic Colors of #F358B7
Black with #F358B7
Text Example
Text Example
White with #F358B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358B7; }
p { color: rgb(243,88,183); }
H1.HeaderClassName
{
color: #F358B7;
}
.AnyTagClassName
{
color: #F358B7;
}
</style>
background-color css
<style>
a { background-color: #F358B7; }
a { background-color: rgb(243,88,183); }
div.DivClassName
{
background-color: #F358B7;
}
.BgClassName
{
background-color: #F358B7;
}
</style>
border-color css
<style>
span { border-color: #F358B7; }
span { border-color: rgb(243,88,183); }
td.TdClassName
{
border-color: #F358B7;
}
.TagClassName
{
border-color: #F358B7;
}
</style>