Shades of Shocking Pink #F61DD2
Tints of Shocking Pink #F61DD2
RGB
CMYK
RGB Variations
Color information
#F61DD2 (or 0xF61DD2) is known color: Shocking Pink. HEX triplet: F6, 1D and D2. RGB value is (246,29,210). Sum of RGB (Red+Green+Blue) = 246+29+210=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 29 (11.72% from 255 or 5.98% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F61DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61DD2 is #09E22D. Grayscale: #727272. Windows color (decimal): -647726 or 13770230. OLE color: 13770230.
HSL color Cylindrical-coordinate representation of color #F61DD2: hue angle of 309.95º 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 #F61DD2 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 210 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.04 |
| HSL | 309.95º | 0.92% | 0.54% | - |
| HSV(B) | 309.95º | 0.88% | 0.96% | - |
| XYZ | 50.08 | 25.12 | 63.18 | - |
| YUV | 114.52 | 181.89 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 210 | 0 | 0.88 | 0.15 | 0.04 | 309.95 | 0.92 | 0.54 |
| Hex | F6 | 1D | D2 | 0 | 58 | F | 4 | 136 | 5C | 36 |
| Octal | 366 | 35 | 322 | 0 | 130 | 17 | 4 | 466 | 134 | 66 |
| Binary | 11110110 | 11101 | 11010010 | 0 | 1011000 | 1111 | 100 | 100110110 | 1011100 | 110110 |
Color Harmonies of #F61DD2
Complementary color
Monochromatic Colors of #F61DD2
Black with #F61DD2
Text Example
Text Example
White with #F61DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61DD2; }
p { color: rgb(246,29,210); }
H1.HeaderClassName
{
color: #F61DD2;
}
.AnyTagClassName
{
color: #F61DD2;
}
</style>
background-color css
<style>
a { background-color: #F61DD2; }
a { background-color: rgb(246,29,210); }
div.DivClassName
{
background-color: #F61DD2;
}
.BgClassName
{
background-color: #F61DD2;
}
</style>
border-color css
<style>
span { border-color: #F61DD2; }
span { border-color: rgb(246,29,210); }
td.TdClassName
{
border-color: #F61DD2;
}
.TagClassName
{
border-color: #F61DD2;
}
</style>