Shades of Hot Pink #F356B8
Tints of Hot Pink #F356B8
RGB
CMYK
RGB Variations
Color information
#F356B8 (or 0xF356B8) is known color: Hot Pink. HEX triplet: F3, 56 and B8. RGB value is (243,86,184). Sum of RGB (Red+Green+Blue) = 243+86+184=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F356B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F356B8 is #0CA947. Grayscale: #8F8F8F. Windows color (decimal): -829768 or 12080883. OLE color: 12080883.
HSL color Cylindrical-coordinate representation of color #F356B8: hue angle of 322.55º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F356B8 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 184 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.05 |
| HSL | 322.55º | 0.87% | 0.65% | - |
| HSV(B) | 322.55º | 0.65% | 0.95% | - |
| XYZ | 48.94 | 29.17 | 48.4 | - |
| YUV | 144.12 | 150.51 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 184 | 0 | 0.65 | 0.24 | 0.05 | 322.55 | 0.87 | 0.65 |
| Hex | F3 | 56 | B8 | 0 | 41 | 18 | 5 | 143 | 57 | 41 |
| Octal | 363 | 126 | 270 | 0 | 101 | 30 | 5 | 503 | 127 | 101 |
| Binary | 11110011 | 1010110 | 10111000 | 0 | 1000001 | 11000 | 101 | 101000011 | 1010111 | 1000001 |
Color Harmonies of #F356B8
Complementary color
Monochromatic Colors of #F356B8
Black with #F356B8
Text Example
Text Example
White with #F356B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356B8; }
p { color: rgb(243,86,184); }
H1.HeaderClassName
{
color: #F356B8;
}
.AnyTagClassName
{
color: #F356B8;
}
</style>
background-color css
<style>
a { background-color: #F356B8; }
a { background-color: rgb(243,86,184); }
div.DivClassName
{
background-color: #F356B8;
}
.BgClassName
{
background-color: #F356B8;
}
</style>
border-color css
<style>
span { border-color: #F356B8; }
span { border-color: rgb(243,86,184); }
td.TdClassName
{
border-color: #F356B8;
}
.TagClassName
{
border-color: #F356B8;
}
</style>