Shades of Hot Pink #F358BE
Tints of Hot Pink #F358BE
RGB
CMYK
RGB Variations
Color information
#F358BE (or 0xF358BE) is known color: Hot Pink. HEX triplet: F3, 58 and BE. RGB value is (243,88,190). Sum of RGB (Red+Green+Blue) = 243+88+190=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F358BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358BE is #0CA741. Grayscale: #919191. Windows color (decimal): -829250 or 12474611. OLE color: 12474611.
HSL color Cylindrical-coordinate representation of color #F358BE: hue angle of 320.52º 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 #F358BE is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 190 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.05 |
| HSL | 320.52º | 0.87% | 0.65% | - |
| HSV(B) | 320.52º | 0.64% | 0.95% | - |
| XYZ | 49.75 | 29.75 | 51.84 | - |
| YUV | 145.97 | 152.85 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 190 | 0 | 0.64 | 0.22 | 0.05 | 320.52 | 0.87 | 0.65 |
| Hex | F3 | 58 | BE | 0 | 40 | 16 | 5 | 141 | 57 | 41 |
| Octal | 363 | 130 | 276 | 0 | 100 | 26 | 5 | 501 | 127 | 101 |
| Binary | 11110011 | 1011000 | 10111110 | 0 | 1000000 | 10110 | 101 | 101000001 | 1010111 | 1000001 |
Color Harmonies of #F358BE
Complementary color
Monochromatic Colors of #F358BE
Black with #F358BE
Text Example
Text Example
White with #F358BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358BE; }
p { color: rgb(243,88,190); }
H1.HeaderClassName
{
color: #F358BE;
}
.AnyTagClassName
{
color: #F358BE;
}
</style>
background-color css
<style>
a { background-color: #F358BE; }
a { background-color: rgb(243,88,190); }
div.DivClassName
{
background-color: #F358BE;
}
.BgClassName
{
background-color: #F358BE;
}
</style>
border-color css
<style>
span { border-color: #F358BE; }
span { border-color: rgb(243,88,190); }
td.TdClassName
{
border-color: #F358BE;
}
.TagClassName
{
border-color: #F358BE;
}
</style>