Shades of Shocking Pink #F61AD6
Tints of Shocking Pink #F61AD6
RGB
CMYK
RGB Variations
Color information
#F61AD6 (or 0xF61AD6) is known color: Shocking Pink. HEX triplet: F6, 1A and D6. RGB value is (246,26,214). Sum of RGB (Red+Green+Blue) = 246+26+214=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 26 (10.55% from 255 or 5.35% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F61AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61AD6 is #09E529. Grayscale: #707070. Windows color (decimal): -648490 or 14031606. OLE color: 14031606.
HSL color Cylindrical-coordinate representation of color #F61AD6: hue angle of 308.73º 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 #F61AD6 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 214 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.04 |
| HSL | 308.73º | 0.92% | 0.53% | - |
| HSV(B) | 308.73º | 0.89% | 0.96% | - |
| XYZ | 50.51 | 25.19 | 65.82 | - |
| YUV | 113.21 | 184.89 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 214 | 0 | 0.89 | 0.13 | 0.04 | 308.73 | 0.92 | 0.53 |
| Hex | F6 | 1A | D6 | 0 | 59 | D | 4 | 135 | 5C | 35 |
| Octal | 366 | 32 | 326 | 0 | 131 | 15 | 4 | 465 | 134 | 65 |
| Binary | 11110110 | 11010 | 11010110 | 0 | 1011001 | 1101 | 100 | 100110101 | 1011100 | 110101 |
Color Harmonies of #F61AD6
Complementary color
Monochromatic Colors of #F61AD6
Black with #F61AD6
Text Example
Text Example
White with #F61AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61AD6; }
p { color: rgb(246,26,214); }
H1.HeaderClassName
{
color: #F61AD6;
}
.AnyTagClassName
{
color: #F61AD6;
}
</style>
background-color css
<style>
a { background-color: #F61AD6; }
a { background-color: rgb(246,26,214); }
div.DivClassName
{
background-color: #F61AD6;
}
.BgClassName
{
background-color: #F61AD6;
}
</style>
border-color css
<style>
span { border-color: #F61AD6; }
span { border-color: rgb(246,26,214); }
td.TdClassName
{
border-color: #F61AD6;
}
.TagClassName
{
border-color: #F61AD6;
}
</style>