Shades of Deep Pink #F01293
Tints of Deep Pink #F01293
RGB
CMYK
RGB Variations
Color information
#F01293 (or 0xF01293) is known color: Deep Pink. HEX triplet: F0, 12 and 93. RGB value is (240,18,147). Sum of RGB (Red+Green+Blue) = 240+18+147=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F01293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01293 is #0FED6C. Grayscale: #626262. Windows color (decimal): -1043821 or 9638640. OLE color: 9638640.
HSL color Cylindrical-coordinate representation of color #F01293: hue angle of 325.14º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01293 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 147 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.06 |
| HSL | 325.14º | 0.88% | 0.51% | - |
| HSV(B) | 325.14º | 0.93% | 0.94% | - |
| XYZ | 41.42 | 21.06 | 29.49 | - |
| YUV | 99.08 | 155.05 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 147 | 0 | 0.92 | 0.39 | 0.06 | 325.14 | 0.88 | 0.51 |
| Hex | F0 | 12 | 93 | 0 | 5C | 27 | 6 | 145 | 58 | 33 |
| Octal | 360 | 22 | 223 | 0 | 134 | 47 | 6 | 505 | 130 | 63 |
| Binary | 11110000 | 10010 | 10010011 | 0 | 1011100 | 100111 | 110 | 101000101 | 1011000 | 110011 |
Color Harmonies of #F01293
Complementary color
Monochromatic Colors of #F01293
Black with #F01293
Text Example
Text Example
White with #F01293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01293; }
p { color: rgb(240,18,147); }
H1.HeaderClassName
{
color: #F01293;
}
.AnyTagClassName
{
color: #F01293;
}
</style>
background-color css
<style>
a { background-color: #F01293; }
a { background-color: rgb(240,18,147); }
div.DivClassName
{
background-color: #F01293;
}
.BgClassName
{
background-color: #F01293;
}
</style>
border-color css
<style>
span { border-color: #F01293; }
span { border-color: rgb(240,18,147); }
td.TdClassName
{
border-color: #F01293;
}
.TagClassName
{
border-color: #F01293;
}
</style>