Shades of Shocking Pink #F61AD8
Tints of Shocking Pink #F61AD8
RGB
CMYK
RGB Variations
Color information
#F61AD8 (or 0xF61AD8) is known color: Shocking Pink. HEX triplet: F6, 1A and D8. RGB value is (246,26,216). Sum of RGB (Red+Green+Blue) = 246+26+216=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 26 (10.55% from 255 or 5.33% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F61AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61AD8 is #09E527. Grayscale: #707070. Windows color (decimal): -648488 or 14162678. OLE color: 14162678.
HSL color Cylindrical-coordinate representation of color #F61AD8: hue angle of 308.18º 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 #F61AD8 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 216 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.04 |
| HSL | 308.18º | 0.92% | 0.53% | - |
| HSV(B) | 308.18º | 0.89% | 0.96% | - |
| XYZ | 50.77 | 25.29 | 67.17 | - |
| YUV | 113.44 | 185.89 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 216 | 0 | 0.89 | 0.12 | 0.04 | 308.18 | 0.92 | 0.53 |
| Hex | F6 | 1A | D8 | 0 | 59 | C | 4 | 134 | 5C | 35 |
| Octal | 366 | 32 | 330 | 0 | 131 | 14 | 4 | 464 | 134 | 65 |
| Binary | 11110110 | 11010 | 11011000 | 0 | 1011001 | 1100 | 100 | 100110100 | 1011100 | 110101 |
Color Harmonies of #F61AD8
Complementary color
Monochromatic Colors of #F61AD8
Black with #F61AD8
Text Example
Text Example
White with #F61AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61AD8; }
p { color: rgb(246,26,216); }
H1.HeaderClassName
{
color: #F61AD8;
}
.AnyTagClassName
{
color: #F61AD8;
}
</style>
background-color css
<style>
a { background-color: #F61AD8; }
a { background-color: rgb(246,26,216); }
div.DivClassName
{
background-color: #F61AD8;
}
.BgClassName
{
background-color: #F61AD8;
}
</style>
border-color css
<style>
span { border-color: #F61AD8; }
span { border-color: rgb(246,26,216); }
td.TdClassName
{
border-color: #F61AD8;
}
.TagClassName
{
border-color: #F61AD8;
}
</style>