Shades of Hot Pink #F369BC
Tints of Hot Pink #F369BC
RGB
CMYK
RGB Variations
Color information
#F369BC (or 0xF369BC) is known color: Hot Pink. HEX triplet: F3, 69 and BC. RGB value is (243,105,188). Sum of RGB (Red+Green+Blue) = 243+105+188=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F369BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F369BC is #0C9643. Grayscale: #9B9B9B. Windows color (decimal): -824900 or 12347891. OLE color: 12347891.
HSL color Cylindrical-coordinate representation of color #F369BC: hue angle of 323.91º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F369BC is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 188 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.05 |
| HSL | 323.91º | 0.85% | 0.68% | - |
| HSV(B) | 323.91º | 0.57% | 0.95% | - |
| XYZ | 51.09 | 32.79 | 51.21 | - |
| YUV | 155.72 | 146.22 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 188 | 0 | 0.57 | 0.23 | 0.05 | 323.91 | 0.85 | 0.68 |
| Hex | F3 | 69 | BC | 0 | 39 | 17 | 5 | 144 | 55 | 44 |
| Octal | 363 | 151 | 274 | 0 | 71 | 27 | 5 | 504 | 125 | 104 |
| Binary | 11110011 | 1101001 | 10111100 | 0 | 111001 | 10111 | 101 | 101000100 | 1010101 | 1000100 |
Color Harmonies of #F369BC
Complementary color
Monochromatic Colors of #F369BC
Black with #F369BC
Text Example
Text Example
White with #F369BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F369BC; }
p { color: rgb(243,105,188); }
H1.HeaderClassName
{
color: #F369BC;
}
.AnyTagClassName
{
color: #F369BC;
}
</style>
background-color css
<style>
a { background-color: #F369BC; }
a { background-color: rgb(243,105,188); }
div.DivClassName
{
background-color: #F369BC;
}
.BgClassName
{
background-color: #F369BC;
}
</style>
border-color css
<style>
span { border-color: #F369BC; }
span { border-color: rgb(243,105,188); }
td.TdClassName
{
border-color: #F369BC;
}
.TagClassName
{
border-color: #F369BC;
}
</style>