Shades of Shocking Pink #F61ADB
Tints of Shocking Pink #F61ADB
RGB
CMYK
RGB Variations
Color information
#F61ADB (or 0xF61ADB) is known color: Shocking Pink. HEX triplet: F6, 1A and DB. RGB value is (246,26,219). Sum of RGB (Red+Green+Blue) = 246+26+219=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F61ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61ADB is #09E524. Grayscale: #717171. Windows color (decimal): -648485 or 14359286. OLE color: 14359286.
HSL color Cylindrical-coordinate representation of color #F61ADB: hue angle of 307.36º 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 #F61ADB is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 219 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.04 |
| HSL | 307.36º | 0.92% | 0.53% | - |
| HSV(B) | 307.36º | 0.89% | 0.96% | - |
| XYZ | 51.16 | 25.45 | 69.23 | - |
| YUV | 113.78 | 187.39 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 219 | 0 | 0.89 | 0.11 | 0.04 | 307.36 | 0.92 | 0.53 |
| Hex | F6 | 1A | DB | 0 | 59 | B | 4 | 133 | 5C | 35 |
| Octal | 366 | 32 | 333 | 0 | 131 | 13 | 4 | 463 | 134 | 65 |
| Binary | 11110110 | 11010 | 11011011 | 0 | 1011001 | 1011 | 100 | 100110011 | 1011100 | 110101 |
Color Harmonies of #F61ADB
Complementary color
Monochromatic Colors of #F61ADB
Black with #F61ADB
Text Example
Text Example
White with #F61ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61ADB; }
p { color: rgb(246,26,219); }
H1.HeaderClassName
{
color: #F61ADB;
}
.AnyTagClassName
{
color: #F61ADB;
}
</style>
background-color css
<style>
a { background-color: #F61ADB; }
a { background-color: rgb(246,26,219); }
div.DivClassName
{
background-color: #F61ADB;
}
.BgClassName
{
background-color: #F61ADB;
}
</style>
border-color css
<style>
span { border-color: #F61ADB; }
span { border-color: rgb(246,26,219); }
td.TdClassName
{
border-color: #F61ADB;
}
.TagClassName
{
border-color: #F61ADB;
}
</style>