Shades of Deep Pink #F61394
Tints of Deep Pink #F61394
RGB
CMYK
RGB Variations
Color information
#F61394 (or 0xF61394) is known color: Deep Pink. HEX triplet: F6, 13 and 94. RGB value is (246,19,148). Sum of RGB (Red+Green+Blue) = 246+19+148=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F61394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61394 is #09EC6B. Grayscale: #656565. Windows color (decimal): -650348 or 9704438. OLE color: 9704438.
HSL color Cylindrical-coordinate representation of color #F61394: hue angle of 325.9º 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 #F61394 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 148 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.04 |
| HSL | 325.9º | 0.93% | 0.52% | - |
| HSV(B) | 325.9º | 0.92% | 0.96% | - |
| XYZ | 43.58 | 22.2 | 30 | - |
| YUV | 101.58 | 154.21 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 148 | 0 | 0.92 | 0.40 | 0.04 | 325.9 | 0.93 | 0.52 |
| Hex | F6 | 13 | 94 | 0 | 5C | 28 | 4 | 146 | 5D | 34 |
| Octal | 366 | 23 | 224 | 0 | 134 | 50 | 4 | 506 | 135 | 64 |
| Binary | 11110110 | 10011 | 10010100 | 0 | 1011100 | 101000 | 100 | 101000110 | 1011101 | 110100 |
Color Harmonies of #F61394
Complementary color
Monochromatic Colors of #F61394
Black with #F61394
Text Example
Text Example
White with #F61394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61394; }
p { color: rgb(246,19,148); }
H1.HeaderClassName
{
color: #F61394;
}
.AnyTagClassName
{
color: #F61394;
}
</style>
background-color css
<style>
a { background-color: #F61394; }
a { background-color: rgb(246,19,148); }
div.DivClassName
{
background-color: #F61394;
}
.BgClassName
{
background-color: #F61394;
}
</style>
border-color css
<style>
span { border-color: #F61394; }
span { border-color: rgb(246,19,148); }
td.TdClassName
{
border-color: #F61394;
}
.TagClassName
{
border-color: #F61394;
}
</style>