Shades of Deep Pink #F0228D
Tints of Deep Pink #F0228D
RGB
CMYK
RGB Variations
Color information
#F0228D (or 0xF0228D) is known color: Deep Pink. HEX triplet: F0, 22 and 8D. RGB value is (240,34,141). Sum of RGB (Red+Green+Blue) = 240+34+141=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0228D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0228D is #0FDD72. Grayscale: #6B6B6B. Windows color (decimal): -1039731 or 9249520. OLE color: 9249520.
HSL color Cylindrical-coordinate representation of color #F0228D: hue angle of 328.83º 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 #F0228D is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 141 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.06 |
| HSL | 328.84º | 0.87% | 0.54% | - |
| HSV(B) | 328.84º | 0.86% | 0.94% | - |
| XYZ | 41.31 | 21.59 | 27.19 | - |
| YUV | 107.79 | 146.75 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 141 | 0 | 0.86 | 0.41 | 0.06 | 328.84 | 0.87 | 0.54 |
| Hex | F0 | 22 | 8D | 0 | 56 | 29 | 6 | 149 | 57 | 36 |
| Octal | 360 | 42 | 215 | 0 | 126 | 51 | 6 | 511 | 127 | 66 |
| Binary | 11110000 | 100010 | 10001101 | 0 | 1010110 | 101001 | 110 | 101001001 | 1010111 | 110110 |
Color Harmonies of #F0228D
Complementary color
Monochromatic Colors of #F0228D
Black with #F0228D
Text Example
Text Example
White with #F0228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0228D; }
p { color: rgb(240,34,141); }
H1.HeaderClassName
{
color: #F0228D;
}
.AnyTagClassName
{
color: #F0228D;
}
</style>
background-color css
<style>
a { background-color: #F0228D; }
a { background-color: rgb(240,34,141); }
div.DivClassName
{
background-color: #F0228D;
}
.BgClassName
{
background-color: #F0228D;
}
</style>
border-color css
<style>
span { border-color: #F0228D; }
span { border-color: rgb(240,34,141); }
td.TdClassName
{
border-color: #F0228D;
}
.TagClassName
{
border-color: #F0228D;
}
</style>