Shades of Deep Pink #F61A93
Tints of Deep Pink #F61A93
RGB
CMYK
RGB Variations
Color information
#F61A93 (or 0xF61A93) is known color: Deep Pink. HEX triplet: F6, 1A and 93. RGB value is (246,26,147). Sum of RGB (Red+Green+Blue) = 246+26+147=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61A93 is #09E56C. Grayscale: #696969. Windows color (decimal): -648557 or 9640694. OLE color: 9640694.
HSL color Cylindrical-coordinate representation of color #F61A93: hue angle of 327º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61A93 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 147 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.04 |
| HSL | 327º | 0.92% | 0.53% | - |
| HSV(B) | 327º | 0.89% | 0.96% | - |
| XYZ | 43.64 | 22.44 | 29.63 | - |
| YUV | 105.57 | 151.39 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 147 | 0 | 0.89 | 0.40 | 0.04 | 327 | 0.92 | 0.53 |
| Hex | F6 | 1A | 93 | 0 | 59 | 28 | 4 | 147 | 5C | 35 |
| Octal | 366 | 32 | 223 | 0 | 131 | 50 | 4 | 507 | 134 | 65 |
| Binary | 11110110 | 11010 | 10010011 | 0 | 1011001 | 101000 | 100 | 101000111 | 1011100 | 110101 |
Color Harmonies of #F61A93
Complementary color
Monochromatic Colors of #F61A93
Black with #F61A93
Text Example
Text Example
White with #F61A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61A93; }
p { color: rgb(246,26,147); }
H1.HeaderClassName
{
color: #F61A93;
}
.AnyTagClassName
{
color: #F61A93;
}
</style>
background-color css
<style>
a { background-color: #F61A93; }
a { background-color: rgb(246,26,147); }
div.DivClassName
{
background-color: #F61A93;
}
.BgClassName
{
background-color: #F61A93;
}
</style>
border-color css
<style>
span { border-color: #F61A93; }
span { border-color: rgb(246,26,147); }
td.TdClassName
{
border-color: #F61A93;
}
.TagClassName
{
border-color: #F61A93;
}
</style>