Shades of Shocking Pink #F816C3
Tints of Shocking Pink #F816C3
RGB
CMYK
RGB Variations
Color information
#F816C3 (or 0xF816C3) is known color: Shocking Pink. HEX triplet: F8, 16 and C3. RGB value is (248,22,195). Sum of RGB (Red+Green+Blue) = 248+22+195=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F816C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F816C3 is #07E93C. Grayscale: #6C6C6C. Windows color (decimal): -518461 or 12785400. OLE color: 12785400.
HSL color Cylindrical-coordinate representation of color #F816C3: hue angle of 314.07º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F816C3 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 195 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.03 |
| HSL | 314.07º | 0.94% | 0.53% | - |
| HSV(B) | 314.07º | 0.91% | 0.97% | - |
| XYZ | 48.85 | 24.47 | 53.78 | - |
| YUV | 109.3 | 176.37 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 195 | 0 | 0.91 | 0.21 | 0.03 | 314.07 | 0.94 | 0.53 |
| Hex | F8 | 16 | C3 | 0 | 5B | 15 | 3 | 13A | 5E | 35 |
| Octal | 370 | 26 | 303 | 0 | 133 | 25 | 3 | 472 | 136 | 65 |
| Binary | 11111000 | 10110 | 11000011 | 0 | 1011011 | 10101 | 11 | 100111010 | 1011110 | 110101 |
Color Harmonies of #F816C3
Complementary color
Monochromatic Colors of #F816C3
Black with #F816C3
Text Example
Text Example
White with #F816C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F816C3; }
p { color: rgb(248,22,195); }
H1.HeaderClassName
{
color: #F816C3;
}
.AnyTagClassName
{
color: #F816C3;
}
</style>
background-color css
<style>
a { background-color: #F816C3; }
a { background-color: rgb(248,22,195); }
div.DivClassName
{
background-color: #F816C3;
}
.BgClassName
{
background-color: #F816C3;
}
</style>
border-color css
<style>
span { border-color: #F816C3; }
span { border-color: rgb(248,22,195); }
td.TdClassName
{
border-color: #F816C3;
}
.TagClassName
{
border-color: #F816C3;
}
</style>