Shades of Shocking Pink #F919CF
Tints of Shocking Pink #F919CF
RGB
CMYK
RGB Variations
Color information
#F919CF (or 0xF919CF) is known color: Shocking Pink. HEX triplet: F9, 19 and CF. RGB value is (249,25,207). Sum of RGB (Red+Green+Blue) = 249+25+207=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F919CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F919CF is #06E630. Grayscale: #707070. Windows color (decimal): -452145 or 13572601. OLE color: 13572601.
HSL color Cylindrical-coordinate representation of color #F919CF: hue angle of 311.25º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919CF is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 207 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.02 |
| HSL | 311.25º | 0.95% | 0.54% | - |
| HSV(B) | 311.25º | 0.9% | 0.98% | - |
| XYZ | 50.68 | 25.34 | 61.25 | - |
| YUV | 112.72 | 181.21 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 207 | 0 | 0.90 | 0.17 | 0.02 | 311.25 | 0.95 | 0.54 |
| Hex | F9 | 19 | CF | 0 | 5A | 11 | 2 | 137 | 5F | 36 |
| Octal | 371 | 31 | 317 | 0 | 132 | 21 | 2 | 467 | 137 | 66 |
| Binary | 11111001 | 11001 | 11001111 | 0 | 1011010 | 10001 | 10 | 100110111 | 1011111 | 110110 |
Color Harmonies of #F919CF
Complementary color
Monochromatic Colors of #F919CF
Black with #F919CF
Text Example
Text Example
White with #F919CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919CF; }
p { color: rgb(249,25,207); }
H1.HeaderClassName
{
color: #F919CF;
}
.AnyTagClassName
{
color: #F919CF;
}
</style>
background-color css
<style>
a { background-color: #F919CF; }
a { background-color: rgb(249,25,207); }
div.DivClassName
{
background-color: #F919CF;
}
.BgClassName
{
background-color: #F919CF;
}
</style>
border-color css
<style>
span { border-color: #F919CF; }
span { border-color: rgb(249,25,207); }
td.TdClassName
{
border-color: #F919CF;
}
.TagClassName
{
border-color: #F919CF;
}
</style>