Shades of Hot Pink #F35DB3
Tints of Hot Pink #F35DB3
RGB
CMYK
RGB Variations
Color information
#F35DB3 (or 0xF35DB3) is known color: Hot Pink. HEX triplet: F3, 5D and B3. RGB value is (243,93,179). Sum of RGB (Red+Green+Blue) = 243+93+179=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35DB3 is #0CA24C. Grayscale: #939393. Windows color (decimal): -827981 or 11754995. OLE color: 11754995.
HSL color Cylindrical-coordinate representation of color #F35DB3: hue angle of 325.6º 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 #F35DB3 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 179 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.05 |
| HSL | 325.6º | 0.86% | 0.66% | - |
| HSV(B) | 325.6º | 0.62% | 0.95% | - |
| XYZ | 49.01 | 30.14 | 45.88 | - |
| YUV | 147.65 | 145.7 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 179 | 0 | 0.62 | 0.26 | 0.05 | 325.6 | 0.86 | 0.66 |
| Hex | F3 | 5D | B3 | 0 | 3E | 1A | 5 | 146 | 56 | 42 |
| Octal | 363 | 135 | 263 | 0 | 76 | 32 | 5 | 506 | 126 | 102 |
| Binary | 11110011 | 1011101 | 10110011 | 0 | 111110 | 11010 | 101 | 101000110 | 1010110 | 1000010 |
Color Harmonies of #F35DB3
Complementary color
Monochromatic Colors of #F35DB3
Black with #F35DB3
Text Example
Text Example
White with #F35DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35DB3; }
p { color: rgb(243,93,179); }
H1.HeaderClassName
{
color: #F35DB3;
}
.AnyTagClassName
{
color: #F35DB3;
}
</style>
background-color css
<style>
a { background-color: #F35DB3; }
a { background-color: rgb(243,93,179); }
div.DivClassName
{
background-color: #F35DB3;
}
.BgClassName
{
background-color: #F35DB3;
}
</style>
border-color css
<style>
span { border-color: #F35DB3; }
span { border-color: rgb(243,93,179); }
td.TdClassName
{
border-color: #F35DB3;
}
.TagClassName
{
border-color: #F35DB3;
}
</style>