Shades of Deep Pink #F61595
Tints of Deep Pink #F61595
RGB
CMYK
RGB Variations
Color information
#F61595 (or 0xF61595) is known color: Deep Pink. HEX triplet: F6, 15 and 95. RGB value is (246,21,149). Sum of RGB (Red+Green+Blue) = 246+21+149=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F61595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61595 is #09EA6A. Grayscale: #666666. Windows color (decimal): -649835 or 9770486. OLE color: 9770486.
HSL color Cylindrical-coordinate representation of color #F61595: hue angle of 325.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61595 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 149 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.04 |
| HSL | 325.87º | 0.93% | 0.52% | - |
| HSV(B) | 325.87º | 0.91% | 0.96% | - |
| XYZ | 43.7 | 22.3 | 30.43 | - |
| YUV | 102.87 | 154.04 | 230.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 149 | 0 | 0.91 | 0.39 | 0.04 | 325.87 | 0.93 | 0.52 |
| Hex | F6 | 15 | 95 | 0 | 5B | 27 | 4 | 146 | 5D | 34 |
| Octal | 366 | 25 | 225 | 0 | 133 | 47 | 4 | 506 | 135 | 64 |
| Binary | 11110110 | 10101 | 10010101 | 0 | 1011011 | 100111 | 100 | 101000110 | 1011101 | 110100 |
Color Harmonies of #F61595
Complementary color
Monochromatic Colors of #F61595
Black with #F61595
Text Example
Text Example
White with #F61595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61595; }
p { color: rgb(246,21,149); }
H1.HeaderClassName
{
color: #F61595;
}
.AnyTagClassName
{
color: #F61595;
}
</style>
background-color css
<style>
a { background-color: #F61595; }
a { background-color: rgb(246,21,149); }
div.DivClassName
{
background-color: #F61595;
}
.BgClassName
{
background-color: #F61595;
}
</style>
border-color css
<style>
span { border-color: #F61595; }
span { border-color: rgb(246,21,149); }
td.TdClassName
{
border-color: #F61595;
}
.TagClassName
{
border-color: #F61595;
}
</style>