Shades of Shocking Pink #F508C5
Tints of Shocking Pink #F508C5
RGB
CMYK
RGB Variations
Color information
#F508C5 (or 0xF508C5) is known color: Shocking Pink. HEX triplet: F5, 08 and C5. RGB value is (245,8,197). Sum of RGB (Red+Green+Blue) = 245+8+197=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 8 (3.52% from 255 or 1.78% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F508C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F508C5 is #0AF73A. Grayscale: #636363. Windows color (decimal): -718651 or 12912885. OLE color: 12912885.
HSL color Cylindrical-coordinate representation of color #F508C5: hue angle of 312.15º 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 #F508C5 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 197 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.04 |
| HSL | 312.15º | 0.94% | 0.5% | - |
| HSV(B) | 312.15º | 0.97% | 0.96% | - |
| XYZ | 47.82 | 23.62 | 54.86 | - |
| YUV | 100.41 | 182.52 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 197 | 0 | 0.97 | 0.20 | 0.04 | 312.15 | 0.94 | 0.5 |
| Hex | F5 | 8 | C5 | 0 | 61 | 14 | 4 | 138 | 5E | 32 |
| Octal | 365 | 10 | 305 | 0 | 141 | 24 | 4 | 470 | 136 | 62 |
| Binary | 11110101 | 1000 | 11000101 | 0 | 1100001 | 10100 | 100 | 100111000 | 1011110 | 110010 |
Color Harmonies of #F508C5
Complementary color
Monochromatic Colors of #F508C5
Black with #F508C5
Text Example
Text Example
White with #F508C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F508C5; }
p { color: rgb(245,8,197); }
H1.HeaderClassName
{
color: #F508C5;
}
.AnyTagClassName
{
color: #F508C5;
}
</style>
background-color css
<style>
a { background-color: #F508C5; }
a { background-color: rgb(245,8,197); }
div.DivClassName
{
background-color: #F508C5;
}
.BgClassName
{
background-color: #F508C5;
}
</style>
border-color css
<style>
span { border-color: #F508C5; }
span { border-color: rgb(245,8,197); }
td.TdClassName
{
border-color: #F508C5;
}
.TagClassName
{
border-color: #F508C5;
}
</style>