Shades of Hot Pink #F365AB
Tints of Hot Pink #F365AB
RGB
CMYK
RGB Variations
Color information
#F365AB (or 0xF365AB) is known color: Hot Pink. HEX triplet: F3, 65 and AB. RGB value is (243,101,171). Sum of RGB (Red+Green+Blue) = 243+101+171=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F365AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F365AB is #0C9A54. Grayscale: #979797. Windows color (decimal): -825941 or 11232755. OLE color: 11232755.
HSL color Cylindrical-coordinate representation of color #F365AB: hue angle of 330.42º 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 #F365AB is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 171 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.05 |
| HSL | 330.42º | 0.86% | 0.67% | - |
| HSV(B) | 330.42º | 0.58% | 0.95% | - |
| XYZ | 48.97 | 31.3 | 41.99 | - |
| YUV | 151.44 | 139.04 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 171 | 0 | 0.58 | 0.30 | 0.05 | 330.42 | 0.86 | 0.67 |
| Hex | F3 | 65 | AB | 0 | 3A | 1E | 5 | 14A | 56 | 43 |
| Octal | 363 | 145 | 253 | 0 | 72 | 36 | 5 | 512 | 126 | 103 |
| Binary | 11110011 | 1100101 | 10101011 | 0 | 111010 | 11110 | 101 | 101001010 | 1010110 | 1000011 |
Color Harmonies of #F365AB
Complementary color
Monochromatic Colors of #F365AB
Black with #F365AB
Text Example
Text Example
White with #F365AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365AB; }
p { color: rgb(243,101,171); }
H1.HeaderClassName
{
color: #F365AB;
}
.AnyTagClassName
{
color: #F365AB;
}
</style>
background-color css
<style>
a { background-color: #F365AB; }
a { background-color: rgb(243,101,171); }
div.DivClassName
{
background-color: #F365AB;
}
.BgClassName
{
background-color: #F365AB;
}
</style>
border-color css
<style>
span { border-color: #F365AB; }
span { border-color: rgb(243,101,171); }
td.TdClassName
{
border-color: #F365AB;
}
.TagClassName
{
border-color: #F365AB;
}
</style>