Shades of Deep Pink #F0248B
Tints of Deep Pink #F0248B
RGB
CMYK
RGB Variations
Color information
#F0248B (or 0xF0248B) is known color: Deep Pink. HEX triplet: F0, 24 and 8B. RGB value is (240,36,139). Sum of RGB (Red+Green+Blue) = 240+36+139=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0248B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0248B is #0FDB74. Grayscale: #6C6C6C. Windows color (decimal): -1039221 or 9118960. OLE color: 9118960.
HSL color Cylindrical-coordinate representation of color #F0248B: 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.85%. Process color model (Four color, CMYK) of #F0248B is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 139 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.06 |
| HSL | 329.71º | 0.87% | 0.54% | - |
| HSV(B) | 329.71º | 0.85% | 0.94% | - |
| XYZ | 41.23 | 21.65 | 26.43 | - |
| YUV | 108.74 | 145.09 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 139 | 0 | 0.85 | 0.42 | 0.06 | 329.71 | 0.87 | 0.54 |
| Hex | F0 | 24 | 8B | 0 | 55 | 2A | 6 | 14A | 57 | 36 |
| Octal | 360 | 44 | 213 | 0 | 125 | 52 | 6 | 512 | 127 | 66 |
| Binary | 11110000 | 100100 | 10001011 | 0 | 1010101 | 101010 | 110 | 101001010 | 1010111 | 110110 |
Color Harmonies of #F0248B
Complementary color
Monochromatic Colors of #F0248B
Black with #F0248B
Text Example
Text Example
White with #F0248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0248B; }
p { color: rgb(240,36,139); }
H1.HeaderClassName
{
color: #F0248B;
}
.AnyTagClassName
{
color: #F0248B;
}
</style>
background-color css
<style>
a { background-color: #F0248B; }
a { background-color: rgb(240,36,139); }
div.DivClassName
{
background-color: #F0248B;
}
.BgClassName
{
background-color: #F0248B;
}
</style>
border-color css
<style>
span { border-color: #F0248B; }
span { border-color: rgb(240,36,139); }
td.TdClassName
{
border-color: #F0248B;
}
.TagClassName
{
border-color: #F0248B;
}
</style>