Shades of Shocking Pink #F506C0
Tints of Shocking Pink #F506C0
RGB
CMYK
RGB Variations
Color information
#F506C0 (or 0xF506C0) is known color: Shocking Pink. HEX triplet: F5, 06 and C0. RGB value is (245,6,192). Sum of RGB (Red+Green+Blue) = 245+6+192=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F506C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F506C0 is #0AF93F. Grayscale: #626262. Windows color (decimal): -719168 or 12584693. OLE color: 12584693.
HSL color Cylindrical-coordinate representation of color #F506C0: hue angle of 313.31º 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 #F506C0 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 192 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.04 |
| HSL | 313.31º | 0.95% | 0.49% | - |
| HSV(B) | 313.31º | 0.98% | 0.96% | - |
| XYZ | 47.24 | 23.35 | 51.89 | - |
| YUV | 98.67 | 180.68 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 192 | 0 | 0.98 | 0.22 | 0.04 | 313.31 | 0.95 | 0.49 |
| Hex | F5 | 6 | C0 | 0 | 62 | 16 | 4 | 139 | 5F | 31 |
| Octal | 365 | 6 | 300 | 0 | 142 | 26 | 4 | 471 | 137 | 61 |
| Binary | 11110101 | 110 | 11000000 | 0 | 1100010 | 10110 | 100 | 100111001 | 1011111 | 110001 |
Color Harmonies of #F506C0
Complementary color
Monochromatic Colors of #F506C0
Black with #F506C0
Text Example
Text Example
White with #F506C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F506C0; }
p { color: rgb(245,6,192); }
H1.HeaderClassName
{
color: #F506C0;
}
.AnyTagClassName
{
color: #F506C0;
}
</style>
background-color css
<style>
a { background-color: #F506C0; }
a { background-color: rgb(245,6,192); }
div.DivClassName
{
background-color: #F506C0;
}
.BgClassName
{
background-color: #F506C0;
}
</style>
border-color css
<style>
span { border-color: #F506C0; }
span { border-color: rgb(245,6,192); }
td.TdClassName
{
border-color: #F506C0;
}
.TagClassName
{
border-color: #F506C0;
}
</style>