Shades of Shocking Pink #F612D1
Tints of Shocking Pink #F612D1
RGB
CMYK
RGB Variations
Color information
#F612D1 (or 0xF612D1) is known color: Shocking Pink. HEX triplet: F6, 12 and D1. RGB value is (246,18,209). Sum of RGB (Red+Green+Blue) = 246+18+209=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F612D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612D1 is #09ED2E. Grayscale: #6B6B6B. Windows color (decimal): -650543 or 13701878. OLE color: 13701878.
HSL color Cylindrical-coordinate representation of color #F612D1: hue angle of 309.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F612D1 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 209 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.04 |
| HSL | 309.74º | 0.93% | 0.52% | - |
| HSV(B) | 309.74º | 0.93% | 0.96% | - |
| XYZ | 49.73 | 24.63 | 62.45 | - |
| YUV | 107.95 | 185.04 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 209 | 0 | 0.93 | 0.15 | 0.04 | 309.74 | 0.93 | 0.52 |
| Hex | F6 | 12 | D1 | 0 | 5D | F | 4 | 136 | 5D | 34 |
| Octal | 366 | 22 | 321 | 0 | 135 | 17 | 4 | 466 | 135 | 64 |
| Binary | 11110110 | 10010 | 11010001 | 0 | 1011101 | 1111 | 100 | 100110110 | 1011101 | 110100 |
Color Harmonies of #F612D1
Complementary color
Monochromatic Colors of #F612D1
Black with #F612D1
Text Example
Text Example
White with #F612D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F612D1; }
p { color: rgb(246,18,209); }
H1.HeaderClassName
{
color: #F612D1;
}
.AnyTagClassName
{
color: #F612D1;
}
</style>
background-color css
<style>
a { background-color: #F612D1; }
a { background-color: rgb(246,18,209); }
div.DivClassName
{
background-color: #F612D1;
}
.BgClassName
{
background-color: #F612D1;
}
</style>
border-color css
<style>
span { border-color: #F612D1; }
span { border-color: rgb(246,18,209); }
td.TdClassName
{
border-color: #F612D1;
}
.TagClassName
{
border-color: #F612D1;
}
</style>