Shades of Shocking Pink #F803BD
Tints of Shocking Pink #F803BD
RGB
CMYK
RGB Variations
Color information
#F803BD (or 0xF803BD) is known color: Shocking Pink. HEX triplet: F8, 03 and BD. RGB value is (248,3,189). Sum of RGB (Red+Green+Blue) = 248+3+189=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 3 (1.56% from 255 or 0.68% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F803BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F803BD is #07FC42. Grayscale: #606060. Windows color (decimal): -523331 or 12387320. OLE color: 12387320.
HSL color Cylindrical-coordinate representation of color #F803BD: hue angle of 314.45º 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 #F803BD is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 189 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.03 |
| HSL | 314.45º | 0.98% | 0.49% | - |
| HSV(B) | 314.45º | 0.99% | 0.97% | - |
| XYZ | 47.93 | 23.7 | 50.19 | - |
| YUV | 97.46 | 179.67 | 235.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 189 | 0 | 0.99 | 0.24 | 0.03 | 314.45 | 0.98 | 0.49 |
| Hex | F8 | 3 | BD | 0 | 63 | 18 | 3 | 13A | 62 | 31 |
| Octal | 370 | 3 | 275 | 0 | 143 | 30 | 3 | 472 | 142 | 61 |
| Binary | 11111000 | 11 | 10111101 | 0 | 1100011 | 11000 | 11 | 100111010 | 1100010 | 110001 |
Color Harmonies of #F803BD
Complementary color
Monochromatic Colors of #F803BD
Black with #F803BD
Text Example
Text Example
White with #F803BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803BD; }
p { color: rgb(248,3,189); }
H1.HeaderClassName
{
color: #F803BD;
}
.AnyTagClassName
{
color: #F803BD;
}
</style>
background-color css
<style>
a { background-color: #F803BD; }
a { background-color: rgb(248,3,189); }
div.DivClassName
{
background-color: #F803BD;
}
.BgClassName
{
background-color: #F803BD;
}
</style>
border-color css
<style>
span { border-color: #F803BD; }
span { border-color: rgb(248,3,189); }
td.TdClassName
{
border-color: #F803BD;
}
.TagClassName
{
border-color: #F803BD;
}
</style>