Shades of Shocking Pink #F919C5
Tints of Shocking Pink #F919C5
RGB
CMYK
RGB Variations
Color information
#F919C5 (or 0xF919C5) is known color: Shocking Pink. HEX triplet: F9, 19 and C5. RGB value is (249,25,197). Sum of RGB (Red+Green+Blue) = 249+25+197=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F919C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F919C5 is #06E63A. Grayscale: #6F6F6F. Windows color (decimal): -452155 or 12917241. OLE color: 12917241.
HSL color Cylindrical-coordinate representation of color #F919C5: hue angle of 313.93º 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 #F919C5 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 197 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.02 |
| HSL | 313.93º | 0.95% | 0.54% | - |
| HSV(B) | 313.93º | 0.9% | 0.98% | - |
| XYZ | 49.49 | 24.87 | 55.01 | - |
| YUV | 111.58 | 176.21 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 197 | 0 | 0.90 | 0.21 | 0.02 | 313.93 | 0.95 | 0.54 |
| Hex | F9 | 19 | C5 | 0 | 5A | 15 | 2 | 13A | 5F | 36 |
| Octal | 371 | 31 | 305 | 0 | 132 | 25 | 2 | 472 | 137 | 66 |
| Binary | 11111001 | 11001 | 11000101 | 0 | 1011010 | 10101 | 10 | 100111010 | 1011111 | 110110 |
Color Harmonies of #F919C5
Complementary color
Monochromatic Colors of #F919C5
Black with #F919C5
Text Example
Text Example
White with #F919C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919C5; }
p { color: rgb(249,25,197); }
H1.HeaderClassName
{
color: #F919C5;
}
.AnyTagClassName
{
color: #F919C5;
}
</style>
background-color css
<style>
a { background-color: #F919C5; }
a { background-color: rgb(249,25,197); }
div.DivClassName
{
background-color: #F919C5;
}
.BgClassName
{
background-color: #F919C5;
}
</style>
border-color css
<style>
span { border-color: #F919C5; }
span { border-color: rgb(249,25,197); }
td.TdClassName
{
border-color: #F919C5;
}
.TagClassName
{
border-color: #F919C5;
}
</style>