Shades of Hot Pink #F368A2
Tints of Hot Pink #F368A2
RGB
CMYK
RGB Variations
Color information
#F368A2 (or 0xF368A2) is known color: Hot Pink. HEX triplet: F3, 68 and A2. RGB value is (243,104,162). Sum of RGB (Red+Green+Blue) = 243+104+162=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F368A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F368A2 is #0C975D. Grayscale: #989898. Windows color (decimal): -825182 or 10643699. OLE color: 10643699.
HSL color Cylindrical-coordinate representation of color #F368A2: hue angle of 334.96º 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 #F368A2 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 162 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.05 |
| HSL | 334.96º | 0.85% | 0.68% | - |
| HSV(B) | 334.96º | 0.57% | 0.95% | - |
| XYZ | 48.43 | 31.56 | 37.72 | - |
| YUV | 152.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 162 | 0 | 0.57 | 0.33 | 0.05 | 334.96 | 0.85 | 0.68 |
| Hex | F3 | 68 | A2 | 0 | 39 | 21 | 5 | 14F | 55 | 44 |
| Octal | 363 | 150 | 242 | 0 | 71 | 41 | 5 | 517 | 125 | 104 |
| Binary | 11110011 | 1101000 | 10100010 | 0 | 111001 | 100001 | 101 | 101001111 | 1010101 | 1000100 |
Color Harmonies of #F368A2
Complementary color
Monochromatic Colors of #F368A2
Black with #F368A2
Text Example
Text Example
White with #F368A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368A2; }
p { color: rgb(243,104,162); }
H1.HeaderClassName
{
color: #F368A2;
}
.AnyTagClassName
{
color: #F368A2;
}
</style>
background-color css
<style>
a { background-color: #F368A2; }
a { background-color: rgb(243,104,162); }
div.DivClassName
{
background-color: #F368A2;
}
.BgClassName
{
background-color: #F368A2;
}
</style>
border-color css
<style>
span { border-color: #F368A2; }
span { border-color: rgb(243,104,162); }
td.TdClassName
{
border-color: #F368A2;
}
.TagClassName
{
border-color: #F368A2;
}
</style>