Shades of Shocking Pink #F80FCB
Tints of Shocking Pink #F80FCB
RGB
CMYK
RGB Variations
Color information
#F80FCB (or 0xF80FCB) is known color: Shocking Pink. HEX triplet: F8, 0F and CB. RGB value is (248,15,203). Sum of RGB (Red+Green+Blue) = 248+15+203=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FCB is #07F034. Grayscale: #696969. Windows color (decimal): -520245 or 13307896. OLE color: 13307896.
HSL color Cylindrical-coordinate representation of color #F80FCB: hue angle of 311.59º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80FCB is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 203 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.03 |
| HSL | 311.59º | 0.94% | 0.52% | - |
| HSV(B) | 311.59º | 0.94% | 0.97% | - |
| XYZ | 49.66 | 24.61 | 58.63 | - |
| YUV | 106.1 | 182.69 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 203 | 0 | 0.94 | 0.18 | 0.03 | 311.59 | 0.94 | 0.52 |
| Hex | F8 | F | CB | 0 | 5E | 12 | 3 | 138 | 5E | 34 |
| Octal | 370 | 17 | 313 | 0 | 136 | 22 | 3 | 470 | 136 | 64 |
| Binary | 11111000 | 1111 | 11001011 | 0 | 1011110 | 10010 | 11 | 100111000 | 1011110 | 110100 |
Color Harmonies of #F80FCB
Complementary color
Monochromatic Colors of #F80FCB
Black with #F80FCB
Text Example
Text Example
White with #F80FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FCB; }
p { color: rgb(248,15,203); }
H1.HeaderClassName
{
color: #F80FCB;
}
.AnyTagClassName
{
color: #F80FCB;
}
</style>
background-color css
<style>
a { background-color: #F80FCB; }
a { background-color: rgb(248,15,203); }
div.DivClassName
{
background-color: #F80FCB;
}
.BgClassName
{
background-color: #F80FCB;
}
</style>
border-color css
<style>
span { border-color: #F80FCB; }
span { border-color: rgb(248,15,203); }
td.TdClassName
{
border-color: #F80FCB;
}
.TagClassName
{
border-color: #F80FCB;
}
</style>