Shades of Deep Pink #F01094
Tints of Deep Pink #F01094
RGB
CMYK
RGB Variations
Color information
#F01094 (or 0xF01094) is known color: Deep Pink. HEX triplet: F0, 10 and 94. RGB value is (240,16,148). Sum of RGB (Red+Green+Blue) = 240+16+148=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F01094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01094 is #0FEF6B. Grayscale: #616161. Windows color (decimal): -1044332 or 9703664. OLE color: 9703664.
HSL color Cylindrical-coordinate representation of color #F01094: hue angle of 324.64º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01094 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 148 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.06 |
| HSL | 324.64º | 0.88% | 0.5% | - |
| HSV(B) | 324.64º | 0.93% | 0.94% | - |
| XYZ | 41.47 | 21.03 | 29.89 | - |
| YUV | 98.02 | 156.21 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 148 | 0 | 0.93 | 0.38 | 0.06 | 324.64 | 0.88 | 0.5 |
| Hex | F0 | 10 | 94 | 0 | 5D | 26 | 6 | 145 | 58 | 32 |
| Octal | 360 | 20 | 224 | 0 | 135 | 46 | 6 | 505 | 130 | 62 |
| Binary | 11110000 | 10000 | 10010100 | 0 | 1011101 | 100110 | 110 | 101000101 | 1011000 | 110010 |
Color Harmonies of #F01094
Complementary color
Monochromatic Colors of #F01094
Black with #F01094
Text Example
Text Example
White with #F01094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01094; }
p { color: rgb(240,16,148); }
H1.HeaderClassName
{
color: #F01094;
}
.AnyTagClassName
{
color: #F01094;
}
</style>
background-color css
<style>
a { background-color: #F01094; }
a { background-color: rgb(240,16,148); }
div.DivClassName
{
background-color: #F01094;
}
.BgClassName
{
background-color: #F01094;
}
</style>
border-color css
<style>
span { border-color: #F01094; }
span { border-color: rgb(240,16,148); }
td.TdClassName
{
border-color: #F01094;
}
.TagClassName
{
border-color: #F01094;
}
</style>