Shades of Deep Pink #F61097
Tints of Deep Pink #F61097
RGB
CMYK
RGB Variations
Color information
#F61097 (or 0xF61097) is known color: Deep Pink. HEX triplet: F6, 10 and 97. RGB value is (246,16,151). Sum of RGB (Red+Green+Blue) = 246+16+151=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F61097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61097 is #09EF68. Grayscale: #636363. Windows color (decimal): -651113 or 9900278. OLE color: 9900278.
HSL color Cylindrical-coordinate representation of color #F61097: hue angle of 324.78º 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 #F61097 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 151 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.04 |
| HSL | 324.78º | 0.93% | 0.51% | - |
| HSV(B) | 324.78º | 0.93% | 0.96% | - |
| XYZ | 43.78 | 22.2 | 31.26 | - |
| YUV | 100.16 | 156.7 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 151 | 0 | 0.93 | 0.39 | 0.04 | 324.78 | 0.93 | 0.51 |
| Hex | F6 | 10 | 97 | 0 | 5D | 27 | 4 | 145 | 5D | 33 |
| Octal | 366 | 20 | 227 | 0 | 135 | 47 | 4 | 505 | 135 | 63 |
| Binary | 11110110 | 10000 | 10010111 | 0 | 1011101 | 100111 | 100 | 101000101 | 1011101 | 110011 |
Color Harmonies of #F61097
Complementary color
Monochromatic Colors of #F61097
Black with #F61097
Text Example
Text Example
White with #F61097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61097; }
p { color: rgb(246,16,151); }
H1.HeaderClassName
{
color: #F61097;
}
.AnyTagClassName
{
color: #F61097;
}
</style>
background-color css
<style>
a { background-color: #F61097; }
a { background-color: rgb(246,16,151); }
div.DivClassName
{
background-color: #F61097;
}
.BgClassName
{
background-color: #F61097;
}
</style>
border-color css
<style>
span { border-color: #F61097; }
span { border-color: rgb(246,16,151); }
td.TdClassName
{
border-color: #F61097;
}
.TagClassName
{
border-color: #F61097;
}
</style>