Shades of Shocking Pink #F61CCF
Tints of Shocking Pink #F61CCF
RGB
CMYK
RGB Variations
Color information
#F61CCF (or 0xF61CCF) is known color: Shocking Pink. HEX triplet: F6, 1C and CF. RGB value is (246,28,207). Sum of RGB (Red+Green+Blue) = 246+28+207=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61CCF is #09E330. Grayscale: #717171. Windows color (decimal): -647985 or 13573366. OLE color: 13573366.
HSL color Cylindrical-coordinate representation of color #F61CCF: hue angle of 310.73º 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 #F61CCF is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 207 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.04 |
| HSL | 310.73º | 0.92% | 0.54% | - |
| HSV(B) | 310.73º | 0.89% | 0.96% | - |
| XYZ | 49.68 | 24.93 | 61.22 | - |
| YUV | 113.59 | 180.72 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 207 | 0 | 0.89 | 0.16 | 0.04 | 310.73 | 0.92 | 0.54 |
| Hex | F6 | 1C | CF | 0 | 59 | 10 | 4 | 137 | 5C | 36 |
| Octal | 366 | 34 | 317 | 0 | 131 | 20 | 4 | 467 | 134 | 66 |
| Binary | 11110110 | 11100 | 11001111 | 0 | 1011001 | 10000 | 100 | 100110111 | 1011100 | 110110 |
Color Harmonies of #F61CCF
Complementary color
Monochromatic Colors of #F61CCF
Black with #F61CCF
Text Example
Text Example
White with #F61CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61CCF; }
p { color: rgb(246,28,207); }
H1.HeaderClassName
{
color: #F61CCF;
}
.AnyTagClassName
{
color: #F61CCF;
}
</style>
background-color css
<style>
a { background-color: #F61CCF; }
a { background-color: rgb(246,28,207); }
div.DivClassName
{
background-color: #F61CCF;
}
.BgClassName
{
background-color: #F61CCF;
}
</style>
border-color css
<style>
span { border-color: #F61CCF; }
span { border-color: rgb(246,28,207); }
td.TdClassName
{
border-color: #F61CCF;
}
.TagClassName
{
border-color: #F61CCF;
}
</style>