Shades of Deep Pink #F61380
Tints of Deep Pink #F61380
RGB
CMYK
RGB Variations
Color information
#F61380 (or 0xF61380) is known color: Deep Pink. HEX triplet: F6, 13 and 80. RGB value is (246,19,128). Sum of RGB (Red+Green+Blue) = 246+19+128=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F61380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61380 is #09EC7F. Grayscale: #636363. Windows color (decimal): -650368 or 8393718. OLE color: 8393718.
HSL color Cylindrical-coordinate representation of color #F61380: hue angle of 331.19º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61380 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 128 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.04 |
| HSL | 331.19º | 0.93% | 0.52% | - |
| HSV(B) | 331.19º | 0.92% | 0.96% | - |
| XYZ | 42.14 | 21.62 | 22.37 | - |
| YUV | 99.3 | 144.21 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 128 | 0 | 0.92 | 0.48 | 0.04 | 331.19 | 0.93 | 0.52 |
| Hex | F6 | 13 | 80 | 0 | 5C | 30 | 4 | 14B | 5D | 34 |
| Octal | 366 | 23 | 200 | 0 | 134 | 60 | 4 | 513 | 135 | 64 |
| Binary | 11110110 | 10011 | 10000000 | 0 | 1011100 | 110000 | 100 | 101001011 | 1011101 | 110100 |
Color Harmonies of #F61380
Complementary color
Monochromatic Colors of #F61380
Black with #F61380
Text Example
Text Example
White with #F61380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61380; }
p { color: rgb(246,19,128); }
H1.HeaderClassName
{
color: #F61380;
}
.AnyTagClassName
{
color: #F61380;
}
</style>
background-color css
<style>
a { background-color: #F61380; }
a { background-color: rgb(246,19,128); }
div.DivClassName
{
background-color: #F61380;
}
.BgClassName
{
background-color: #F61380;
}
</style>
border-color css
<style>
span { border-color: #F61380; }
span { border-color: rgb(246,19,128); }
td.TdClassName
{
border-color: #F61380;
}
.TagClassName
{
border-color: #F61380;
}
</style>