Shades of Shocking Pink #F803BE
Tints of Shocking Pink #F803BE
RGB
CMYK
RGB Variations
Color information
#F803BE (or 0xF803BE) is known color: Shocking Pink. HEX triplet: F8, 03 and BE. RGB value is (248,3,190). Sum of RGB (Red+Green+Blue) = 248+3+190=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F803BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F803BE is #07FC41. Grayscale: #616161. Windows color (decimal): -523330 or 12452856. OLE color: 12452856.
HSL color Cylindrical-coordinate representation of color #F803BE: hue angle of 314.2º 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 #F803BE is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.03 |
| HSL | 314.2º | 0.98% | 0.49% | - |
| HSV(B) | 314.2º | 0.99% | 0.97% | - |
| XYZ | 48.04 | 23.74 | 50.77 | - |
| YUV | 97.57 | 180.17 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 190 | 0 | 0.99 | 0.23 | 0.03 | 314.2 | 0.98 | 0.49 |
| Hex | F8 | 3 | BE | 0 | 63 | 17 | 3 | 13A | 62 | 31 |
| Octal | 370 | 3 | 276 | 0 | 143 | 27 | 3 | 472 | 142 | 61 |
| Binary | 11111000 | 11 | 10111110 | 0 | 1100011 | 10111 | 11 | 100111010 | 1100010 | 110001 |
Color Harmonies of #F803BE
Complementary color
Monochromatic Colors of #F803BE
Black with #F803BE
Text Example
Text Example
White with #F803BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803BE; }
p { color: rgb(248,3,190); }
H1.HeaderClassName
{
color: #F803BE;
}
.AnyTagClassName
{
color: #F803BE;
}
</style>
background-color css
<style>
a { background-color: #F803BE; }
a { background-color: rgb(248,3,190); }
div.DivClassName
{
background-color: #F803BE;
}
.BgClassName
{
background-color: #F803BE;
}
</style>
border-color css
<style>
span { border-color: #F803BE; }
span { border-color: rgb(248,3,190); }
td.TdClassName
{
border-color: #F803BE;
}
.TagClassName
{
border-color: #F803BE;
}
</style>