Shades of Shocking Pink #F61BCD
Tints of Shocking Pink #F61BCD
RGB
CMYK
RGB Variations
Color information
#F61BCD (or 0xF61BCD) is known color: Shocking Pink. HEX triplet: F6, 1B and CD. RGB value is (246,27,205). Sum of RGB (Red+Green+Blue) = 246+27+205=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61BCD is #09E432. Grayscale: #707070. Windows color (decimal): -648243 or 13442038. OLE color: 13442038.
HSL color Cylindrical-coordinate representation of color #F61BCD: hue angle of 311.23º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61BCD is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 205 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.04 |
| HSL | 311.23º | 0.92% | 0.54% | - |
| HSV(B) | 311.23º | 0.89% | 0.96% | - |
| XYZ | 49.42 | 24.78 | 59.94 | - |
| YUV | 112.77 | 180.05 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 205 | 0 | 0.89 | 0.17 | 0.04 | 311.23 | 0.92 | 0.54 |
| Hex | F6 | 1B | CD | 0 | 59 | 11 | 4 | 137 | 5C | 36 |
| Octal | 366 | 33 | 315 | 0 | 131 | 21 | 4 | 467 | 134 | 66 |
| Binary | 11110110 | 11011 | 11001101 | 0 | 1011001 | 10001 | 100 | 100110111 | 1011100 | 110110 |
Color Harmonies of #F61BCD
Complementary color
Monochromatic Colors of #F61BCD
Black with #F61BCD
Text Example
Text Example
White with #F61BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61BCD; }
p { color: rgb(246,27,205); }
H1.HeaderClassName
{
color: #F61BCD;
}
.AnyTagClassName
{
color: #F61BCD;
}
</style>
background-color css
<style>
a { background-color: #F61BCD; }
a { background-color: rgb(246,27,205); }
div.DivClassName
{
background-color: #F61BCD;
}
.BgClassName
{
background-color: #F61BCD;
}
</style>
border-color css
<style>
span { border-color: #F61BCD; }
span { border-color: rgb(246,27,205); }
td.TdClassName
{
border-color: #F61BCD;
}
.TagClassName
{
border-color: #F61BCD;
}
</style>