Shades of Shocking Pink #F206B7
Tints of Shocking Pink #F206B7
RGB
CMYK
RGB Variations
Color information
#F206B7 (or 0xF206B7) is known color: Shocking Pink. HEX triplet: F2, 06 and B7. RGB value is (242,6,183). Sum of RGB (Red+Green+Blue) = 242+6+183=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F206B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206B7 is #0DF948. Grayscale: #606060. Windows color (decimal): -915785 or 11994866. OLE color: 11994866.
HSL color Cylindrical-coordinate representation of color #F206B7: hue angle of 315º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F206B7 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 183 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.05 |
| HSL | 315º | 0.95% | 0.49% | - |
| HSV(B) | 315º | 0.98% | 0.95% | - |
| XYZ | 45.23 | 22.43 | 46.74 | - |
| YUV | 96.74 | 176.69 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 183 | 0 | 0.98 | 0.24 | 0.05 | 315 | 0.95 | 0.49 |
| Hex | F2 | 6 | B7 | 0 | 62 | 18 | 5 | 13B | 5F | 31 |
| Octal | 362 | 6 | 267 | 0 | 142 | 30 | 5 | 473 | 137 | 61 |
| Binary | 11110010 | 110 | 10110111 | 0 | 1100010 | 11000 | 101 | 100111011 | 1011111 | 110001 |
Color Harmonies of #F206B7
Complementary color
Monochromatic Colors of #F206B7
Black with #F206B7
Text Example
Text Example
White with #F206B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206B7; }
p { color: rgb(242,6,183); }
H1.HeaderClassName
{
color: #F206B7;
}
.AnyTagClassName
{
color: #F206B7;
}
</style>
background-color css
<style>
a { background-color: #F206B7; }
a { background-color: rgb(242,6,183); }
div.DivClassName
{
background-color: #F206B7;
}
.BgClassName
{
background-color: #F206B7;
}
</style>
border-color css
<style>
span { border-color: #F206B7; }
span { border-color: rgb(242,6,183); }
td.TdClassName
{
border-color: #F206B7;
}
.TagClassName
{
border-color: #F206B7;
}
</style>