Shades of Shocking Pink #F803BF
Tints of Shocking Pink #F803BF
RGB
CMYK
RGB Variations
Color information
#F803BF (or 0xF803BF) is known color: Shocking Pink. HEX triplet: F8, 03 and BF. RGB value is (248,3,191). Sum of RGB (Red+Green+Blue) = 248+3+191=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F803BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F803BF is #07FC40. Grayscale: #616161. Windows color (decimal): -523329 or 12518392. OLE color: 12518392.
HSL color Cylindrical-coordinate representation of color #F803BF: hue angle of 313.96º 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 #F803BF is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 191 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.03 |
| HSL | 313.96º | 0.98% | 0.49% | - |
| HSV(B) | 313.96º | 0.99% | 0.97% | - |
| XYZ | 48.15 | 23.78 | 51.34 | - |
| YUV | 97.69 | 180.67 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 191 | 0 | 0.99 | 0.23 | 0.03 | 313.96 | 0.98 | 0.49 |
| Hex | F8 | 3 | BF | 0 | 63 | 17 | 3 | 13A | 62 | 31 |
| Octal | 370 | 3 | 277 | 0 | 143 | 27 | 3 | 472 | 142 | 61 |
| Binary | 11111000 | 11 | 10111111 | 0 | 1100011 | 10111 | 11 | 100111010 | 1100010 | 110001 |
Color Harmonies of #F803BF
Complementary color
Monochromatic Colors of #F803BF
Black with #F803BF
Text Example
Text Example
White with #F803BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803BF; }
p { color: rgb(248,3,191); }
H1.HeaderClassName
{
color: #F803BF;
}
.AnyTagClassName
{
color: #F803BF;
}
</style>
background-color css
<style>
a { background-color: #F803BF; }
a { background-color: rgb(248,3,191); }
div.DivClassName
{
background-color: #F803BF;
}
.BgClassName
{
background-color: #F803BF;
}
</style>
border-color css
<style>
span { border-color: #F803BF; }
span { border-color: rgb(248,3,191); }
td.TdClassName
{
border-color: #F803BF;
}
.TagClassName
{
border-color: #F803BF;
}
</style>