Shades of Deep Pink #F0238B
Tints of Deep Pink #F0238B
RGB
CMYK
RGB Variations
Color information
#F0238B (or 0xF0238B) is known color: Deep Pink. HEX triplet: F0, 23 and 8B. RGB value is (240,35,139). Sum of RGB (Red+Green+Blue) = 240+35+139=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0238B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0238B is #0FDC74. Grayscale: #6B6B6B. Windows color (decimal): -1039477 or 9118704. OLE color: 9118704.
HSL color Cylindrical-coordinate representation of color #F0238B: hue angle of 329.56º 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 #F0238B is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 139 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.06 |
| HSL | 329.56º | 0.87% | 0.54% | - |
| HSV(B) | 329.56º | 0.85% | 0.94% | - |
| XYZ | 41.2 | 21.59 | 26.42 | - |
| YUV | 108.15 | 145.42 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 139 | 0 | 0.85 | 0.42 | 0.06 | 329.56 | 0.87 | 0.54 |
| Hex | F0 | 23 | 8B | 0 | 55 | 2A | 6 | 14A | 57 | 36 |
| Octal | 360 | 43 | 213 | 0 | 125 | 52 | 6 | 512 | 127 | 66 |
| Binary | 11110000 | 100011 | 10001011 | 0 | 1010101 | 101010 | 110 | 101001010 | 1010111 | 110110 |
Color Harmonies of #F0238B
Complementary color
Monochromatic Colors of #F0238B
Black with #F0238B
Text Example
Text Example
White with #F0238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0238B; }
p { color: rgb(240,35,139); }
H1.HeaderClassName
{
color: #F0238B;
}
.AnyTagClassName
{
color: #F0238B;
}
</style>
background-color css
<style>
a { background-color: #F0238B; }
a { background-color: rgb(240,35,139); }
div.DivClassName
{
background-color: #F0238B;
}
.BgClassName
{
background-color: #F0238B;
}
</style>
border-color css
<style>
span { border-color: #F0238B; }
span { border-color: rgb(240,35,139); }
td.TdClassName
{
border-color: #F0238B;
}
.TagClassName
{
border-color: #F0238B;
}
</style>