Shades of Shocking Pink #F605C2
Tints of Shocking Pink #F605C2
RGB
CMYK
RGB Variations
Color information
#F605C2 (or 0xF605C2) is known color: Shocking Pink. HEX triplet: F6, 05 and C2. RGB value is (246,5,194). Sum of RGB (Red+Green+Blue) = 246+5+194=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F605C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605C2 is #09FA3D. Grayscale: #626262. Windows color (decimal): -653886 or 12715510. OLE color: 12715510.
HSL color Cylindrical-coordinate representation of color #F605C2: hue angle of 312.95º degrees, saturation: 0.96, 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 #F605C2 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 194 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.04 |
| HSL | 312.95º | 0.96% | 0.49% | - |
| HSV(B) | 312.95º | 0.98% | 0.96% | - |
| XYZ | 47.8 | 23.6 | 53.07 | - |
| YUV | 98.61 | 181.84 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 194 | 0 | 0.98 | 0.21 | 0.04 | 312.95 | 0.96 | 0.49 |
| Hex | F6 | 5 | C2 | 0 | 62 | 15 | 4 | 139 | 60 | 31 |
| Octal | 366 | 5 | 302 | 0 | 142 | 25 | 4 | 471 | 140 | 61 |
| Binary | 11110110 | 101 | 11000010 | 0 | 1100010 | 10101 | 100 | 100111001 | 1100000 | 110001 |
Color Harmonies of #F605C2
Complementary color
Monochromatic Colors of #F605C2
Black with #F605C2
Text Example
Text Example
White with #F605C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605C2; }
p { color: rgb(246,5,194); }
H1.HeaderClassName
{
color: #F605C2;
}
.AnyTagClassName
{
color: #F605C2;
}
</style>
background-color css
<style>
a { background-color: #F605C2; }
a { background-color: rgb(246,5,194); }
div.DivClassName
{
background-color: #F605C2;
}
.BgClassName
{
background-color: #F605C2;
}
</style>
border-color css
<style>
span { border-color: #F605C2; }
span { border-color: rgb(246,5,194); }
td.TdClassName
{
border-color: #F605C2;
}
.TagClassName
{
border-color: #F605C2;
}
</style>