Shades of Deep Pink #F61C83
Tints of Deep Pink #F61C83
RGB
CMYK
RGB Variations
Color information
#F61C83 (or 0xF61C83) is known color: Deep Pink. HEX triplet: F6, 1C and 83. RGB value is (246,28,131). Sum of RGB (Red+Green+Blue) = 246+28+131=405 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.74% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61C83 is #09E37C. Grayscale: #686868. Windows color (decimal): -648061 or 8592630. OLE color: 8592630.
HSL color Cylindrical-coordinate representation of color #F61C83: hue angle of 331.65º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61C83 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 131 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.04 |
| HSL | 331.65º | 0.92% | 0.54% | - |
| HSV(B) | 331.65º | 0.89% | 0.96% | - |
| XYZ | 42.52 | 22.06 | 23.49 | - |
| YUV | 104.92 | 142.72 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 131 | 0 | 0.89 | 0.47 | 0.04 | 331.65 | 0.92 | 0.54 |
| Hex | F6 | 1C | 83 | 0 | 59 | 2F | 4 | 14C | 5C | 36 |
| Octal | 366 | 34 | 203 | 0 | 131 | 57 | 4 | 514 | 134 | 66 |
| Binary | 11110110 | 11100 | 10000011 | 0 | 1011001 | 101111 | 100 | 101001100 | 1011100 | 110110 |
Color Harmonies of #F61C83
Complementary color
Monochromatic Colors of #F61C83
Black with #F61C83
Text Example
Text Example
White with #F61C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C83; }
p { color: rgb(246,28,131); }
H1.HeaderClassName
{
color: #F61C83;
}
.AnyTagClassName
{
color: #F61C83;
}
</style>
background-color css
<style>
a { background-color: #F61C83; }
a { background-color: rgb(246,28,131); }
div.DivClassName
{
background-color: #F61C83;
}
.BgClassName
{
background-color: #F61C83;
}
</style>
border-color css
<style>
span { border-color: #F61C83; }
span { border-color: rgb(246,28,131); }
td.TdClassName
{
border-color: #F61C83;
}
.TagClassName
{
border-color: #F61C83;
}
</style>