Shades of Shocking Pink #F60CBD
Tints of Shocking Pink #F60CBD
RGB
CMYK
RGB Variations
Color information
#F60CBD (or 0xF60CBD) is known color: Shocking Pink. HEX triplet: F6, 0C and BD. RGB value is (246,12,189). Sum of RGB (Red+Green+Blue) = 246+12+189=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CBD is #09F342. Grayscale: #656565. Windows color (decimal): -652099 or 12389622. OLE color: 12389622.
HSL color Cylindrical-coordinate representation of color #F60CBD: hue angle of 314.62º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60CBD is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 189 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.04 |
| HSL | 314.62º | 0.93% | 0.51% | - |
| HSV(B) | 314.62º | 0.95% | 0.96% | - |
| XYZ | 47.32 | 23.53 | 50.19 | - |
| YUV | 102.14 | 177.02 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 189 | 0 | 0.95 | 0.23 | 0.04 | 314.62 | 0.93 | 0.51 |
| Hex | F6 | C | BD | 0 | 5F | 17 | 4 | 13B | 5D | 33 |
| Octal | 366 | 14 | 275 | 0 | 137 | 27 | 4 | 473 | 135 | 63 |
| Binary | 11110110 | 1100 | 10111101 | 0 | 1011111 | 10111 | 100 | 100111011 | 1011101 | 110011 |
Color Harmonies of #F60CBD
Complementary color
Monochromatic Colors of #F60CBD
Black with #F60CBD
Text Example
Text Example
White with #F60CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CBD; }
p { color: rgb(246,12,189); }
H1.HeaderClassName
{
color: #F60CBD;
}
.AnyTagClassName
{
color: #F60CBD;
}
</style>
background-color css
<style>
a { background-color: #F60CBD; }
a { background-color: rgb(246,12,189); }
div.DivClassName
{
background-color: #F60CBD;
}
.BgClassName
{
background-color: #F60CBD;
}
</style>
border-color css
<style>
span { border-color: #F60CBD; }
span { border-color: rgb(246,12,189); }
td.TdClassName
{
border-color: #F60CBD;
}
.TagClassName
{
border-color: #F60CBD;
}
</style>