Shades of Hot Pink #F35DAE
Tints of Hot Pink #F35DAE
RGB
CMYK
RGB Variations
Color information
#F35DAE (or 0xF35DAE) is known color: Hot Pink. HEX triplet: F3, 5D and AE. RGB value is (243,93,174). Sum of RGB (Red+Green+Blue) = 243+93+174=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35DAE is #0CA251. Grayscale: #929292. Windows color (decimal): -827986 or 11427315. OLE color: 11427315.
HSL color Cylindrical-coordinate representation of color #F35DAE: hue angle of 327.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 #F35DAE is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 174 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.05 |
| HSL | 327.6º | 0.86% | 0.66% | - |
| HSV(B) | 327.6º | 0.62% | 0.95% | - |
| XYZ | 48.52 | 29.94 | 43.27 | - |
| YUV | 147.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 174 | 0 | 0.62 | 0.28 | 0.05 | 327.6 | 0.86 | 0.66 |
| Hex | F3 | 5D | AE | 0 | 3E | 1C | 5 | 148 | 56 | 42 |
| Octal | 363 | 135 | 256 | 0 | 76 | 34 | 5 | 510 | 126 | 102 |
| Binary | 11110011 | 1011101 | 10101110 | 0 | 111110 | 11100 | 101 | 101001000 | 1010110 | 1000010 |
Color Harmonies of #F35DAE
Complementary color
Monochromatic Colors of #F35DAE
Black with #F35DAE
Text Example
Text Example
White with #F35DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35DAE; }
p { color: rgb(243,93,174); }
H1.HeaderClassName
{
color: #F35DAE;
}
.AnyTagClassName
{
color: #F35DAE;
}
</style>
background-color css
<style>
a { background-color: #F35DAE; }
a { background-color: rgb(243,93,174); }
div.DivClassName
{
background-color: #F35DAE;
}
.BgClassName
{
background-color: #F35DAE;
}
</style>
border-color css
<style>
span { border-color: #F35DAE; }
span { border-color: rgb(243,93,174); }
td.TdClassName
{
border-color: #F35DAE;
}
.TagClassName
{
border-color: #F35DAE;
}
</style>