Shades of Shocking Pink #F61ACB
Tints of Shocking Pink #F61ACB
RGB
CMYK
RGB Variations
Color information
#F61ACB (or 0xF61ACB) is known color: Shocking Pink. HEX triplet: F6, 1A and CB. RGB value is (246,26,203). Sum of RGB (Red+Green+Blue) = 246+26+203=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F61ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61ACB is #09E534. Grayscale: #6F6F6F. Windows color (decimal): -648501 or 13310710. OLE color: 13310710.
HSL color Cylindrical-coordinate representation of color #F61ACB: hue angle of 311.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 #F61ACB is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 203 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.04 |
| HSL | 311.73º | 0.92% | 0.53% | - |
| HSV(B) | 311.73º | 0.89% | 0.96% | - |
| XYZ | 49.15 | 24.64 | 58.67 | - |
| YUV | 111.96 | 179.39 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 203 | 0 | 0.89 | 0.17 | 0.04 | 311.73 | 0.92 | 0.53 |
| Hex | F6 | 1A | CB | 0 | 59 | 11 | 4 | 138 | 5C | 35 |
| Octal | 366 | 32 | 313 | 0 | 131 | 21 | 4 | 470 | 134 | 65 |
| Binary | 11110110 | 11010 | 11001011 | 0 | 1011001 | 10001 | 100 | 100111000 | 1011100 | 110101 |
Color Harmonies of #F61ACB
Complementary color
Monochromatic Colors of #F61ACB
Black with #F61ACB
Text Example
Text Example
White with #F61ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61ACB; }
p { color: rgb(246,26,203); }
H1.HeaderClassName
{
color: #F61ACB;
}
.AnyTagClassName
{
color: #F61ACB;
}
</style>
background-color css
<style>
a { background-color: #F61ACB; }
a { background-color: rgb(246,26,203); }
div.DivClassName
{
background-color: #F61ACB;
}
.BgClassName
{
background-color: #F61ACB;
}
</style>
border-color css
<style>
span { border-color: #F61ACB; }
span { border-color: rgb(246,26,203); }
td.TdClassName
{
border-color: #F61ACB;
}
.TagClassName
{
border-color: #F61ACB;
}
</style>