Shades of Hot Pink #F365AA
Tints of Hot Pink #F365AA
RGB
CMYK
RGB Variations
Color information
#F365AA (or 0xF365AA) is known color: Hot Pink. HEX triplet: F3, 65 and AA. RGB value is (243,101,170). Sum of RGB (Red+Green+Blue) = 243+101+170=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F365AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F365AA is #0C9A55. Grayscale: #979797. Windows color (decimal): -825942 or 11167219. OLE color: 11167219.
HSL color Cylindrical-coordinate representation of color #F365AA: hue angle of 330.85º 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 #F365AA is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 170 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.05 |
| HSL | 330.85º | 0.86% | 0.67% | - |
| HSV(B) | 330.85º | 0.58% | 0.95% | - |
| XYZ | 48.87 | 31.26 | 41.49 | - |
| YUV | 151.32 | 138.54 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 170 | 0 | 0.58 | 0.30 | 0.05 | 330.85 | 0.86 | 0.67 |
| Hex | F3 | 65 | AA | 0 | 3A | 1E | 5 | 14B | 56 | 43 |
| Octal | 363 | 145 | 252 | 0 | 72 | 36 | 5 | 513 | 126 | 103 |
| Binary | 11110011 | 1100101 | 10101010 | 0 | 111010 | 11110 | 101 | 101001011 | 1010110 | 1000011 |
Color Harmonies of #F365AA
Complementary color
Monochromatic Colors of #F365AA
Black with #F365AA
Text Example
Text Example
White with #F365AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365AA; }
p { color: rgb(243,101,170); }
H1.HeaderClassName
{
color: #F365AA;
}
.AnyTagClassName
{
color: #F365AA;
}
</style>
background-color css
<style>
a { background-color: #F365AA; }
a { background-color: rgb(243,101,170); }
div.DivClassName
{
background-color: #F365AA;
}
.BgClassName
{
background-color: #F365AA;
}
</style>
border-color css
<style>
span { border-color: #F365AA; }
span { border-color: rgb(243,101,170); }
td.TdClassName
{
border-color: #F365AA;
}
.TagClassName
{
border-color: #F365AA;
}
</style>