Shades of Shocking Pink #F916C4
Tints of Shocking Pink #F916C4
RGB
CMYK
RGB Variations
Color information
#F916C4 (or 0xF916C4) is known color: Shocking Pink. HEX triplet: F9, 16 and C4. RGB value is (249,22,196). Sum of RGB (Red+Green+Blue) = 249+22+196=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 22 (8.98% from 255 or 4.71% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F916C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F916C4 is #06E93B. Grayscale: #6D6D6D. Windows color (decimal): -452924 or 12850937. OLE color: 12850937.
HSL color Cylindrical-coordinate representation of color #F916C4: hue angle of 314.01º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F916C4 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 196 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.02 |
| HSL | 314.01º | 0.95% | 0.53% | - |
| HSV(B) | 314.01º | 0.91% | 0.98% | - |
| XYZ | 49.32 | 24.7 | 54.39 | - |
| YUV | 109.71 | 176.71 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 196 | 0 | 0.91 | 0.21 | 0.02 | 314.01 | 0.95 | 0.53 |
| Hex | F9 | 16 | C4 | 0 | 5B | 15 | 2 | 13A | 5F | 35 |
| Octal | 371 | 26 | 304 | 0 | 133 | 25 | 2 | 472 | 137 | 65 |
| Binary | 11111001 | 10110 | 11000100 | 0 | 1011011 | 10101 | 10 | 100111010 | 1011111 | 110101 |
Color Harmonies of #F916C4
Complementary color
Monochromatic Colors of #F916C4
Black with #F916C4
Text Example
Text Example
White with #F916C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F916C4; }
p { color: rgb(249,22,196); }
H1.HeaderClassName
{
color: #F916C4;
}
.AnyTagClassName
{
color: #F916C4;
}
</style>
background-color css
<style>
a { background-color: #F916C4; }
a { background-color: rgb(249,22,196); }
div.DivClassName
{
background-color: #F916C4;
}
.BgClassName
{
background-color: #F916C4;
}
</style>
border-color css
<style>
span { border-color: #F916C4; }
span { border-color: rgb(249,22,196); }
td.TdClassName
{
border-color: #F916C4;
}
.TagClassName
{
border-color: #F916C4;
}
</style>