Shades of Shocking Pink #F508C6
Tints of Shocking Pink #F508C6
RGB
CMYK
RGB Variations
Color information
#F508C6 (or 0xF508C6) is known color: Shocking Pink. HEX triplet: F5, 08 and C6. RGB value is (245,8,198). Sum of RGB (Red+Green+Blue) = 245+8+198=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 8 (3.52% from 255 or 1.77% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F508C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F508C6 is #0AF739. Grayscale: #646464. Windows color (decimal): -718650 or 12978421. OLE color: 12978421.
HSL color Cylindrical-coordinate representation of color #F508C6: hue angle of 311.9º 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 #F508C6 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 198 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.04 |
| HSL | 311.9º | 0.94% | 0.5% | - |
| HSV(B) | 311.9º | 0.97% | 0.96% | - |
| XYZ | 47.94 | 23.66 | 55.47 | - |
| YUV | 100.52 | 183.02 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 198 | 0 | 0.97 | 0.19 | 0.04 | 311.9 | 0.94 | 0.5 |
| Hex | F5 | 8 | C6 | 0 | 61 | 13 | 4 | 138 | 5E | 32 |
| Octal | 365 | 10 | 306 | 0 | 141 | 23 | 4 | 470 | 136 | 62 |
| Binary | 11110101 | 1000 | 11000110 | 0 | 1100001 | 10011 | 100 | 100111000 | 1011110 | 110010 |
Color Harmonies of #F508C6
Complementary color
Monochromatic Colors of #F508C6
Black with #F508C6
Text Example
Text Example
White with #F508C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F508C6; }
p { color: rgb(245,8,198); }
H1.HeaderClassName
{
color: #F508C6;
}
.AnyTagClassName
{
color: #F508C6;
}
</style>
background-color css
<style>
a { background-color: #F508C6; }
a { background-color: rgb(245,8,198); }
div.DivClassName
{
background-color: #F508C6;
}
.BgClassName
{
background-color: #F508C6;
}
</style>
border-color css
<style>
span { border-color: #F508C6; }
span { border-color: rgb(245,8,198); }
td.TdClassName
{
border-color: #F508C6;
}
.TagClassName
{
border-color: #F508C6;
}
</style>