Shades of Shocking Pink #F61DD1
Tints of Shocking Pink #F61DD1
RGB
CMYK
RGB Variations
Color information
#F61DD1 (or 0xF61DD1) is known color: Shocking Pink. HEX triplet: F6, 1D and D1. RGB value is (246,29,209). Sum of RGB (Red+Green+Blue) = 246+29+209=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 29 (11.72% from 255 or 5.99% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F61DD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61DD1 is #09E22E. Grayscale: #717171. Windows color (decimal): -647727 or 13704694. OLE color: 13704694.
HSL color Cylindrical-coordinate representation of color #F61DD1: hue angle of 310.23º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61DD1 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 209 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.04 |
| HSL | 310.23º | 0.92% | 0.54% | - |
| HSV(B) | 310.23º | 0.88% | 0.96% | - |
| XYZ | 49.95 | 25.08 | 62.53 | - |
| YUV | 114.4 | 181.39 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 209 | 0 | 0.88 | 0.15 | 0.04 | 310.23 | 0.92 | 0.54 |
| Hex | F6 | 1D | D1 | 0 | 58 | F | 4 | 136 | 5C | 36 |
| Octal | 366 | 35 | 321 | 0 | 130 | 17 | 4 | 466 | 134 | 66 |
| Binary | 11110110 | 11101 | 11010001 | 0 | 1011000 | 1111 | 100 | 100110110 | 1011100 | 110110 |
Color Harmonies of #F61DD1
Complementary color
Monochromatic Colors of #F61DD1
Black with #F61DD1
Text Example
Text Example
White with #F61DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61DD1; }
p { color: rgb(246,29,209); }
H1.HeaderClassName
{
color: #F61DD1;
}
.AnyTagClassName
{
color: #F61DD1;
}
</style>
background-color css
<style>
a { background-color: #F61DD1; }
a { background-color: rgb(246,29,209); }
div.DivClassName
{
background-color: #F61DD1;
}
.BgClassName
{
background-color: #F61DD1;
}
</style>
border-color css
<style>
span { border-color: #F61DD1; }
span { border-color: rgb(246,29,209); }
td.TdClassName
{
border-color: #F61DD1;
}
.TagClassName
{
border-color: #F61DD1;
}
</style>