Shades of Shocking Pink #F223BD
Tints of Shocking Pink #F223BD
RGB
CMYK
RGB Variations
Color information
#F223BD (or 0xF223BD) is known color: Shocking Pink. HEX triplet: F2, 23 and BD. RGB value is (242,35,189). Sum of RGB (Red+Green+Blue) = 242+35+189=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F223BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F223BD is #0DDC42. Grayscale: #727272. Windows color (decimal): -908355 or 12395506. OLE color: 12395506.
HSL color Cylindrical-coordinate representation of color #F223BD: hue angle of 315.36º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F223BD is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 189 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.05 |
| HSL | 315.36º | 0.89% | 0.54% | - |
| HSV(B) | 315.36º | 0.86% | 0.95% | - |
| XYZ | 46.4 | 23.75 | 50.28 | - |
| YUV | 114.45 | 170.08 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 189 | 0 | 0.86 | 0.22 | 0.05 | 315.36 | 0.89 | 0.54 |
| Hex | F2 | 23 | BD | 0 | 56 | 16 | 5 | 13B | 59 | 36 |
| Octal | 362 | 43 | 275 | 0 | 126 | 26 | 5 | 473 | 131 | 66 |
| Binary | 11110010 | 100011 | 10111101 | 0 | 1010110 | 10110 | 101 | 100111011 | 1011001 | 110110 |
Color Harmonies of #F223BD
Complementary color
Monochromatic Colors of #F223BD
Black with #F223BD
Text Example
Text Example
White with #F223BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F223BD; }
p { color: rgb(242,35,189); }
H1.HeaderClassName
{
color: #F223BD;
}
.AnyTagClassName
{
color: #F223BD;
}
</style>
background-color css
<style>
a { background-color: #F223BD; }
a { background-color: rgb(242,35,189); }
div.DivClassName
{
background-color: #F223BD;
}
.BgClassName
{
background-color: #F223BD;
}
</style>
border-color css
<style>
span { border-color: #F223BD; }
span { border-color: rgb(242,35,189); }
td.TdClassName
{
border-color: #F223BD;
}
.TagClassName
{
border-color: #F223BD;
}
</style>