Shades of Shocking Pink #F61FC2
Tints of Shocking Pink #F61FC2
RGB
CMYK
RGB Variations
Color information
#F61FC2 (or 0xF61FC2) is known color: Shocking Pink. HEX triplet: F6, 1F and C2. RGB value is (246,31,194). Sum of RGB (Red+Green+Blue) = 246+31+194=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F61FC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61FC2 is #09E03D. Grayscale: #717171. Windows color (decimal): -647230 or 12722166. OLE color: 12722166.
HSL color Cylindrical-coordinate representation of color #F61FC2: hue angle of 314.51º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61FC2 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 194 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.04 |
| HSL | 314.51º | 0.92% | 0.54% | - |
| HSV(B) | 314.51º | 0.87% | 0.96% | - |
| XYZ | 48.23 | 24.47 | 53.22 | - |
| YUV | 113.87 | 173.23 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 194 | 0 | 0.87 | 0.21 | 0.04 | 314.51 | 0.92 | 0.54 |
| Hex | F6 | 1F | C2 | 0 | 57 | 15 | 4 | 13B | 5C | 36 |
| Octal | 366 | 37 | 302 | 0 | 127 | 25 | 4 | 473 | 134 | 66 |
| Binary | 11110110 | 11111 | 11000010 | 0 | 1010111 | 10101 | 100 | 100111011 | 1011100 | 110110 |
Color Harmonies of #F61FC2
Complementary color
Monochromatic Colors of #F61FC2
Black with #F61FC2
Text Example
Text Example
White with #F61FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61FC2; }
p { color: rgb(246,31,194); }
H1.HeaderClassName
{
color: #F61FC2;
}
.AnyTagClassName
{
color: #F61FC2;
}
</style>
background-color css
<style>
a { background-color: #F61FC2; }
a { background-color: rgb(246,31,194); }
div.DivClassName
{
background-color: #F61FC2;
}
.BgClassName
{
background-color: #F61FC2;
}
</style>
border-color css
<style>
span { border-color: #F61FC2; }
span { border-color: rgb(246,31,194); }
td.TdClassName
{
border-color: #F61FC2;
}
.TagClassName
{
border-color: #F61FC2;
}
</style>