Shades of Hot Pink #F35DB4
Tints of Hot Pink #F35DB4
RGB
CMYK
RGB Variations
Color information
#F35DB4 (or 0xF35DB4) is known color: Hot Pink. HEX triplet: F3, 5D and B4. RGB value is (243,93,180). Sum of RGB (Red+Green+Blue) = 243+93+180=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35DB4 is #0CA24B. Grayscale: #939393. Windows color (decimal): -827980 or 11820531. OLE color: 11820531.
HSL color Cylindrical-coordinate representation of color #F35DB4: hue angle of 325.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 #F35DB4 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 180 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.05 |
| HSL | 325.2º | 0.86% | 0.66% | - |
| HSV(B) | 325.2º | 0.62% | 0.95% | - |
| XYZ | 49.11 | 30.18 | 46.42 | - |
| YUV | 147.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 180 | 0 | 0.62 | 0.26 | 0.05 | 325.2 | 0.86 | 0.66 |
| Hex | F3 | 5D | B4 | 0 | 3E | 1A | 5 | 145 | 56 | 42 |
| Octal | 363 | 135 | 264 | 0 | 76 | 32 | 5 | 505 | 126 | 102 |
| Binary | 11110011 | 1011101 | 10110100 | 0 | 111110 | 11010 | 101 | 101000101 | 1010110 | 1000010 |
Color Harmonies of #F35DB4
Complementary color
Monochromatic Colors of #F35DB4
Black with #F35DB4
Text Example
Text Example
White with #F35DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35DB4; }
p { color: rgb(243,93,180); }
H1.HeaderClassName
{
color: #F35DB4;
}
.AnyTagClassName
{
color: #F35DB4;
}
</style>
background-color css
<style>
a { background-color: #F35DB4; }
a { background-color: rgb(243,93,180); }
div.DivClassName
{
background-color: #F35DB4;
}
.BgClassName
{
background-color: #F35DB4;
}
</style>
border-color css
<style>
span { border-color: #F35DB4; }
span { border-color: rgb(243,93,180); }
td.TdClassName
{
border-color: #F35DB4;
}
.TagClassName
{
border-color: #F35DB4;
}
</style>