Shades of Shocking Pink #F918C5
Tints of Shocking Pink #F918C5
RGB
CMYK
RGB Variations
Color information
#F918C5 (or 0xF918C5) is known color: Shocking Pink. HEX triplet: F9, 18 and C5. RGB value is (249,24,197). Sum of RGB (Red+Green+Blue) = 249+24+197=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F918C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918C5 is #06E73A. Grayscale: #6E6E6E. Windows color (decimal): -452411 or 12916985. OLE color: 12916985.
HSL color Cylindrical-coordinate representation of color #F918C5: hue angle of 313.87º 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 #F918C5 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 197 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.02 |
| HSL | 313.87º | 0.95% | 0.54% | - |
| HSV(B) | 313.87º | 0.9% | 0.98% | - |
| XYZ | 49.47 | 24.82 | 55.01 | - |
| YUV | 111 | 176.54 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 197 | 0 | 0.90 | 0.21 | 0.02 | 313.87 | 0.95 | 0.54 |
| Hex | F9 | 18 | C5 | 0 | 5A | 15 | 2 | 13A | 5F | 36 |
| Octal | 371 | 30 | 305 | 0 | 132 | 25 | 2 | 472 | 137 | 66 |
| Binary | 11111001 | 11000 | 11000101 | 0 | 1011010 | 10101 | 10 | 100111010 | 1011111 | 110110 |
Color Harmonies of #F918C5
Complementary color
Monochromatic Colors of #F918C5
Black with #F918C5
Text Example
Text Example
White with #F918C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918C5; }
p { color: rgb(249,24,197); }
H1.HeaderClassName
{
color: #F918C5;
}
.AnyTagClassName
{
color: #F918C5;
}
</style>
background-color css
<style>
a { background-color: #F918C5; }
a { background-color: rgb(249,24,197); }
div.DivClassName
{
background-color: #F918C5;
}
.BgClassName
{
background-color: #F918C5;
}
</style>
border-color css
<style>
span { border-color: #F918C5; }
span { border-color: rgb(249,24,197); }
td.TdClassName
{
border-color: #F918C5;
}
.TagClassName
{
border-color: #F918C5;
}
</style>