Shades of Shocking Pink #F406BC
Tints of Shocking Pink #F406BC
RGB
CMYK
RGB Variations
Color information
#F406BC (or 0xF406BC) is known color: Shocking Pink. HEX triplet: F4, 06 and BC. RGB value is (244,6,188). Sum of RGB (Red+Green+Blue) = 244+6+188=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 6 (2.73% from 255 or 1.37% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F406BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F406BC is #0BF943. Grayscale: #616161. Windows color (decimal): -784708 or 12322548. OLE color: 12322548.
HSL color Cylindrical-coordinate representation of color #F406BC: hue angle of 314.12º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F406BC is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 188 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.04 |
| HSL | 314.12º | 0.95% | 0.49% | - |
| HSV(B) | 314.12º | 0.98% | 0.96% | - |
| XYZ | 46.45 | 22.99 | 49.57 | - |
| YUV | 97.91 | 178.85 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 188 | 0 | 0.98 | 0.23 | 0.04 | 314.12 | 0.95 | 0.49 |
| Hex | F4 | 6 | BC | 0 | 62 | 17 | 4 | 13A | 5F | 31 |
| Octal | 364 | 6 | 274 | 0 | 142 | 27 | 4 | 472 | 137 | 61 |
| Binary | 11110100 | 110 | 10111100 | 0 | 1100010 | 10111 | 100 | 100111010 | 1011111 | 110001 |
Color Harmonies of #F406BC
Complementary color
Monochromatic Colors of #F406BC
Black with #F406BC
Text Example
Text Example
White with #F406BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F406BC; }
p { color: rgb(244,6,188); }
H1.HeaderClassName
{
color: #F406BC;
}
.AnyTagClassName
{
color: #F406BC;
}
</style>
background-color css
<style>
a { background-color: #F406BC; }
a { background-color: rgb(244,6,188); }
div.DivClassName
{
background-color: #F406BC;
}
.BgClassName
{
background-color: #F406BC;
}
</style>
border-color css
<style>
span { border-color: #F406BC; }
span { border-color: rgb(244,6,188); }
td.TdClassName
{
border-color: #F406BC;
}
.TagClassName
{
border-color: #F406BC;
}
</style>