Shades of Shocking Pink #F813BC
Tints of Shocking Pink #F813BC
RGB
CMYK
RGB Variations
Color information
#F813BC (or 0xF813BC) is known color: Shocking Pink. HEX triplet: F8, 13 and BC. RGB value is (248,19,188). Sum of RGB (Red+Green+Blue) = 248+19+188=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F813BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F813BC is #07EC43. Grayscale: #6A6A6A. Windows color (decimal): -519236 or 12325880. OLE color: 12325880.
HSL color Cylindrical-coordinate representation of color #F813BC: hue angle of 315.72º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F813BC is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 188 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.03 |
| HSL | 315.72º | 0.94% | 0.52% | - |
| HSV(B) | 315.72º | 0.92% | 0.97% | - |
| XYZ | 48.02 | 24.05 | 49.69 | - |
| YUV | 106.74 | 173.87 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 188 | 0 | 0.92 | 0.24 | 0.03 | 315.72 | 0.94 | 0.52 |
| Hex | F8 | 13 | BC | 0 | 5C | 18 | 3 | 13C | 5E | 34 |
| Octal | 370 | 23 | 274 | 0 | 134 | 30 | 3 | 474 | 136 | 64 |
| Binary | 11111000 | 10011 | 10111100 | 0 | 1011100 | 11000 | 11 | 100111100 | 1011110 | 110100 |
Color Harmonies of #F813BC
Complementary color
Monochromatic Colors of #F813BC
Black with #F813BC
Text Example
Text Example
White with #F813BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F813BC; }
p { color: rgb(248,19,188); }
H1.HeaderClassName
{
color: #F813BC;
}
.AnyTagClassName
{
color: #F813BC;
}
</style>
background-color css
<style>
a { background-color: #F813BC; }
a { background-color: rgb(248,19,188); }
div.DivClassName
{
background-color: #F813BC;
}
.BgClassName
{
background-color: #F813BC;
}
</style>
border-color css
<style>
span { border-color: #F813BC; }
span { border-color: rgb(248,19,188); }
td.TdClassName
{
border-color: #F813BC;
}
.TagClassName
{
border-color: #F813BC;
}
</style>