Shades of Hot Pink #F365BC
Tints of Hot Pink #F365BC
RGB
CMYK
RGB Variations
Color information
#F365BC (or 0xF365BC) is known color: Hot Pink. HEX triplet: F3, 65 and BC. RGB value is (243,101,188). Sum of RGB (Red+Green+Blue) = 243+101+188=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F365BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365BC is #0C9A43. Grayscale: #999999. Windows color (decimal): -825924 or 12346867. OLE color: 12346867.
HSL color Cylindrical-coordinate representation of color #F365BC: hue angle of 323.24º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F365BC is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 188 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.05 |
| HSL | 323.24º | 0.86% | 0.67% | - |
| HSV(B) | 323.24º | 0.58% | 0.95% | - |
| XYZ | 50.69 | 31.99 | 51.08 | - |
| YUV | 153.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 188 | 0 | 0.58 | 0.23 | 0.05 | 323.24 | 0.86 | 0.67 |
| Hex | F3 | 65 | BC | 0 | 3A | 17 | 5 | 143 | 56 | 43 |
| Octal | 363 | 145 | 274 | 0 | 72 | 27 | 5 | 503 | 126 | 103 |
| Binary | 11110011 | 1100101 | 10111100 | 0 | 111010 | 10111 | 101 | 101000011 | 1010110 | 1000011 |
Color Harmonies of #F365BC
Complementary color
Monochromatic Colors of #F365BC
Black with #F365BC
Text Example
Text Example
White with #F365BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365BC; }
p { color: rgb(243,101,188); }
H1.HeaderClassName
{
color: #F365BC;
}
.AnyTagClassName
{
color: #F365BC;
}
</style>
background-color css
<style>
a { background-color: #F365BC; }
a { background-color: rgb(243,101,188); }
div.DivClassName
{
background-color: #F365BC;
}
.BgClassName
{
background-color: #F365BC;
}
</style>
border-color css
<style>
span { border-color: #F365BC; }
span { border-color: rgb(243,101,188); }
td.TdClassName
{
border-color: #F365BC;
}
.TagClassName
{
border-color: #F365BC;
}
</style>