Shades of Deep Pink #F0228B
Tints of Deep Pink #F0228B
RGB
CMYK
RGB Variations
Color information
#F0228B (or 0xF0228B) is known color: Deep Pink. HEX triplet: F0, 22 and 8B. RGB value is (240,34,139). Sum of RGB (Red+Green+Blue) = 240+34+139=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0228B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0228B is #0FDD74. Grayscale: #6B6B6B. Windows color (decimal): -1039733 or 9118448. OLE color: 9118448.
HSL color Cylindrical-coordinate representation of color #F0228B: hue angle of 329.42º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0228B is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 139 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.06 |
| HSL | 329.42º | 0.87% | 0.54% | - |
| HSV(B) | 329.42º | 0.86% | 0.94% | - |
| XYZ | 41.17 | 21.53 | 26.41 | - |
| YUV | 107.56 | 145.75 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 139 | 0 | 0.86 | 0.42 | 0.06 | 329.42 | 0.87 | 0.54 |
| Hex | F0 | 22 | 8B | 0 | 56 | 2A | 6 | 149 | 57 | 36 |
| Octal | 360 | 42 | 213 | 0 | 126 | 52 | 6 | 511 | 127 | 66 |
| Binary | 11110000 | 100010 | 10001011 | 0 | 1010110 | 101010 | 110 | 101001001 | 1010111 | 110110 |
Color Harmonies of #F0228B
Complementary color
Monochromatic Colors of #F0228B
Black with #F0228B
Text Example
Text Example
White with #F0228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0228B; }
p { color: rgb(240,34,139); }
H1.HeaderClassName
{
color: #F0228B;
}
.AnyTagClassName
{
color: #F0228B;
}
</style>
background-color css
<style>
a { background-color: #F0228B; }
a { background-color: rgb(240,34,139); }
div.DivClassName
{
background-color: #F0228B;
}
.BgClassName
{
background-color: #F0228B;
}
</style>
border-color css
<style>
span { border-color: #F0228B; }
span { border-color: rgb(240,34,139); }
td.TdClassName
{
border-color: #F0228B;
}
.TagClassName
{
border-color: #F0228B;
}
</style>