Shades of Deep Pink #F3228B
Tints of Deep Pink #F3228B
RGB
CMYK
RGB Variations
Color information
#F3228B (or 0xF3228B) is known color: Deep Pink. HEX triplet: F3, 22 and 8B. RGB value is (243,34,139). Sum of RGB (Red+Green+Blue) = 243+34+139=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F3228B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3228B is #0CDD74. Grayscale: #6C6C6C. Windows color (decimal): -843125 or 9118451. OLE color: 9118451.
HSL color Cylindrical-coordinate representation of color #F3228B: hue angle of 329.86º 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 #F3228B is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 139 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.05 |
| HSL | 329.86º | 0.9% | 0.54% | - |
| HSV(B) | 329.86º | 0.86% | 0.95% | - |
| XYZ | 42.19 | 22.06 | 26.46 | - |
| YUV | 108.46 | 145.24 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 139 | 0 | 0.86 | 0.43 | 0.05 | 329.86 | 0.9 | 0.54 |
| Hex | F3 | 22 | 8B | 0 | 56 | 2B | 5 | 14A | 5A | 36 |
| Octal | 363 | 42 | 213 | 0 | 126 | 53 | 5 | 512 | 132 | 66 |
| Binary | 11110011 | 100010 | 10001011 | 0 | 1010110 | 101011 | 101 | 101001010 | 1011010 | 110110 |
Color Harmonies of #F3228B
Complementary color
Monochromatic Colors of #F3228B
Black with #F3228B
Text Example
Text Example
White with #F3228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3228B; }
p { color: rgb(243,34,139); }
H1.HeaderClassName
{
color: #F3228B;
}
.AnyTagClassName
{
color: #F3228B;
}
</style>
background-color css
<style>
a { background-color: #F3228B; }
a { background-color: rgb(243,34,139); }
div.DivClassName
{
background-color: #F3228B;
}
.BgClassName
{
background-color: #F3228B;
}
</style>
border-color css
<style>
span { border-color: #F3228B; }
span { border-color: rgb(243,34,139); }
td.TdClassName
{
border-color: #F3228B;
}
.TagClassName
{
border-color: #F3228B;
}
</style>