Shades of Shocking Pink #F607B7
Tints of Shocking Pink #F607B7
RGB
CMYK
RGB Variations
Color information
#F607B7 (or 0xF607B7) is known color: Shocking Pink. HEX triplet: F6, 07 and B7. RGB value is (246,7,183). Sum of RGB (Red+Green+Blue) = 246+7+183=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F607B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F607B7 is #09F848. Grayscale: #626262. Windows color (decimal): -653385 or 11995126. OLE color: 11995126.
HSL color Cylindrical-coordinate representation of color #F607B7: hue angle of 315.82º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F607B7 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 183 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.04 |
| HSL | 315.82º | 0.94% | 0.5% | - |
| HSV(B) | 315.82º | 0.97% | 0.96% | - |
| XYZ | 46.63 | 23.16 | 46.81 | - |
| YUV | 98.53 | 175.68 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 183 | 0 | 0.97 | 0.26 | 0.04 | 315.82 | 0.94 | 0.5 |
| Hex | F6 | 7 | B7 | 0 | 61 | 1A | 4 | 13C | 5E | 32 |
| Octal | 366 | 7 | 267 | 0 | 141 | 32 | 4 | 474 | 136 | 62 |
| Binary | 11110110 | 111 | 10110111 | 0 | 1100001 | 11010 | 100 | 100111100 | 1011110 | 110010 |
Color Harmonies of #F607B7
Complementary color
Monochromatic Colors of #F607B7
Black with #F607B7
Text Example
Text Example
White with #F607B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F607B7; }
p { color: rgb(246,7,183); }
H1.HeaderClassName
{
color: #F607B7;
}
.AnyTagClassName
{
color: #F607B7;
}
</style>
background-color css
<style>
a { background-color: #F607B7; }
a { background-color: rgb(246,7,183); }
div.DivClassName
{
background-color: #F607B7;
}
.BgClassName
{
background-color: #F607B7;
}
</style>
border-color css
<style>
span { border-color: #F607B7; }
span { border-color: rgb(246,7,183); }
td.TdClassName
{
border-color: #F607B7;
}
.TagClassName
{
border-color: #F607B7;
}
</style>