Shades of Shocking Pink #F80CCB
Tints of Shocking Pink #F80CCB
RGB
CMYK
RGB Variations
Color information
#F80CCB (or 0xF80CCB) is known color: Shocking Pink. HEX triplet: F8, 0C and CB. RGB value is (248,12,203). Sum of RGB (Red+Green+Blue) = 248+12+203=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CCB is #07F334. Grayscale: #676767. Windows color (decimal): -521013 or 13307128. OLE color: 13307128.
HSL color Cylindrical-coordinate representation of color #F80CCB: hue angle of 311.44º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80CCB is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 203 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.03 |
| HSL | 311.44º | 0.94% | 0.51% | - |
| HSV(B) | 311.44º | 0.95% | 0.97% | - |
| XYZ | 49.62 | 24.53 | 58.62 | - |
| YUV | 104.34 | 183.69 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 203 | 0 | 0.95 | 0.18 | 0.03 | 311.44 | 0.94 | 0.51 |
| Hex | F8 | C | CB | 0 | 5F | 12 | 3 | 137 | 5E | 33 |
| Octal | 370 | 14 | 313 | 0 | 137 | 22 | 3 | 467 | 136 | 63 |
| Binary | 11111000 | 1100 | 11001011 | 0 | 1011111 | 10010 | 11 | 100110111 | 1011110 | 110011 |
Color Harmonies of #F80CCB
Complementary color
Monochromatic Colors of #F80CCB
Black with #F80CCB
Text Example
Text Example
White with #F80CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CCB; }
p { color: rgb(248,12,203); }
H1.HeaderClassName
{
color: #F80CCB;
}
.AnyTagClassName
{
color: #F80CCB;
}
</style>
background-color css
<style>
a { background-color: #F80CCB; }
a { background-color: rgb(248,12,203); }
div.DivClassName
{
background-color: #F80CCB;
}
.BgClassName
{
background-color: #F80CCB;
}
</style>
border-color css
<style>
span { border-color: #F80CCB; }
span { border-color: rgb(248,12,203); }
td.TdClassName
{
border-color: #F80CCB;
}
.TagClassName
{
border-color: #F80CCB;
}
</style>