Shades of Shocking Pink #F61CBC
Tints of Shocking Pink #F61CBC
RGB
CMYK
RGB Variations
Color information
#F61CBC (or 0xF61CBC) is known color: Shocking Pink. HEX triplet: F6, 1C and BC. RGB value is (246,28,188). Sum of RGB (Red+Green+Blue) = 246+28+188=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61CBC is #09E343. Grayscale: #6F6F6F. Windows color (decimal): -648004 or 12328182. OLE color: 12328182.
HSL color Cylindrical-coordinate representation of color #F61CBC: hue angle of 315.96º 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 #F61CBC is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 188 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.04 |
| HSL | 315.96º | 0.92% | 0.54% | - |
| HSV(B) | 315.96º | 0.89% | 0.96% | - |
| XYZ | 47.5 | 24.05 | 49.72 | - |
| YUV | 111.42 | 171.22 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 188 | 0 | 0.89 | 0.24 | 0.04 | 315.96 | 0.92 | 0.54 |
| Hex | F6 | 1C | BC | 0 | 59 | 18 | 4 | 13C | 5C | 36 |
| Octal | 366 | 34 | 274 | 0 | 131 | 30 | 4 | 474 | 134 | 66 |
| Binary | 11110110 | 11100 | 10111100 | 0 | 1011001 | 11000 | 100 | 100111100 | 1011100 | 110110 |
Color Harmonies of #F61CBC
Complementary color
Monochromatic Colors of #F61CBC
Black with #F61CBC
Text Example
Text Example
White with #F61CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61CBC; }
p { color: rgb(246,28,188); }
H1.HeaderClassName
{
color: #F61CBC;
}
.AnyTagClassName
{
color: #F61CBC;
}
</style>
background-color css
<style>
a { background-color: #F61CBC; }
a { background-color: rgb(246,28,188); }
div.DivClassName
{
background-color: #F61CBC;
}
.BgClassName
{
background-color: #F61CBC;
}
</style>
border-color css
<style>
span { border-color: #F61CBC; }
span { border-color: rgb(246,28,188); }
td.TdClassName
{
border-color: #F61CBC;
}
.TagClassName
{
border-color: #F61CBC;
}
</style>