Shades of Shocking Pink #F81CC4
Tints of Shocking Pink #F81CC4
RGB
CMYK
RGB Variations
Color information
#F81CC4 (or 0xF81CC4) is known color: Shocking Pink. HEX triplet: F8, 1C and C4. RGB value is (248,28,196). Sum of RGB (Red+Green+Blue) = 248+28+196=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81CC4 is #07E33B. Grayscale: #707070. Windows color (decimal): -516924 or 12852472. OLE color: 12852472.
HSL color Cylindrical-coordinate representation of color #F81CC4: hue angle of 314.18º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81CC4 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 196 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.03 |
| HSL | 314.18º | 0.94% | 0.54% | - |
| HSV(B) | 314.18º | 0.89% | 0.97% | - |
| XYZ | 49.09 | 24.77 | 54.42 | - |
| YUV | 112.93 | 174.89 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 196 | 0 | 0.89 | 0.21 | 0.03 | 314.18 | 0.94 | 0.54 |
| Hex | F8 | 1C | C4 | 0 | 59 | 15 | 3 | 13A | 5E | 36 |
| Octal | 370 | 34 | 304 | 0 | 131 | 25 | 3 | 472 | 136 | 66 |
| Binary | 11111000 | 11100 | 11000100 | 0 | 1011001 | 10101 | 11 | 100111010 | 1011110 | 110110 |
Color Harmonies of #F81CC4
Complementary color
Monochromatic Colors of #F81CC4
Black with #F81CC4
Text Example
Text Example
White with #F81CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CC4; }
p { color: rgb(248,28,196); }
H1.HeaderClassName
{
color: #F81CC4;
}
.AnyTagClassName
{
color: #F81CC4;
}
</style>
background-color css
<style>
a { background-color: #F81CC4; }
a { background-color: rgb(248,28,196); }
div.DivClassName
{
background-color: #F81CC4;
}
.BgClassName
{
background-color: #F81CC4;
}
</style>
border-color css
<style>
span { border-color: #F81CC4; }
span { border-color: rgb(248,28,196); }
td.TdClassName
{
border-color: #F81CC4;
}
.TagClassName
{
border-color: #F81CC4;
}
</style>