Shades of Deep Pink #F61581
Tints of Deep Pink #F61581
RGB
CMYK
RGB Variations
Color information
#F61581 (or 0xF61581) is known color: Deep Pink. HEX triplet: F6, 15 and 81. RGB value is (246,21,129). Sum of RGB (Red+Green+Blue) = 246+21+129=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F61581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61581 is #09EA7E. Grayscale: #646464. Windows color (decimal): -649855 or 8459766. OLE color: 8459766.
HSL color Cylindrical-coordinate representation of color #F61581: hue angle of 331.2º 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 #F61581 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 129 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.04 |
| HSL | 331.2º | 0.93% | 0.52% | - |
| HSV(B) | 331.2º | 0.91% | 0.96% | - |
| XYZ | 42.24 | 21.71 | 22.73 | - |
| YUV | 100.59 | 144.04 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 129 | 0 | 0.91 | 0.48 | 0.04 | 331.2 | 0.93 | 0.52 |
| Hex | F6 | 15 | 81 | 0 | 5B | 30 | 4 | 14B | 5D | 34 |
| Octal | 366 | 25 | 201 | 0 | 133 | 60 | 4 | 513 | 135 | 64 |
| Binary | 11110110 | 10101 | 10000001 | 0 | 1011011 | 110000 | 100 | 101001011 | 1011101 | 110100 |
Color Harmonies of #F61581
Complementary color
Monochromatic Colors of #F61581
Black with #F61581
Text Example
Text Example
White with #F61581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61581; }
p { color: rgb(246,21,129); }
H1.HeaderClassName
{
color: #F61581;
}
.AnyTagClassName
{
color: #F61581;
}
</style>
background-color css
<style>
a { background-color: #F61581; }
a { background-color: rgb(246,21,129); }
div.DivClassName
{
background-color: #F61581;
}
.BgClassName
{
background-color: #F61581;
}
</style>
border-color css
<style>
span { border-color: #F61581; }
span { border-color: rgb(246,21,129); }
td.TdClassName
{
border-color: #F61581;
}
.TagClassName
{
border-color: #F61581;
}
</style>