Shades of Shocking Pink #F61EC3
Tints of Shocking Pink #F61EC3
RGB
CMYK
RGB Variations
Color information
#F61EC3 (or 0xF61EC3) is known color: Shocking Pink. HEX triplet: F6, 1E and C3. RGB value is (246,30,195). Sum of RGB (Red+Green+Blue) = 246+30+195=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61EC3 is #09E13C. Grayscale: #707070. Windows color (decimal): -647485 or 12787446. OLE color: 12787446.
HSL color Cylindrical-coordinate representation of color #F61EC3: hue angle of 314.17º 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 #F61EC3 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 195 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.04 |
| HSL | 314.17º | 0.92% | 0.54% | - |
| HSV(B) | 314.17º | 0.88% | 0.96% | - |
| XYZ | 48.32 | 24.46 | 53.8 | - |
| YUV | 113.39 | 174.06 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 195 | 0 | 0.88 | 0.21 | 0.04 | 314.17 | 0.92 | 0.54 |
| Hex | F6 | 1E | C3 | 0 | 58 | 15 | 4 | 13A | 5C | 36 |
| Octal | 366 | 36 | 303 | 0 | 130 | 25 | 4 | 472 | 134 | 66 |
| Binary | 11110110 | 11110 | 11000011 | 0 | 1011000 | 10101 | 100 | 100111010 | 1011100 | 110110 |
Color Harmonies of #F61EC3
Complementary color
Monochromatic Colors of #F61EC3
Black with #F61EC3
Text Example
Text Example
White with #F61EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61EC3; }
p { color: rgb(246,30,195); }
H1.HeaderClassName
{
color: #F61EC3;
}
.AnyTagClassName
{
color: #F61EC3;
}
</style>
background-color css
<style>
a { background-color: #F61EC3; }
a { background-color: rgb(246,30,195); }
div.DivClassName
{
background-color: #F61EC3;
}
.BgClassName
{
background-color: #F61EC3;
}
</style>
border-color css
<style>
span { border-color: #F61EC3; }
span { border-color: rgb(246,30,195); }
td.TdClassName
{
border-color: #F61EC3;
}
.TagClassName
{
border-color: #F61EC3;
}
</style>