Shades of Hot Pink #F355BE
Tints of Hot Pink #F355BE
RGB
CMYK
RGB Variations
Color information
#F355BE (or 0xF355BE) is known color: Hot Pink. HEX triplet: F3, 55 and BE. RGB value is (243,85,190). Sum of RGB (Red+Green+Blue) = 243+85+190=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F355BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F355BE is #0CAA41. Grayscale: #8F8F8F. Windows color (decimal): -830018 or 12473843. OLE color: 12473843.
HSL color Cylindrical-coordinate representation of color #F355BE: hue angle of 320.13º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F355BE is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 190 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.05 |
| HSL | 320.13º | 0.87% | 0.64% | - |
| HSV(B) | 320.13º | 0.65% | 0.95% | - |
| XYZ | 49.5 | 29.27 | 51.76 | - |
| YUV | 144.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 190 | 0 | 0.65 | 0.22 | 0.05 | 320.13 | 0.87 | 0.64 |
| Hex | F3 | 55 | BE | 0 | 41 | 16 | 5 | 140 | 57 | 40 |
| Octal | 363 | 125 | 276 | 0 | 101 | 26 | 5 | 500 | 127 | 100 |
| Binary | 11110011 | 1010101 | 10111110 | 0 | 1000001 | 10110 | 101 | 101000000 | 1010111 | 1000000 |
Color Harmonies of #F355BE
Complementary color
Monochromatic Colors of #F355BE
Black with #F355BE
Text Example
Text Example
White with #F355BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355BE; }
p { color: rgb(243,85,190); }
H1.HeaderClassName
{
color: #F355BE;
}
.AnyTagClassName
{
color: #F355BE;
}
</style>
background-color css
<style>
a { background-color: #F355BE; }
a { background-color: rgb(243,85,190); }
div.DivClassName
{
background-color: #F355BE;
}
.BgClassName
{
background-color: #F355BE;
}
</style>
border-color css
<style>
span { border-color: #F355BE; }
span { border-color: rgb(243,85,190); }
td.TdClassName
{
border-color: #F355BE;
}
.TagClassName
{
border-color: #F355BE;
}
</style>