Shades of Hot Pink #F35DB9
Tints of Hot Pink #F35DB9
RGB
CMYK
RGB Variations
Color information
#F35DB9 (or 0xF35DB9) is known color: Hot Pink. HEX triplet: F3, 5D and B9. RGB value is (243,93,185). Sum of RGB (Red+Green+Blue) = 243+93+185=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35DB9 is #0CA246. Grayscale: #949494. Windows color (decimal): -827975 or 12148211. OLE color: 12148211.
HSL color Cylindrical-coordinate representation of color #F35DB9: hue angle of 323.2º 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 #F35DB9 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 185 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.05 |
| HSL | 323.2º | 0.86% | 0.66% | - |
| HSV(B) | 323.2º | 0.62% | 0.95% | - |
| XYZ | 49.63 | 30.39 | 49.15 | - |
| YUV | 148.34 | 148.7 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 185 | 0 | 0.62 | 0.24 | 0.05 | 323.2 | 0.86 | 0.66 |
| Hex | F3 | 5D | B9 | 0 | 3E | 18 | 5 | 143 | 56 | 42 |
| Octal | 363 | 135 | 271 | 0 | 76 | 30 | 5 | 503 | 126 | 102 |
| Binary | 11110011 | 1011101 | 10111001 | 0 | 111110 | 11000 | 101 | 101000011 | 1010110 | 1000010 |
Color Harmonies of #F35DB9
Complementary color
Monochromatic Colors of #F35DB9
Black with #F35DB9
Text Example
Text Example
White with #F35DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35DB9; }
p { color: rgb(243,93,185); }
H1.HeaderClassName
{
color: #F35DB9;
}
.AnyTagClassName
{
color: #F35DB9;
}
</style>
background-color css
<style>
a { background-color: #F35DB9; }
a { background-color: rgb(243,93,185); }
div.DivClassName
{
background-color: #F35DB9;
}
.BgClassName
{
background-color: #F35DB9;
}
</style>
border-color css
<style>
span { border-color: #F35DB9; }
span { border-color: rgb(243,93,185); }
td.TdClassName
{
border-color: #F35DB9;
}
.TagClassName
{
border-color: #F35DB9;
}
</style>