Shades of Hot Pink #F35DB2
Tints of Hot Pink #F35DB2
RGB
CMYK
RGB Variations
Color information
#F35DB2 (or 0xF35DB2) is known color: Hot Pink. HEX triplet: F3, 5D and B2. RGB value is (243,93,178). Sum of RGB (Red+Green+Blue) = 243+93+178=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35DB2 is #0CA24D. Grayscale: #939393. Windows color (decimal): -827982 or 11689459. OLE color: 11689459.
HSL color Cylindrical-coordinate representation of color #F35DB2: hue angle of 326º 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 #F35DB2 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 178 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.05 |
| HSL | 326º | 0.86% | 0.66% | - |
| HSV(B) | 326º | 0.62% | 0.95% | - |
| XYZ | 48.91 | 30.1 | 45.35 | - |
| YUV | 147.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 178 | 0 | 0.62 | 0.27 | 0.05 | 326 | 0.86 | 0.66 |
| Hex | F3 | 5D | B2 | 0 | 3E | 1B | 5 | 146 | 56 | 42 |
| Octal | 363 | 135 | 262 | 0 | 76 | 33 | 5 | 506 | 126 | 102 |
| Binary | 11110011 | 1011101 | 10110010 | 0 | 111110 | 11011 | 101 | 101000110 | 1010110 | 1000010 |
Color Harmonies of #F35DB2
Complementary color
Monochromatic Colors of #F35DB2
Black with #F35DB2
Text Example
Text Example
White with #F35DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35DB2; }
p { color: rgb(243,93,178); }
H1.HeaderClassName
{
color: #F35DB2;
}
.AnyTagClassName
{
color: #F35DB2;
}
</style>
background-color css
<style>
a { background-color: #F35DB2; }
a { background-color: rgb(243,93,178); }
div.DivClassName
{
background-color: #F35DB2;
}
.BgClassName
{
background-color: #F35DB2;
}
</style>
border-color css
<style>
span { border-color: #F35DB2; }
span { border-color: rgb(243,93,178); }
td.TdClassName
{
border-color: #F35DB2;
}
.TagClassName
{
border-color: #F35DB2;
}
</style>