Shades of Deep Pink #F61385
Tints of Deep Pink #F61385
RGB
CMYK
RGB Variations
Color information
#F61385 (or 0xF61385) is known color: Deep Pink. HEX triplet: F6, 13 and 85. RGB value is (246,19,133). Sum of RGB (Red+Green+Blue) = 246+19+133=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F61385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61385 is #09EC7A. Grayscale: #636363. Windows color (decimal): -650363 or 8721398. OLE color: 8721398.
HSL color Cylindrical-coordinate representation of color #F61385: hue angle of 329.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61385 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 133 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.04 |
| HSL | 329.87º | 0.93% | 0.52% | - |
| HSV(B) | 329.87º | 0.92% | 0.96% | - |
| XYZ | 42.47 | 21.75 | 24.15 | - |
| YUV | 99.87 | 146.71 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 133 | 0 | 0.92 | 0.46 | 0.04 | 329.87 | 0.93 | 0.52 |
| Hex | F6 | 13 | 85 | 0 | 5C | 2E | 4 | 14A | 5D | 34 |
| Octal | 366 | 23 | 205 | 0 | 134 | 56 | 4 | 512 | 135 | 64 |
| Binary | 11110110 | 10011 | 10000101 | 0 | 1011100 | 101110 | 100 | 101001010 | 1011101 | 110100 |
Color Harmonies of #F61385
Complementary color
Monochromatic Colors of #F61385
Black with #F61385
Text Example
Text Example
White with #F61385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61385; }
p { color: rgb(246,19,133); }
H1.HeaderClassName
{
color: #F61385;
}
.AnyTagClassName
{
color: #F61385;
}
</style>
background-color css
<style>
a { background-color: #F61385; }
a { background-color: rgb(246,19,133); }
div.DivClassName
{
background-color: #F61385;
}
.BgClassName
{
background-color: #F61385;
}
</style>
border-color css
<style>
span { border-color: #F61385; }
span { border-color: rgb(246,19,133); }
td.TdClassName
{
border-color: #F61385;
}
.TagClassName
{
border-color: #F61385;
}
</style>