Shades of Shocking Pink #F206BD
Tints of Shocking Pink #F206BD
RGB
CMYK
RGB Variations
Color information
#F206BD (or 0xF206BD) is known color: Shocking Pink. HEX triplet: F2, 06 and BD. RGB value is (242,6,189). Sum of RGB (Red+Green+Blue) = 242+6+189=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 6 (2.73% from 255 or 1.37% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F206BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206BD is #0DF942. Grayscale: #606060. Windows color (decimal): -915779 or 12388082. OLE color: 12388082.
HSL color Cylindrical-coordinate representation of color #F206BD: hue angle of 313.47º 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 #F206BD is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 189 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.05 |
| HSL | 313.47º | 0.95% | 0.49% | - |
| HSV(B) | 313.47º | 0.98% | 0.95% | - |
| XYZ | 45.87 | 22.68 | 50.1 | - |
| YUV | 97.43 | 179.69 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 189 | 0 | 0.98 | 0.22 | 0.05 | 313.47 | 0.95 | 0.49 |
| Hex | F2 | 6 | BD | 0 | 62 | 16 | 5 | 139 | 5F | 31 |
| Octal | 362 | 6 | 275 | 0 | 142 | 26 | 5 | 471 | 137 | 61 |
| Binary | 11110010 | 110 | 10111101 | 0 | 1100010 | 10110 | 101 | 100111001 | 1011111 | 110001 |
Color Harmonies of #F206BD
Complementary color
Monochromatic Colors of #F206BD
Black with #F206BD
Text Example
Text Example
White with #F206BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206BD; }
p { color: rgb(242,6,189); }
H1.HeaderClassName
{
color: #F206BD;
}
.AnyTagClassName
{
color: #F206BD;
}
</style>
background-color css
<style>
a { background-color: #F206BD; }
a { background-color: rgb(242,6,189); }
div.DivClassName
{
background-color: #F206BD;
}
.BgClassName
{
background-color: #F206BD;
}
</style>
border-color css
<style>
span { border-color: #F206BD; }
span { border-color: rgb(242,6,189); }
td.TdClassName
{
border-color: #F206BD;
}
.TagClassName
{
border-color: #F206BD;
}
</style>