Shades of Shocking Pink #F604C1
Tints of Shocking Pink #F604C1
RGB
CMYK
RGB Variations
Color information
#F604C1 (or 0xF604C1) is known color: Shocking Pink. HEX triplet: F6, 04 and C1. RGB value is (246,4,193). Sum of RGB (Red+Green+Blue) = 246+4+193=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F604C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F604C1 is #09FB3E. Grayscale: #616161. Windows color (decimal): -654143 or 12649718. OLE color: 12649718.
HSL color Cylindrical-coordinate representation of color #F604C1: hue angle of 313.14º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F604C1 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 193 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.04 |
| HSL | 313.14º | 0.97% | 0.49% | - |
| HSV(B) | 313.14º | 0.98% | 0.96% | - |
| XYZ | 47.68 | 23.53 | 52.48 | - |
| YUV | 97.9 | 181.67 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 193 | 0 | 0.98 | 0.22 | 0.04 | 313.14 | 0.97 | 0.49 |
| Hex | F6 | 4 | C1 | 0 | 62 | 16 | 4 | 139 | 61 | 31 |
| Octal | 366 | 4 | 301 | 0 | 142 | 26 | 4 | 471 | 141 | 61 |
| Binary | 11110110 | 100 | 11000001 | 0 | 1100010 | 10110 | 100 | 100111001 | 1100001 | 110001 |
Color Harmonies of #F604C1
Complementary color
Monochromatic Colors of #F604C1
Black with #F604C1
Text Example
Text Example
White with #F604C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F604C1; }
p { color: rgb(246,4,193); }
H1.HeaderClassName
{
color: #F604C1;
}
.AnyTagClassName
{
color: #F604C1;
}
</style>
background-color css
<style>
a { background-color: #F604C1; }
a { background-color: rgb(246,4,193); }
div.DivClassName
{
background-color: #F604C1;
}
.BgClassName
{
background-color: #F604C1;
}
</style>
border-color css
<style>
span { border-color: #F604C1; }
span { border-color: rgb(246,4,193); }
td.TdClassName
{
border-color: #F604C1;
}
.TagClassName
{
border-color: #F604C1;
}
</style>