Shades of Deep Pink #F0248C
Tints of Deep Pink #F0248C
RGB
CMYK
RGB Variations
Color information
#F0248C (or 0xF0248C) is known color: Deep Pink. HEX triplet: F0, 24 and 8C. RGB value is (240,36,140). Sum of RGB (Red+Green+Blue) = 240+36+140=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0248C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0248C is #0FDB73. Grayscale: #6C6C6C. Windows color (decimal): -1039220 or 9184496. OLE color: 9184496.
HSL color Cylindrical-coordinate representation of color #F0248C: hue angle of 329.41º 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 #F0248C is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 140 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.06 |
| HSL | 329.41º | 0.87% | 0.54% | - |
| HSV(B) | 329.41º | 0.85% | 0.94% | - |
| XYZ | 41.3 | 21.68 | 26.82 | - |
| YUV | 108.85 | 145.59 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 140 | 0 | 0.85 | 0.42 | 0.06 | 329.41 | 0.87 | 0.54 |
| Hex | F0 | 24 | 8C | 0 | 55 | 2A | 6 | 149 | 57 | 36 |
| Octal | 360 | 44 | 214 | 0 | 125 | 52 | 6 | 511 | 127 | 66 |
| Binary | 11110000 | 100100 | 10001100 | 0 | 1010101 | 101010 | 110 | 101001001 | 1010111 | 110110 |
Color Harmonies of #F0248C
Complementary color
Monochromatic Colors of #F0248C
Black with #F0248C
Text Example
Text Example
White with #F0248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0248C; }
p { color: rgb(240,36,140); }
H1.HeaderClassName
{
color: #F0248C;
}
.AnyTagClassName
{
color: #F0248C;
}
</style>
background-color css
<style>
a { background-color: #F0248C; }
a { background-color: rgb(240,36,140); }
div.DivClassName
{
background-color: #F0248C;
}
.BgClassName
{
background-color: #F0248C;
}
</style>
border-color css
<style>
span { border-color: #F0248C; }
span { border-color: rgb(240,36,140); }
td.TdClassName
{
border-color: #F0248C;
}
.TagClassName
{
border-color: #F0248C;
}
</style>