Shades of Hot Pink #F360B8
Tints of Hot Pink #F360B8
RGB
CMYK
RGB Variations
Color information
#F360B8 (or 0xF360B8) is known color: Hot Pink. HEX triplet: F3, 60 and B8. RGB value is (243,96,184). Sum of RGB (Red+Green+Blue) = 243+96+184=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F360B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F360B8 is #0C9F47. Grayscale: #959595. Windows color (decimal): -827208 or 12083443. OLE color: 12083443.
HSL color Cylindrical-coordinate representation of color #F360B8: hue angle of 324.08º 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 #F360B8 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 184 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.05 |
| HSL | 324.08º | 0.86% | 0.66% | - |
| HSV(B) | 324.08º | 0.6% | 0.95% | - |
| XYZ | 49.8 | 30.88 | 48.68 | - |
| YUV | 149.99 | 147.2 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 184 | 0 | 0.60 | 0.24 | 0.05 | 324.08 | 0.86 | 0.66 |
| Hex | F3 | 60 | B8 | 0 | 3C | 18 | 5 | 144 | 56 | 42 |
| Octal | 363 | 140 | 270 | 0 | 74 | 30 | 5 | 504 | 126 | 102 |
| Binary | 11110011 | 1100000 | 10111000 | 0 | 111100 | 11000 | 101 | 101000100 | 1010110 | 1000010 |
Color Harmonies of #F360B8
Complementary color
Monochromatic Colors of #F360B8
Black with #F360B8
Text Example
Text Example
White with #F360B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F360B8; }
p { color: rgb(243,96,184); }
H1.HeaderClassName
{
color: #F360B8;
}
.AnyTagClassName
{
color: #F360B8;
}
</style>
background-color css
<style>
a { background-color: #F360B8; }
a { background-color: rgb(243,96,184); }
div.DivClassName
{
background-color: #F360B8;
}
.BgClassName
{
background-color: #F360B8;
}
</style>
border-color css
<style>
span { border-color: #F360B8; }
span { border-color: rgb(243,96,184); }
td.TdClassName
{
border-color: #F360B8;
}
.TagClassName
{
border-color: #F360B8;
}
</style>