Shades of Shocking Pink #F60BC3
Tints of Shocking Pink #F60BC3
RGB
CMYK
RGB Variations
Color information
#F60BC3 (or 0xF60BC3) is known color: Shocking Pink. HEX triplet: F6, 0B and C3. RGB value is (246,11,195). Sum of RGB (Red+Green+Blue) = 246+11+195=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60BC3 is #09F43C. Grayscale: #656565. Windows color (decimal): -652349 or 12782582. OLE color: 12782582.
HSL color Cylindrical-coordinate representation of color #F60BC3: hue angle of 313.02º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60BC3 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 195 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.04 |
| HSL | 313.02º | 0.93% | 0.5% | - |
| HSV(B) | 313.02º | 0.96% | 0.96% | - |
| XYZ | 47.98 | 23.77 | 53.69 | - |
| YUV | 102.24 | 180.36 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 195 | 0 | 0.96 | 0.21 | 0.04 | 313.02 | 0.93 | 0.5 |
| Hex | F6 | B | C3 | 0 | 60 | 15 | 4 | 139 | 5D | 32 |
| Octal | 366 | 13 | 303 | 0 | 140 | 25 | 4 | 471 | 135 | 62 |
| Binary | 11110110 | 1011 | 11000011 | 0 | 1100000 | 10101 | 100 | 100111001 | 1011101 | 110010 |
Color Harmonies of #F60BC3
Complementary color
Monochromatic Colors of #F60BC3
Black with #F60BC3
Text Example
Text Example
White with #F60BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BC3; }
p { color: rgb(246,11,195); }
H1.HeaderClassName
{
color: #F60BC3;
}
.AnyTagClassName
{
color: #F60BC3;
}
</style>
background-color css
<style>
a { background-color: #F60BC3; }
a { background-color: rgb(246,11,195); }
div.DivClassName
{
background-color: #F60BC3;
}
.BgClassName
{
background-color: #F60BC3;
}
</style>
border-color css
<style>
span { border-color: #F60BC3; }
span { border-color: rgb(246,11,195); }
td.TdClassName
{
border-color: #F60BC3;
}
.TagClassName
{
border-color: #F60BC3;
}
</style>