Shades of Shocking Pink #F219B7
Tints of Shocking Pink #F219B7
RGB
CMYK
RGB Variations
Color information
#F219B7 (or 0xF219B7) is known color: Shocking Pink. HEX triplet: F2, 19 and B7. RGB value is (242,25,183). Sum of RGB (Red+Green+Blue) = 242+25+183=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F219B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F219B7 is #0DE648. Grayscale: #6B6B6B. Windows color (decimal): -910921 or 11999730. OLE color: 11999730.
HSL color Cylindrical-coordinate representation of color #F219B7: hue angle of 316.31º 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 #F219B7 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 183 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.05 |
| HSL | 316.31º | 0.89% | 0.52% | - |
| HSV(B) | 316.31º | 0.9% | 0.95% | - |
| XYZ | 45.51 | 22.99 | 46.84 | - |
| YUV | 107.9 | 170.39 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 183 | 0 | 0.90 | 0.24 | 0.05 | 316.31 | 0.89 | 0.52 |
| Hex | F2 | 19 | B7 | 0 | 5A | 18 | 5 | 13C | 59 | 34 |
| Octal | 362 | 31 | 267 | 0 | 132 | 30 | 5 | 474 | 131 | 64 |
| Binary | 11110010 | 11001 | 10110111 | 0 | 1011010 | 11000 | 101 | 100111100 | 1011001 | 110100 |
Color Harmonies of #F219B7
Complementary color
Monochromatic Colors of #F219B7
Black with #F219B7
Text Example
Text Example
White with #F219B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219B7; }
p { color: rgb(242,25,183); }
H1.HeaderClassName
{
color: #F219B7;
}
.AnyTagClassName
{
color: #F219B7;
}
</style>
background-color css
<style>
a { background-color: #F219B7; }
a { background-color: rgb(242,25,183); }
div.DivClassName
{
background-color: #F219B7;
}
.BgClassName
{
background-color: #F219B7;
}
</style>
border-color css
<style>
span { border-color: #F219B7; }
span { border-color: rgb(242,25,183); }
td.TdClassName
{
border-color: #F219B7;
}
.TagClassName
{
border-color: #F219B7;
}
</style>