Shades of Deep Pink #F0238C
Tints of Deep Pink #F0238C
RGB
CMYK
RGB Variations
Color information
#F0238C (or 0xF0238C) is known color: Deep Pink. HEX triplet: F0, 23 and 8C. RGB value is (240,35,140). Sum of RGB (Red+Green+Blue) = 240+35+140=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0238C is #0FDC73. Grayscale: #6C6C6C. Windows color (decimal): -1039476 or 9184240. OLE color: 9184240.
HSL color Cylindrical-coordinate representation of color #F0238C: hue angle of 329.27º 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 #F0238C is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 140 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.06 |
| HSL | 329.27º | 0.87% | 0.54% | - |
| HSV(B) | 329.27º | 0.85% | 0.94% | - |
| XYZ | 41.27 | 21.62 | 26.81 | - |
| YUV | 108.27 | 145.92 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 140 | 0 | 0.85 | 0.42 | 0.06 | 329.27 | 0.87 | 0.54 |
| Hex | F0 | 23 | 8C | 0 | 55 | 2A | 6 | 149 | 57 | 36 |
| Octal | 360 | 43 | 214 | 0 | 125 | 52 | 6 | 511 | 127 | 66 |
| Binary | 11110000 | 100011 | 10001100 | 0 | 1010101 | 101010 | 110 | 101001001 | 1010111 | 110110 |
Color Harmonies of #F0238C
Complementary color
Monochromatic Colors of #F0238C
Black with #F0238C
Text Example
Text Example
White with #F0238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0238C; }
p { color: rgb(240,35,140); }
H1.HeaderClassName
{
color: #F0238C;
}
.AnyTagClassName
{
color: #F0238C;
}
</style>
background-color css
<style>
a { background-color: #F0238C; }
a { background-color: rgb(240,35,140); }
div.DivClassName
{
background-color: #F0238C;
}
.BgClassName
{
background-color: #F0238C;
}
</style>
border-color css
<style>
span { border-color: #F0238C; }
span { border-color: rgb(240,35,140); }
td.TdClassName
{
border-color: #F0238C;
}
.TagClassName
{
border-color: #F0238C;
}
</style>