Shades of Shocking Pink #F608C1
Tints of Shocking Pink #F608C1
RGB
CMYK
RGB Variations
Color information
#F608C1 (or 0xF608C1) is known color: Shocking Pink. HEX triplet: F6, 08 and C1. RGB value is (246,8,193). Sum of RGB (Red+Green+Blue) = 246+8+193=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 8 (3.52% from 255 or 1.79% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F608C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F608C1 is #09F73E. Grayscale: #636363. Windows color (decimal): -653119 or 12650742. OLE color: 12650742.
HSL color Cylindrical-coordinate representation of color #F608C1: hue angle of 313.36º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F608C1 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 193 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.04 |
| HSL | 313.36º | 0.94% | 0.5% | - |
| HSV(B) | 313.36º | 0.97% | 0.96% | - |
| XYZ | 47.72 | 23.62 | 52.5 | - |
| YUV | 100.25 | 180.35 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 193 | 0 | 0.97 | 0.22 | 0.04 | 313.36 | 0.94 | 0.5 |
| Hex | F6 | 8 | C1 | 0 | 61 | 16 | 4 | 139 | 5E | 32 |
| Octal | 366 | 10 | 301 | 0 | 141 | 26 | 4 | 471 | 136 | 62 |
| Binary | 11110110 | 1000 | 11000001 | 0 | 1100001 | 10110 | 100 | 100111001 | 1011110 | 110010 |
Color Harmonies of #F608C1
Complementary color
Monochromatic Colors of #F608C1
Black with #F608C1
Text Example
Text Example
White with #F608C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F608C1; }
p { color: rgb(246,8,193); }
H1.HeaderClassName
{
color: #F608C1;
}
.AnyTagClassName
{
color: #F608C1;
}
</style>
background-color css
<style>
a { background-color: #F608C1; }
a { background-color: rgb(246,8,193); }
div.DivClassName
{
background-color: #F608C1;
}
.BgClassName
{
background-color: #F608C1;
}
</style>
border-color css
<style>
span { border-color: #F608C1; }
span { border-color: rgb(246,8,193); }
td.TdClassName
{
border-color: #F608C1;
}
.TagClassName
{
border-color: #F608C1;
}
</style>