Shades of Deep Pink #F61295
Tints of Deep Pink #F61295
RGB
CMYK
RGB Variations
Color information
#F61295 (or 0xF61295) is known color: Deep Pink. HEX triplet: F6, 12 and 95. RGB value is (246,18,149). Sum of RGB (Red+Green+Blue) = 246+18+149=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F61295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61295 is #09ED6A. Grayscale: #646464. Windows color (decimal): -650603 or 9769718. OLE color: 9769718.
HSL color Cylindrical-coordinate representation of color #F61295: hue angle of 325.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61295 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 149 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.04 |
| HSL | 325.53º | 0.93% | 0.52% | - |
| HSV(B) | 325.53º | 0.93% | 0.96% | - |
| XYZ | 43.65 | 22.2 | 30.42 | - |
| YUV | 101.11 | 155.04 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 149 | 0 | 0.93 | 0.39 | 0.04 | 325.53 | 0.93 | 0.52 |
| Hex | F6 | 12 | 95 | 0 | 5D | 27 | 4 | 146 | 5D | 34 |
| Octal | 366 | 22 | 225 | 0 | 135 | 47 | 4 | 506 | 135 | 64 |
| Binary | 11110110 | 10010 | 10010101 | 0 | 1011101 | 100111 | 100 | 101000110 | 1011101 | 110100 |
Color Harmonies of #F61295
Complementary color
Monochromatic Colors of #F61295
Black with #F61295
Text Example
Text Example
White with #F61295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61295; }
p { color: rgb(246,18,149); }
H1.HeaderClassName
{
color: #F61295;
}
.AnyTagClassName
{
color: #F61295;
}
</style>
background-color css
<style>
a { background-color: #F61295; }
a { background-color: rgb(246,18,149); }
div.DivClassName
{
background-color: #F61295;
}
.BgClassName
{
background-color: #F61295;
}
</style>
border-color css
<style>
span { border-color: #F61295; }
span { border-color: rgb(246,18,149); }
td.TdClassName
{
border-color: #F61295;
}
.TagClassName
{
border-color: #F61295;
}
</style>