Shades of Hot Pink #F35AB0
Tints of Hot Pink #F35AB0
RGB
CMYK
RGB Variations
Color information
#F35AB0 (or 0xF35AB0) is known color: Hot Pink. HEX triplet: F3, 5A and B0. RGB value is (243,90,176). Sum of RGB (Red+Green+Blue) = 243+90+176=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F35AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35AB0 is #0CA54F. Grayscale: #919191. Windows color (decimal): -828752 or 11557619. OLE color: 11557619.
HSL color Cylindrical-coordinate representation of color #F35AB0: hue angle of 326.27º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35AB0 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 90 | 176 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.05 |
| HSL | 326.27º | 0.86% | 0.65% | - |
| HSV(B) | 326.27º | 0.63% | 0.95% | - |
| XYZ | 48.45 | 29.5 | 44.21 | - |
| YUV | 145.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 90 | 176 | 0 | 0.63 | 0.28 | 0.05 | 326.27 | 0.86 | 0.65 |
| Hex | F3 | 5A | B0 | 0 | 3F | 1C | 5 | 146 | 56 | 41 |
| Octal | 363 | 132 | 260 | 0 | 77 | 34 | 5 | 506 | 126 | 101 |
| Binary | 11110011 | 1011010 | 10110000 | 0 | 111111 | 11100 | 101 | 101000110 | 1010110 | 1000001 |
Color Harmonies of #F35AB0
Complementary color
Monochromatic Colors of #F35AB0
Black with #F35AB0
Text Example
Text Example
White with #F35AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35AB0; }
p { color: rgb(243,90,176); }
H1.HeaderClassName
{
color: #F35AB0;
}
.AnyTagClassName
{
color: #F35AB0;
}
</style>
background-color css
<style>
a { background-color: #F35AB0; }
a { background-color: rgb(243,90,176); }
div.DivClassName
{
background-color: #F35AB0;
}
.BgClassName
{
background-color: #F35AB0;
}
</style>
border-color css
<style>
span { border-color: #F35AB0; }
span { border-color: rgb(243,90,176); }
td.TdClassName
{
border-color: #F35AB0;
}
.TagClassName
{
border-color: #F35AB0;
}
</style>