Shades of Hot Pink #F356B7
Tints of Hot Pink #F356B7
RGB
CMYK
RGB Variations
Color information
#F356B7 (or 0xF356B7) is known color: Hot Pink. HEX triplet: F3, 56 and B7. RGB value is (243,86,183). Sum of RGB (Red+Green+Blue) = 243+86+183=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F356B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F356B7 is #0CA948. Grayscale: #8F8F8F. Windows color (decimal): -829769 or 12015347. OLE color: 12015347.
HSL color Cylindrical-coordinate representation of color #F356B7: hue angle of 322.93º 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 #F356B7 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 183 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.05 |
| HSL | 322.93º | 0.87% | 0.65% | - |
| HSV(B) | 322.93º | 0.65% | 0.95% | - |
| XYZ | 48.84 | 29.13 | 47.85 | - |
| YUV | 144 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 183 | 0 | 0.65 | 0.25 | 0.05 | 322.93 | 0.87 | 0.65 |
| Hex | F3 | 56 | B7 | 0 | 41 | 19 | 5 | 143 | 57 | 41 |
| Octal | 363 | 126 | 267 | 0 | 101 | 31 | 5 | 503 | 127 | 101 |
| Binary | 11110011 | 1010110 | 10110111 | 0 | 1000001 | 11001 | 101 | 101000011 | 1010111 | 1000001 |
Color Harmonies of #F356B7
Complementary color
Monochromatic Colors of #F356B7
Black with #F356B7
Text Example
Text Example
White with #F356B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356B7; }
p { color: rgb(243,86,183); }
H1.HeaderClassName
{
color: #F356B7;
}
.AnyTagClassName
{
color: #F356B7;
}
</style>
background-color css
<style>
a { background-color: #F356B7; }
a { background-color: rgb(243,86,183); }
div.DivClassName
{
background-color: #F356B7;
}
.BgClassName
{
background-color: #F356B7;
}
</style>
border-color css
<style>
span { border-color: #F356B7; }
span { border-color: rgb(243,86,183); }
td.TdClassName
{
border-color: #F356B7;
}
.TagClassName
{
border-color: #F356B7;
}
</style>