Shades of Shocking Pink #F803BC
Tints of Shocking Pink #F803BC
RGB
CMYK
RGB Variations
Color information
#F803BC (or 0xF803BC) is known color: Shocking Pink. HEX triplet: F8, 03 and BC. RGB value is (248,3,188). Sum of RGB (Red+Green+Blue) = 248+3+188=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F803BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F803BC is #07FC43. Grayscale: #606060. Windows color (decimal): -523332 or 12321784. OLE color: 12321784.
HSL color Cylindrical-coordinate representation of color #F803BC: hue angle of 314.69º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F803BC is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 188 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.03 |
| HSL | 314.69º | 0.98% | 0.49% | - |
| HSV(B) | 314.69º | 0.99% | 0.97% | - |
| XYZ | 47.82 | 23.65 | 49.62 | - |
| YUV | 97.35 | 179.17 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 188 | 0 | 0.99 | 0.24 | 0.03 | 314.69 | 0.98 | 0.49 |
| Hex | F8 | 3 | BC | 0 | 63 | 18 | 3 | 13B | 62 | 31 |
| Octal | 370 | 3 | 274 | 0 | 143 | 30 | 3 | 473 | 142 | 61 |
| Binary | 11111000 | 11 | 10111100 | 0 | 1100011 | 11000 | 11 | 100111011 | 1100010 | 110001 |
Color Harmonies of #F803BC
Complementary color
Monochromatic Colors of #F803BC
Black with #F803BC
Text Example
Text Example
White with #F803BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803BC; }
p { color: rgb(248,3,188); }
H1.HeaderClassName
{
color: #F803BC;
}
.AnyTagClassName
{
color: #F803BC;
}
</style>
background-color css
<style>
a { background-color: #F803BC; }
a { background-color: rgb(248,3,188); }
div.DivClassName
{
background-color: #F803BC;
}
.BgClassName
{
background-color: #F803BC;
}
</style>
border-color css
<style>
span { border-color: #F803BC; }
span { border-color: rgb(248,3,188); }
td.TdClassName
{
border-color: #F803BC;
}
.TagClassName
{
border-color: #F803BC;
}
</style>