Shades of Deep Pink #F0148B
Tints of Deep Pink #F0148B
RGB
CMYK
RGB Variations
Color information
#F0148B (or 0xF0148B) is known color: Deep Pink. HEX triplet: F0, 14 and 8B. RGB value is (240,20,139). Sum of RGB (Red+Green+Blue) = 240+20+139=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0148B is #0FEB74. Grayscale: #636363. Windows color (decimal): -1043317 or 9114864. OLE color: 9114864.
HSL color Cylindrical-coordinate representation of color #F0148B: hue angle of 327.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0148B is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 139 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.06 |
| HSL | 327.55º | 0.88% | 0.51% | - |
| HSV(B) | 327.55º | 0.92% | 0.94% | - |
| XYZ | 40.85 | 20.89 | 26.31 | - |
| YUV | 99.35 | 150.39 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 139 | 0 | 0.92 | 0.42 | 0.06 | 327.55 | 0.88 | 0.51 |
| Hex | F0 | 14 | 8B | 0 | 5C | 2A | 6 | 148 | 58 | 33 |
| Octal | 360 | 24 | 213 | 0 | 134 | 52 | 6 | 510 | 130 | 63 |
| Binary | 11110000 | 10100 | 10001011 | 0 | 1011100 | 101010 | 110 | 101001000 | 1011000 | 110011 |
Color Harmonies of #F0148B
Complementary color
Monochromatic Colors of #F0148B
Black with #F0148B
Text Example
Text Example
White with #F0148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0148B; }
p { color: rgb(240,20,139); }
H1.HeaderClassName
{
color: #F0148B;
}
.AnyTagClassName
{
color: #F0148B;
}
</style>
background-color css
<style>
a { background-color: #F0148B; }
a { background-color: rgb(240,20,139); }
div.DivClassName
{
background-color: #F0148B;
}
.BgClassName
{
background-color: #F0148B;
}
</style>
border-color css
<style>
span { border-color: #F0148B; }
span { border-color: rgb(240,20,139); }
td.TdClassName
{
border-color: #F0148B;
}
.TagClassName
{
border-color: #F0148B;
}
</style>