Shades of Deep Pink #F01095
Tints of Deep Pink #F01095
RGB
CMYK
RGB Variations
Color information
#F01095 (or 0xF01095) is known color: Deep Pink. HEX triplet: F0, 10 and 95. RGB value is (240,16,149). Sum of RGB (Red+Green+Blue) = 240+16+149=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F01095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01095 is #0FEF6A. Grayscale: #616161. Windows color (decimal): -1044331 or 9769200. OLE color: 9769200.
HSL color Cylindrical-coordinate representation of color #F01095: hue angle of 324.38º 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 #F01095 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 149 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.06 |
| HSL | 324.38º | 0.88% | 0.5% | - |
| HSV(B) | 324.38º | 0.93% | 0.94% | - |
| XYZ | 41.55 | 21.07 | 30.31 | - |
| YUV | 98.14 | 156.71 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 149 | 0 | 0.93 | 0.38 | 0.06 | 324.38 | 0.88 | 0.5 |
| Hex | F0 | 10 | 95 | 0 | 5D | 26 | 6 | 144 | 58 | 32 |
| Octal | 360 | 20 | 225 | 0 | 135 | 46 | 6 | 504 | 130 | 62 |
| Binary | 11110000 | 10000 | 10010101 | 0 | 1011101 | 100110 | 110 | 101000100 | 1011000 | 110010 |
Color Harmonies of #F01095
Complementary color
Monochromatic Colors of #F01095
Black with #F01095
Text Example
Text Example
White with #F01095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01095; }
p { color: rgb(240,16,149); }
H1.HeaderClassName
{
color: #F01095;
}
.AnyTagClassName
{
color: #F01095;
}
</style>
background-color css
<style>
a { background-color: #F01095; }
a { background-color: rgb(240,16,149); }
div.DivClassName
{
background-color: #F01095;
}
.BgClassName
{
background-color: #F01095;
}
</style>
border-color css
<style>
span { border-color: #F01095; }
span { border-color: rgb(240,16,149); }
td.TdClassName
{
border-color: #F01095;
}
.TagClassName
{
border-color: #F01095;
}
</style>