Shades of Hot Pink #F360BC
Tints of Hot Pink #F360BC
RGB
CMYK
RGB Variations
Color information
#F360BC (or 0xF360BC) is known color: Hot Pink. HEX triplet: F3, 60 and BC. RGB value is (243,96,188). Sum of RGB (Red+Green+Blue) = 243+96+188=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F360BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F360BC is #0C9F43. Grayscale: #969696. Windows color (decimal): -827204 or 12345587. OLE color: 12345587.
HSL color Cylindrical-coordinate representation of color #F360BC: hue angle of 322.45º 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 #F360BC is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 188 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.05 |
| HSL | 322.45º | 0.86% | 0.66% | - |
| HSV(B) | 322.45º | 0.6% | 0.95% | - |
| XYZ | 50.22 | 31.05 | 50.92 | - |
| YUV | 150.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 188 | 0 | 0.60 | 0.23 | 0.05 | 322.45 | 0.86 | 0.66 |
| Hex | F3 | 60 | BC | 0 | 3C | 17 | 5 | 142 | 56 | 42 |
| Octal | 363 | 140 | 274 | 0 | 74 | 27 | 5 | 502 | 126 | 102 |
| Binary | 11110011 | 1100000 | 10111100 | 0 | 111100 | 10111 | 101 | 101000010 | 1010110 | 1000010 |
Color Harmonies of #F360BC
Complementary color
Monochromatic Colors of #F360BC
Black with #F360BC
Text Example
Text Example
White with #F360BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F360BC; }
p { color: rgb(243,96,188); }
H1.HeaderClassName
{
color: #F360BC;
}
.AnyTagClassName
{
color: #F360BC;
}
</style>
background-color css
<style>
a { background-color: #F360BC; }
a { background-color: rgb(243,96,188); }
div.DivClassName
{
background-color: #F360BC;
}
.BgClassName
{
background-color: #F360BC;
}
</style>
border-color css
<style>
span { border-color: #F360BC; }
span { border-color: rgb(243,96,188); }
td.TdClassName
{
border-color: #F360BC;
}
.TagClassName
{
border-color: #F360BC;
}
</style>