Shades of Deep Pink #F61094
Tints of Deep Pink #F61094
RGB
CMYK
RGB Variations
Color information
#F61094 (or 0xF61094) is known color: Deep Pink. HEX triplet: F6, 10 and 94. RGB value is (246,16,148). Sum of RGB (Red+Green+Blue) = 246+16+148=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F61094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61094 is #09EF6B. Grayscale: #636363. Windows color (decimal): -651116 or 9703670. OLE color: 9703670.
HSL color Cylindrical-coordinate representation of color #F61094: hue angle of 325.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61094 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 148 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.04 |
| HSL | 325.57º | 0.93% | 0.51% | - |
| HSV(B) | 325.57º | 0.93% | 0.96% | - |
| XYZ | 43.54 | 22.1 | 29.99 | - |
| YUV | 99.82 | 155.2 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 148 | 0 | 0.93 | 0.40 | 0.04 | 325.57 | 0.93 | 0.51 |
| Hex | F6 | 10 | 94 | 0 | 5D | 28 | 4 | 146 | 5D | 33 |
| Octal | 366 | 20 | 224 | 0 | 135 | 50 | 4 | 506 | 135 | 63 |
| Binary | 11110110 | 10000 | 10010100 | 0 | 1011101 | 101000 | 100 | 101000110 | 1011101 | 110011 |
Color Harmonies of #F61094
Complementary color
Monochromatic Colors of #F61094
Black with #F61094
Text Example
Text Example
White with #F61094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61094; }
p { color: rgb(246,16,148); }
H1.HeaderClassName
{
color: #F61094;
}
.AnyTagClassName
{
color: #F61094;
}
</style>
background-color css
<style>
a { background-color: #F61094; }
a { background-color: rgb(246,16,148); }
div.DivClassName
{
background-color: #F61094;
}
.BgClassName
{
background-color: #F61094;
}
</style>
border-color css
<style>
span { border-color: #F61094; }
span { border-color: rgb(246,16,148); }
td.TdClassName
{
border-color: #F61094;
}
.TagClassName
{
border-color: #F61094;
}
</style>