Shades of Deep Pink #F32390
Tints of Deep Pink #F32390
RGB
CMYK
RGB Variations
Color information
#F32390 (or 0xF32390) is known color: Deep Pink. HEX triplet: F3, 23 and 90. RGB value is (243,35,144). Sum of RGB (Red+Green+Blue) = 243+35+144=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F32390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32390 is #0CDC6F. Grayscale: #6D6D6D. Windows color (decimal): -842864 or 9446387. OLE color: 9446387.
HSL color Cylindrical-coordinate representation of color #F32390: hue angle of 328.56º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32390 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 144 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.05 |
| HSL | 328.56º | 0.9% | 0.55% | - |
| HSV(B) | 328.56º | 0.86% | 0.95% | - |
| XYZ | 42.6 | 22.27 | 28.44 | - |
| YUV | 109.62 | 147.41 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 144 | 0 | 0.86 | 0.41 | 0.05 | 328.56 | 0.9 | 0.55 |
| Hex | F3 | 23 | 90 | 0 | 56 | 29 | 5 | 149 | 5A | 37 |
| Octal | 363 | 43 | 220 | 0 | 126 | 51 | 5 | 511 | 132 | 67 |
| Binary | 11110011 | 100011 | 10010000 | 0 | 1010110 | 101001 | 101 | 101001001 | 1011010 | 110111 |
Color Harmonies of #F32390
Complementary color
Monochromatic Colors of #F32390
Black with #F32390
Text Example
Text Example
White with #F32390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32390; }
p { color: rgb(243,35,144); }
H1.HeaderClassName
{
color: #F32390;
}
.AnyTagClassName
{
color: #F32390;
}
</style>
background-color css
<style>
a { background-color: #F32390; }
a { background-color: rgb(243,35,144); }
div.DivClassName
{
background-color: #F32390;
}
.BgClassName
{
background-color: #F32390;
}
</style>
border-color css
<style>
span { border-color: #F32390; }
span { border-color: rgb(243,35,144); }
td.TdClassName
{
border-color: #F32390;
}
.TagClassName
{
border-color: #F32390;
}
</style>