Shades of Hot Pink #F368AB
Tints of Hot Pink #F368AB
RGB
CMYK
RGB Variations
Color information
#F368AB (or 0xF368AB) is known color: Hot Pink. HEX triplet: F3, 68 and AB. RGB value is (243,104,171). Sum of RGB (Red+Green+Blue) = 243+104+171=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F368AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F368AB is #0C9754. Grayscale: #999999. Windows color (decimal): -825173 or 11233523. OLE color: 11233523.
HSL color Cylindrical-coordinate representation of color #F368AB: hue angle of 331.08º 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 #F368AB is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 171 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.05 |
| HSL | 331.08º | 0.85% | 0.68% | - |
| HSV(B) | 331.08º | 0.57% | 0.95% | - |
| XYZ | 49.26 | 31.9 | 42.09 | - |
| YUV | 153.2 | 138.05 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 171 | 0 | 0.57 | 0.30 | 0.05 | 331.08 | 0.85 | 0.68 |
| Hex | F3 | 68 | AB | 0 | 39 | 1E | 5 | 14B | 55 | 44 |
| Octal | 363 | 150 | 253 | 0 | 71 | 36 | 5 | 513 | 125 | 104 |
| Binary | 11110011 | 1101000 | 10101011 | 0 | 111001 | 11110 | 101 | 101001011 | 1010101 | 1000100 |
Color Harmonies of #F368AB
Complementary color
Monochromatic Colors of #F368AB
Black with #F368AB
Text Example
Text Example
White with #F368AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368AB; }
p { color: rgb(243,104,171); }
H1.HeaderClassName
{
color: #F368AB;
}
.AnyTagClassName
{
color: #F368AB;
}
</style>
background-color css
<style>
a { background-color: #F368AB; }
a { background-color: rgb(243,104,171); }
div.DivClassName
{
background-color: #F368AB;
}
.BgClassName
{
background-color: #F368AB;
}
</style>
border-color css
<style>
span { border-color: #F368AB; }
span { border-color: rgb(243,104,171); }
td.TdClassName
{
border-color: #F368AB;
}
.TagClassName
{
border-color: #F368AB;
}
</style>