Shades of Shocking Pink #F613D0
Tints of Shocking Pink #F613D0
RGB
CMYK
RGB Variations
Color information
#F613D0 (or 0xF613D0) is known color: Shocking Pink. HEX triplet: F6, 13 and D0. RGB value is (246,19,208). Sum of RGB (Red+Green+Blue) = 246+19+208=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F613D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F613D0 is #09EC2F. Grayscale: #6B6B6B. Windows color (decimal): -650288 or 13636598. OLE color: 13636598.
HSL color Cylindrical-coordinate representation of color #F613D0: hue angle of 310.04º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F613D0 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 208 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.04 |
| HSL | 310.04º | 0.93% | 0.52% | - |
| HSV(B) | 310.04º | 0.92% | 0.96% | - |
| XYZ | 49.62 | 24.61 | 61.81 | - |
| YUV | 108.42 | 184.21 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 208 | 0 | 0.92 | 0.15 | 0.04 | 310.04 | 0.93 | 0.52 |
| Hex | F6 | 13 | D0 | 0 | 5C | F | 4 | 136 | 5D | 34 |
| Octal | 366 | 23 | 320 | 0 | 134 | 17 | 4 | 466 | 135 | 64 |
| Binary | 11110110 | 10011 | 11010000 | 0 | 1011100 | 1111 | 100 | 100110110 | 1011101 | 110100 |
Color Harmonies of #F613D0
Complementary color
Monochromatic Colors of #F613D0
Black with #F613D0
Text Example
Text Example
White with #F613D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613D0; }
p { color: rgb(246,19,208); }
H1.HeaderClassName
{
color: #F613D0;
}
.AnyTagClassName
{
color: #F613D0;
}
</style>
background-color css
<style>
a { background-color: #F613D0; }
a { background-color: rgb(246,19,208); }
div.DivClassName
{
background-color: #F613D0;
}
.BgClassName
{
background-color: #F613D0;
}
</style>
border-color css
<style>
span { border-color: #F613D0; }
span { border-color: rgb(246,19,208); }
td.TdClassName
{
border-color: #F613D0;
}
.TagClassName
{
border-color: #F613D0;
}
</style>