Shades of Shocking Pink #F608B4
Tints of Shocking Pink #F608B4
RGB
CMYK
RGB Variations
Color information
#F608B4 (or 0xF608B4) is known color: Shocking Pink. HEX triplet: F6, 08 and B4. RGB value is (246,8,180). Sum of RGB (Red+Green+Blue) = 246+8+180=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F608B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F608B4 is #09F74B. Grayscale: #626262. Windows color (decimal): -653132 or 11798774. OLE color: 11798774.
HSL color Cylindrical-coordinate representation of color #F608B4: hue angle of 316.64º 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 #F608B4 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 180 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.04 |
| HSL | 316.64º | 0.94% | 0.5% | - |
| HSV(B) | 316.64º | 0.97% | 0.96% | - |
| XYZ | 46.33 | 23.06 | 45.19 | - |
| YUV | 98.77 | 173.85 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 180 | 0 | 0.97 | 0.27 | 0.04 | 316.64 | 0.94 | 0.5 |
| Hex | F6 | 8 | B4 | 0 | 61 | 1B | 4 | 13D | 5E | 32 |
| Octal | 366 | 10 | 264 | 0 | 141 | 33 | 4 | 475 | 136 | 62 |
| Binary | 11110110 | 1000 | 10110100 | 0 | 1100001 | 11011 | 100 | 100111101 | 1011110 | 110010 |
Color Harmonies of #F608B4
Complementary color
Monochromatic Colors of #F608B4
Black with #F608B4
Text Example
Text Example
White with #F608B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F608B4; }
p { color: rgb(246,8,180); }
H1.HeaderClassName
{
color: #F608B4;
}
.AnyTagClassName
{
color: #F608B4;
}
</style>
background-color css
<style>
a { background-color: #F608B4; }
a { background-color: rgb(246,8,180); }
div.DivClassName
{
background-color: #F608B4;
}
.BgClassName
{
background-color: #F608B4;
}
</style>
border-color css
<style>
span { border-color: #F608B4; }
span { border-color: rgb(246,8,180); }
td.TdClassName
{
border-color: #F608B4;
}
.TagClassName
{
border-color: #F608B4;
}
</style>