Shades of Shocking Pink #F61DCD
Tints of Shocking Pink #F61DCD
RGB
CMYK
RGB Variations
Color information
#F61DCD (or 0xF61DCD) is known color: Shocking Pink. HEX triplet: F6, 1D and CD. RGB value is (246,29,205). Sum of RGB (Red+Green+Blue) = 246+29+205=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F61DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61DCD is #09E232. Grayscale: #717171. Windows color (decimal): -647731 or 13442550. OLE color: 13442550.
HSL color Cylindrical-coordinate representation of color #F61DCD: hue angle of 311.34º 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 #F61DCD is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 205 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.04 |
| HSL | 311.34º | 0.92% | 0.54% | - |
| HSV(B) | 311.34º | 0.88% | 0.96% | - |
| XYZ | 49.46 | 24.88 | 59.95 | - |
| YUV | 113.95 | 179.39 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 205 | 0 | 0.88 | 0.17 | 0.04 | 311.34 | 0.92 | 0.54 |
| Hex | F6 | 1D | CD | 0 | 58 | 11 | 4 | 137 | 5C | 36 |
| Octal | 366 | 35 | 315 | 0 | 130 | 21 | 4 | 467 | 134 | 66 |
| Binary | 11110110 | 11101 | 11001101 | 0 | 1011000 | 10001 | 100 | 100110111 | 1011100 | 110110 |
Color Harmonies of #F61DCD
Complementary color
Monochromatic Colors of #F61DCD
Black with #F61DCD
Text Example
Text Example
White with #F61DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61DCD; }
p { color: rgb(246,29,205); }
H1.HeaderClassName
{
color: #F61DCD;
}
.AnyTagClassName
{
color: #F61DCD;
}
</style>
background-color css
<style>
a { background-color: #F61DCD; }
a { background-color: rgb(246,29,205); }
div.DivClassName
{
background-color: #F61DCD;
}
.BgClassName
{
background-color: #F61DCD;
}
</style>
border-color css
<style>
span { border-color: #F61DCD; }
span { border-color: rgb(246,29,205); }
td.TdClassName
{
border-color: #F61DCD;
}
.TagClassName
{
border-color: #F61DCD;
}
</style>