Shades of Shocking Pink #F217BE
Tints of Shocking Pink #F217BE
RGB
CMYK
RGB Variations
Color information
#F217BE (or 0xF217BE) is known color: Shocking Pink. HEX triplet: F2, 17 and BE. RGB value is (242,23,190). Sum of RGB (Red+Green+Blue) = 242+23+190=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 23 (9.38% from 255 or 5.05% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F217BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217BE is #0DE841. Grayscale: #6B6B6B. Windows color (decimal): -911426 or 12457970. OLE color: 12457970.
HSL color Cylindrical-coordinate representation of color #F217BE: hue angle of 314.25º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F217BE is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 190 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.05 |
| HSL | 314.25º | 0.89% | 0.52% | - |
| HSV(B) | 314.25º | 0.9% | 0.95% | - |
| XYZ | 46.22 | 23.21 | 50.76 | - |
| YUV | 107.52 | 174.55 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 190 | 0 | 0.90 | 0.21 | 0.05 | 314.25 | 0.89 | 0.52 |
| Hex | F2 | 17 | BE | 0 | 5A | 15 | 5 | 13A | 59 | 34 |
| Octal | 362 | 27 | 276 | 0 | 132 | 25 | 5 | 472 | 131 | 64 |
| Binary | 11110010 | 10111 | 10111110 | 0 | 1011010 | 10101 | 101 | 100111010 | 1011001 | 110100 |
Color Harmonies of #F217BE
Complementary color
Monochromatic Colors of #F217BE
Black with #F217BE
Text Example
Text Example
White with #F217BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217BE; }
p { color: rgb(242,23,190); }
H1.HeaderClassName
{
color: #F217BE;
}
.AnyTagClassName
{
color: #F217BE;
}
</style>
background-color css
<style>
a { background-color: #F217BE; }
a { background-color: rgb(242,23,190); }
div.DivClassName
{
background-color: #F217BE;
}
.BgClassName
{
background-color: #F217BE;
}
</style>
border-color css
<style>
span { border-color: #F217BE; }
span { border-color: rgb(242,23,190); }
td.TdClassName
{
border-color: #F217BE;
}
.TagClassName
{
border-color: #F217BE;
}
</style>