Shades of Hot Pink #F360B5
Tints of Hot Pink #F360B5
RGB
CMYK
RGB Variations
Color information
#F360B5 (or 0xF360B5) is known color: Hot Pink. HEX triplet: F3, 60 and B5. RGB value is (243,96,181). Sum of RGB (Red+Green+Blue) = 243+96+181=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F360B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F360B5 is #0C9F4A. Grayscale: #959595. Windows color (decimal): -827211 or 11886835. OLE color: 11886835.
HSL color Cylindrical-coordinate representation of color #F360B5: hue angle of 325.31º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F360B5 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 181 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.05 |
| HSL | 325.31º | 0.86% | 0.66% | - |
| HSV(B) | 325.31º | 0.6% | 0.95% | - |
| XYZ | 49.49 | 30.76 | 47.04 | - |
| YUV | 149.64 | 145.7 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 181 | 0 | 0.60 | 0.26 | 0.05 | 325.31 | 0.86 | 0.66 |
| Hex | F3 | 60 | B5 | 0 | 3C | 1A | 5 | 145 | 56 | 42 |
| Octal | 363 | 140 | 265 | 0 | 74 | 32 | 5 | 505 | 126 | 102 |
| Binary | 11110011 | 1100000 | 10110101 | 0 | 111100 | 11010 | 101 | 101000101 | 1010110 | 1000010 |
Color Harmonies of #F360B5
Complementary color
Monochromatic Colors of #F360B5
Black with #F360B5
Text Example
Text Example
White with #F360B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F360B5; }
p { color: rgb(243,96,181); }
H1.HeaderClassName
{
color: #F360B5;
}
.AnyTagClassName
{
color: #F360B5;
}
</style>
background-color css
<style>
a { background-color: #F360B5; }
a { background-color: rgb(243,96,181); }
div.DivClassName
{
background-color: #F360B5;
}
.BgClassName
{
background-color: #F360B5;
}
</style>
border-color css
<style>
span { border-color: #F360B5; }
span { border-color: rgb(243,96,181); }
td.TdClassName
{
border-color: #F360B5;
}
.TagClassName
{
border-color: #F360B5;
}
</style>