Shades of Shocking Pink #F617BC
Tints of Shocking Pink #F617BC
RGB
CMYK
RGB Variations
Color information
#F617BC (or 0xF617BC) is known color: Shocking Pink. HEX triplet: F6, 17 and BC. RGB value is (246,23,188). Sum of RGB (Red+Green+Blue) = 246+23+188=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F617BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F617BC is #09E843. Grayscale: #6C6C6C. Windows color (decimal): -649284 or 12326902. OLE color: 12326902.
HSL color Cylindrical-coordinate representation of color #F617BC: hue angle of 315.61º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F617BC is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 188 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.04 |
| HSL | 315.61º | 0.93% | 0.53% | - |
| HSV(B) | 315.61º | 0.91% | 0.96% | - |
| XYZ | 47.39 | 23.84 | 49.68 | - |
| YUV | 108.49 | 172.88 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 188 | 0 | 0.91 | 0.24 | 0.04 | 315.61 | 0.93 | 0.53 |
| Hex | F6 | 17 | BC | 0 | 5B | 18 | 4 | 13C | 5D | 35 |
| Octal | 366 | 27 | 274 | 0 | 133 | 30 | 4 | 474 | 135 | 65 |
| Binary | 11110110 | 10111 | 10111100 | 0 | 1011011 | 11000 | 100 | 100111100 | 1011101 | 110101 |
Color Harmonies of #F617BC
Complementary color
Monochromatic Colors of #F617BC
Black with #F617BC
Text Example
Text Example
White with #F617BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F617BC; }
p { color: rgb(246,23,188); }
H1.HeaderClassName
{
color: #F617BC;
}
.AnyTagClassName
{
color: #F617BC;
}
</style>
background-color css
<style>
a { background-color: #F617BC; }
a { background-color: rgb(246,23,188); }
div.DivClassName
{
background-color: #F617BC;
}
.BgClassName
{
background-color: #F617BC;
}
</style>
border-color css
<style>
span { border-color: #F617BC; }
span { border-color: rgb(246,23,188); }
td.TdClassName
{
border-color: #F617BC;
}
.TagClassName
{
border-color: #F617BC;
}
</style>