Shades of Shocking Pink #F61AD2
Tints of Shocking Pink #F61AD2
RGB
CMYK
RGB Variations
Color information
#F61AD2 (or 0xF61AD2) is known color: Shocking Pink. HEX triplet: F6, 1A and D2. RGB value is (246,26,210). Sum of RGB (Red+Green+Blue) = 246+26+210=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F61AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61AD2 is #09E52D. Grayscale: #707070. Windows color (decimal): -648494 or 13769462. OLE color: 13769462.
HSL color Cylindrical-coordinate representation of color #F61AD2: hue angle of 309.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61AD2 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 210 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.04 |
| HSL | 309.82º | 0.92% | 0.53% | - |
| HSV(B) | 309.82º | 0.89% | 0.96% | - |
| XYZ | 50.01 | 24.98 | 63.16 | - |
| YUV | 112.76 | 182.89 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 210 | 0 | 0.89 | 0.15 | 0.04 | 309.82 | 0.92 | 0.53 |
| Hex | F6 | 1A | D2 | 0 | 59 | F | 4 | 136 | 5C | 35 |
| Octal | 366 | 32 | 322 | 0 | 131 | 17 | 4 | 466 | 134 | 65 |
| Binary | 11110110 | 11010 | 11010010 | 0 | 1011001 | 1111 | 100 | 100110110 | 1011100 | 110101 |
Color Harmonies of #F61AD2
Complementary color
Monochromatic Colors of #F61AD2
Black with #F61AD2
Text Example
Text Example
White with #F61AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61AD2; }
p { color: rgb(246,26,210); }
H1.HeaderClassName
{
color: #F61AD2;
}
.AnyTagClassName
{
color: #F61AD2;
}
</style>
background-color css
<style>
a { background-color: #F61AD2; }
a { background-color: rgb(246,26,210); }
div.DivClassName
{
background-color: #F61AD2;
}
.BgClassName
{
background-color: #F61AD2;
}
</style>
border-color css
<style>
span { border-color: #F61AD2; }
span { border-color: rgb(246,26,210); }
td.TdClassName
{
border-color: #F61AD2;
}
.TagClassName
{
border-color: #F61AD2;
}
</style>