Shades of Shocking Pink #F10CC1
Tints of Shocking Pink #F10CC1
RGB
CMYK
RGB Variations
Color information
#F10CC1 (or 0xF10CC1) is known color: Shocking Pink. HEX triplet: F1, 0C and C1. RGB value is (241,12,193). Sum of RGB (Red+Green+Blue) = 241+12+193=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10CC1 is #0EF33E. Grayscale: #646464. Windows color (decimal): -979775 or 12651761. OLE color: 12651761.
HSL color Cylindrical-coordinate representation of color #F10CC1: hue angle of 312.58º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10CC1 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 193 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.05 |
| HSL | 312.58º | 0.91% | 0.5% | - |
| HSV(B) | 312.58º | 0.95% | 0.95% | - |
| XYZ | 46.03 | 22.81 | 52.43 | - |
| YUV | 101.11 | 179.87 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 193 | 0 | 0.95 | 0.20 | 0.05 | 312.58 | 0.91 | 0.5 |
| Hex | F1 | C | C1 | 0 | 5F | 14 | 5 | 139 | 5B | 32 |
| Octal | 361 | 14 | 301 | 0 | 137 | 24 | 5 | 471 | 133 | 62 |
| Binary | 11110001 | 1100 | 11000001 | 0 | 1011111 | 10100 | 101 | 100111001 | 1011011 | 110010 |
Color Harmonies of #F10CC1
Complementary color
Monochromatic Colors of #F10CC1
Black with #F10CC1
Text Example
Text Example
White with #F10CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CC1; }
p { color: rgb(241,12,193); }
H1.HeaderClassName
{
color: #F10CC1;
}
.AnyTagClassName
{
color: #F10CC1;
}
</style>
background-color css
<style>
a { background-color: #F10CC1; }
a { background-color: rgb(241,12,193); }
div.DivClassName
{
background-color: #F10CC1;
}
.BgClassName
{
background-color: #F10CC1;
}
</style>
border-color css
<style>
span { border-color: #F10CC1; }
span { border-color: rgb(241,12,193); }
td.TdClassName
{
border-color: #F10CC1;
}
.TagClassName
{
border-color: #F10CC1;
}
</style>