Shades of Deep Pink #F01385
Tints of Deep Pink #F01385
RGB
CMYK
RGB Variations
Color information
#F01385 (or 0xF01385) is known color: Deep Pink. HEX triplet: F0, 13 and 85. RGB value is (240,19,133). Sum of RGB (Red+Green+Blue) = 240+19+133=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F01385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01385 is #0FEC7A. Grayscale: #616161. Windows color (decimal): -1043579 or 8721392. OLE color: 8721392.
HSL color Cylindrical-coordinate representation of color #F01385: hue angle of 329.05º 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 #F01385 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 133 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.06 |
| HSL | 329.05º | 0.88% | 0.51% | - |
| HSV(B) | 329.05º | 0.92% | 0.94% | - |
| XYZ | 40.4 | 20.68 | 24.05 | - |
| YUV | 98.08 | 147.72 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 133 | 0 | 0.92 | 0.45 | 0.06 | 329.05 | 0.88 | 0.51 |
| Hex | F0 | 13 | 85 | 0 | 5C | 2D | 6 | 149 | 58 | 33 |
| Octal | 360 | 23 | 205 | 0 | 134 | 55 | 6 | 511 | 130 | 63 |
| Binary | 11110000 | 10011 | 10000101 | 0 | 1011100 | 101101 | 110 | 101001001 | 1011000 | 110011 |
Color Harmonies of #F01385
Complementary color
Monochromatic Colors of #F01385
Black with #F01385
Text Example
Text Example
White with #F01385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01385; }
p { color: rgb(240,19,133); }
H1.HeaderClassName
{
color: #F01385;
}
.AnyTagClassName
{
color: #F01385;
}
</style>
background-color css
<style>
a { background-color: #F01385; }
a { background-color: rgb(240,19,133); }
div.DivClassName
{
background-color: #F01385;
}
.BgClassName
{
background-color: #F01385;
}
</style>
border-color css
<style>
span { border-color: #F01385; }
span { border-color: rgb(240,19,133); }
td.TdClassName
{
border-color: #F01385;
}
.TagClassName
{
border-color: #F01385;
}
</style>