Shades of Shocking Pink #F202B6
Tints of Shocking Pink #F202B6
RGB
CMYK
RGB Variations
Color information
#F202B6 (or 0xF202B6) is known color: Shocking Pink. HEX triplet: F2, 02 and B6. RGB value is (242,2,182). Sum of RGB (Red+Green+Blue) = 242+2+182=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F202B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F202B6 is #0DFD49. Grayscale: #5D5D5D. Windows color (decimal): -916810 or 11928306. OLE color: 11928306.
HSL color Cylindrical-coordinate representation of color #F202B6: hue angle of 315º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F202B6 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 182 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.05 |
| HSL | 315º | 0.98% | 0.48% | - |
| HSV(B) | 315º | 0.99% | 0.95% | - |
| XYZ | 45.08 | 22.3 | 46.18 | - |
| YUV | 94.28 | 177.51 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 182 | 0 | 0.99 | 0.25 | 0.05 | 315 | 0.98 | 0.48 |
| Hex | F2 | 2 | B6 | 0 | 63 | 19 | 5 | 13B | 62 | 30 |
| Octal | 362 | 2 | 266 | 0 | 143 | 31 | 5 | 473 | 142 | 60 |
| Binary | 11110010 | 10 | 10110110 | 0 | 1100011 | 11001 | 101 | 100111011 | 1100010 | 110000 |
Color Harmonies of #F202B6
Complementary color
Monochromatic Colors of #F202B6
Black with #F202B6
Text Example
Text Example
White with #F202B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202B6; }
p { color: rgb(242,2,182); }
H1.HeaderClassName
{
color: #F202B6;
}
.AnyTagClassName
{
color: #F202B6;
}
</style>
background-color css
<style>
a { background-color: #F202B6; }
a { background-color: rgb(242,2,182); }
div.DivClassName
{
background-color: #F202B6;
}
.BgClassName
{
background-color: #F202B6;
}
</style>
border-color css
<style>
span { border-color: #F202B6; }
span { border-color: rgb(242,2,182); }
td.TdClassName
{
border-color: #F202B6;
}
.TagClassName
{
border-color: #F202B6;
}
</style>