Shades of Shocking Pink #F219CF
Tints of Shocking Pink #F219CF
RGB
CMYK
RGB Variations
Color information
#F219CF (or 0xF219CF) is known color: Shocking Pink. HEX triplet: F2, 19 and CF. RGB value is (242,25,207). Sum of RGB (Red+Green+Blue) = 242+25+207=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F219CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F219CF is #0DE630. Grayscale: #6E6E6E. Windows color (decimal): -910897 or 13572594. OLE color: 13572594.
HSL color Cylindrical-coordinate representation of color #F219CF: hue angle of 309.68º 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 #F219CF is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 207 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.05 |
| HSL | 309.68º | 0.89% | 0.52% | - |
| HSV(B) | 309.68º | 0.9% | 0.95% | - |
| XYZ | 48.23 | 24.08 | 61.14 | - |
| YUV | 110.63 | 182.39 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 207 | 0 | 0.90 | 0.14 | 0.05 | 309.68 | 0.89 | 0.52 |
| Hex | F2 | 19 | CF | 0 | 5A | E | 5 | 136 | 59 | 34 |
| Octal | 362 | 31 | 317 | 0 | 132 | 16 | 5 | 466 | 131 | 64 |
| Binary | 11110010 | 11001 | 11001111 | 0 | 1011010 | 1110 | 101 | 100110110 | 1011001 | 110100 |
Color Harmonies of #F219CF
Complementary color
Monochromatic Colors of #F219CF
Black with #F219CF
Text Example
Text Example
White with #F219CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219CF; }
p { color: rgb(242,25,207); }
H1.HeaderClassName
{
color: #F219CF;
}
.AnyTagClassName
{
color: #F219CF;
}
</style>
background-color css
<style>
a { background-color: #F219CF; }
a { background-color: rgb(242,25,207); }
div.DivClassName
{
background-color: #F219CF;
}
.BgClassName
{
background-color: #F219CF;
}
</style>
border-color css
<style>
span { border-color: #F219CF; }
span { border-color: rgb(242,25,207); }
td.TdClassName
{
border-color: #F219CF;
}
.TagClassName
{
border-color: #F219CF;
}
</style>