Shades of Deep Pink #F0218C
Tints of Deep Pink #F0218C
RGB
CMYK
RGB Variations
Color information
#F0218C (or 0xF0218C) is known color: Deep Pink. HEX triplet: F0, 21 and 8C. RGB value is (240,33,140). Sum of RGB (Red+Green+Blue) = 240+33+140=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0218C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0218C is #0FDE73. Grayscale: #6A6A6A. Windows color (decimal): -1039988 or 9183728. OLE color: 9183728.
HSL color Cylindrical-coordinate representation of color #F0218C: hue angle of 328.99º 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 #F0218C is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 140 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.06 |
| HSL | 328.99º | 0.87% | 0.54% | - |
| HSV(B) | 328.99º | 0.86% | 0.94% | - |
| XYZ | 41.21 | 21.51 | 26.79 | - |
| YUV | 107.09 | 146.58 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 140 | 0 | 0.86 | 0.42 | 0.06 | 328.99 | 0.87 | 0.54 |
| Hex | F0 | 21 | 8C | 0 | 56 | 2A | 6 | 149 | 57 | 36 |
| Octal | 360 | 41 | 214 | 0 | 126 | 52 | 6 | 511 | 127 | 66 |
| Binary | 11110000 | 100001 | 10001100 | 0 | 1010110 | 101010 | 110 | 101001001 | 1010111 | 110110 |
Color Harmonies of #F0218C
Complementary color
Monochromatic Colors of #F0218C
Black with #F0218C
Text Example
Text Example
White with #F0218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0218C; }
p { color: rgb(240,33,140); }
H1.HeaderClassName
{
color: #F0218C;
}
.AnyTagClassName
{
color: #F0218C;
}
</style>
background-color css
<style>
a { background-color: #F0218C; }
a { background-color: rgb(240,33,140); }
div.DivClassName
{
background-color: #F0218C;
}
.BgClassName
{
background-color: #F0218C;
}
</style>
border-color css
<style>
span { border-color: #F0218C; }
span { border-color: rgb(240,33,140); }
td.TdClassName
{
border-color: #F0218C;
}
.TagClassName
{
border-color: #F0218C;
}
</style>