Shades of Deep Pink #F0228A
Tints of Deep Pink #F0228A
RGB
CMYK
RGB Variations
Color information
#F0228A (or 0xF0228A) is known color: Deep Pink. HEX triplet: F0, 22 and 8A. RGB value is (240,34,138). Sum of RGB (Red+Green+Blue) = 240+34+138=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F0228A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0228A is #0FDD75. Grayscale: #6B6B6B. Windows color (decimal): -1039734 or 9052912. OLE color: 9052912.
HSL color Cylindrical-coordinate representation of color #F0228A: hue angle of 329.71º 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 #F0228A is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 138 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.06 |
| HSL | 329.71º | 0.87% | 0.54% | - |
| HSV(B) | 329.71º | 0.86% | 0.94% | - |
| XYZ | 41.09 | 21.5 | 26.03 | - |
| YUV | 107.45 | 145.25 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 138 | 0 | 0.86 | 0.42 | 0.06 | 329.71 | 0.87 | 0.54 |
| Hex | F0 | 22 | 8A | 0 | 56 | 2A | 6 | 14A | 57 | 36 |
| Octal | 360 | 42 | 212 | 0 | 126 | 52 | 6 | 512 | 127 | 66 |
| Binary | 11110000 | 100010 | 10001010 | 0 | 1010110 | 101010 | 110 | 101001010 | 1010111 | 110110 |
Color Harmonies of #F0228A
Complementary color
Monochromatic Colors of #F0228A
Black with #F0228A
Text Example
Text Example
White with #F0228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0228A; }
p { color: rgb(240,34,138); }
H1.HeaderClassName
{
color: #F0228A;
}
.AnyTagClassName
{
color: #F0228A;
}
</style>
background-color css
<style>
a { background-color: #F0228A; }
a { background-color: rgb(240,34,138); }
div.DivClassName
{
background-color: #F0228A;
}
.BgClassName
{
background-color: #F0228A;
}
</style>
border-color css
<style>
span { border-color: #F0228A; }
span { border-color: rgb(240,34,138); }
td.TdClassName
{
border-color: #F0228A;
}
.TagClassName
{
border-color: #F0228A;
}
</style>