Shades of Deep Pink #F32290
Tints of Deep Pink #F32290
RGB
CMYK
RGB Variations
Color information
#F32290 (or 0xF32290) is known color: Deep Pink. HEX triplet: F3, 22 and 90. RGB value is (243,34,144). Sum of RGB (Red+Green+Blue) = 243+34+144=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F32290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32290 is #0CDD6F. Grayscale: #6C6C6C. Windows color (decimal): -843120 or 9446131. OLE color: 9446131.
HSL color Cylindrical-coordinate representation of color #F32290: hue angle of 328.42º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32290 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 144 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.05 |
| HSL | 328.42º | 0.9% | 0.54% | - |
| HSV(B) | 328.42º | 0.86% | 0.95% | - |
| XYZ | 42.57 | 22.21 | 28.43 | - |
| YUV | 109.03 | 147.74 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 144 | 0 | 0.86 | 0.41 | 0.05 | 328.42 | 0.9 | 0.54 |
| Hex | F3 | 22 | 90 | 0 | 56 | 29 | 5 | 148 | 5A | 36 |
| Octal | 363 | 42 | 220 | 0 | 126 | 51 | 5 | 510 | 132 | 66 |
| Binary | 11110011 | 100010 | 10010000 | 0 | 1010110 | 101001 | 101 | 101001000 | 1011010 | 110110 |
Color Harmonies of #F32290
Complementary color
Monochromatic Colors of #F32290
Black with #F32290
Text Example
Text Example
White with #F32290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32290; }
p { color: rgb(243,34,144); }
H1.HeaderClassName
{
color: #F32290;
}
.AnyTagClassName
{
color: #F32290;
}
</style>
background-color css
<style>
a { background-color: #F32290; }
a { background-color: rgb(243,34,144); }
div.DivClassName
{
background-color: #F32290;
}
.BgClassName
{
background-color: #F32290;
}
</style>
border-color css
<style>
span { border-color: #F32290; }
span { border-color: rgb(243,34,144); }
td.TdClassName
{
border-color: #F32290;
}
.TagClassName
{
border-color: #F32290;
}
</style>