Shades of Hot Pink #F35DB0
Tints of Hot Pink #F35DB0
RGB
CMYK
RGB Variations
Color information
#F35DB0 (or 0xF35DB0) is known color: Hot Pink. HEX triplet: F3, 5D and B0. RGB value is (243,93,176). Sum of RGB (Red+Green+Blue) = 243+93+176=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35DB0 is #0CA24F. Grayscale: #939393. Windows color (decimal): -827984 or 11558387. OLE color: 11558387.
HSL color Cylindrical-coordinate representation of color #F35DB0: hue angle of 326.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35DB0 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 176 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.05 |
| HSL | 326.8º | 0.86% | 0.66% | - |
| HSV(B) | 326.8º | 0.62% | 0.95% | - |
| XYZ | 48.71 | 30.02 | 44.3 | - |
| YUV | 147.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 176 | 0 | 0.62 | 0.28 | 0.05 | 326.8 | 0.86 | 0.66 |
| Hex | F3 | 5D | B0 | 0 | 3E | 1C | 5 | 147 | 56 | 42 |
| Octal | 363 | 135 | 260 | 0 | 76 | 34 | 5 | 507 | 126 | 102 |
| Binary | 11110011 | 1011101 | 10110000 | 0 | 111110 | 11100 | 101 | 101000111 | 1010110 | 1000010 |
Color Harmonies of #F35DB0
Complementary color
Monochromatic Colors of #F35DB0
Black with #F35DB0
Text Example
Text Example
White with #F35DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35DB0; }
p { color: rgb(243,93,176); }
H1.HeaderClassName
{
color: #F35DB0;
}
.AnyTagClassName
{
color: #F35DB0;
}
</style>
background-color css
<style>
a { background-color: #F35DB0; }
a { background-color: rgb(243,93,176); }
div.DivClassName
{
background-color: #F35DB0;
}
.BgClassName
{
background-color: #F35DB0;
}
</style>
border-color css
<style>
span { border-color: #F35DB0; }
span { border-color: rgb(243,93,176); }
td.TdClassName
{
border-color: #F35DB0;
}
.TagClassName
{
border-color: #F35DB0;
}
</style>