Shades of Shocking Pink #F103C0
Tints of Shocking Pink #F103C0
RGB
CMYK
RGB Variations
Color information
#F103C0 (or 0xF103C0) is known color: Shocking Pink. HEX triplet: F1, 03 and C0. RGB value is (241,3,192). Sum of RGB (Red+Green+Blue) = 241+3+192=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F103C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103C0 is #0EFC3F. Grayscale: #5F5F5F. Windows color (decimal): -982080 or 12583921. OLE color: 12583921.
HSL color Cylindrical-coordinate representation of color #F103C0: hue angle of 312.35º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F103C0 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 192 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.05 |
| HSL | 312.35º | 0.98% | 0.48% | - |
| HSV(B) | 312.35º | 0.99% | 0.95% | - |
| XYZ | 45.82 | 22.57 | 51.81 | - |
| YUV | 95.71 | 182.35 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 192 | 0 | 0.99 | 0.20 | 0.05 | 312.35 | 0.98 | 0.48 |
| Hex | F1 | 3 | C0 | 0 | 63 | 14 | 5 | 138 | 62 | 30 |
| Octal | 361 | 3 | 300 | 0 | 143 | 24 | 5 | 470 | 142 | 60 |
| Binary | 11110001 | 11 | 11000000 | 0 | 1100011 | 10100 | 101 | 100111000 | 1100010 | 110000 |
Color Harmonies of #F103C0
Complementary color
Monochromatic Colors of #F103C0
Black with #F103C0
Text Example
Text Example
White with #F103C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103C0; }
p { color: rgb(241,3,192); }
H1.HeaderClassName
{
color: #F103C0;
}
.AnyTagClassName
{
color: #F103C0;
}
</style>
background-color css
<style>
a { background-color: #F103C0; }
a { background-color: rgb(241,3,192); }
div.DivClassName
{
background-color: #F103C0;
}
.BgClassName
{
background-color: #F103C0;
}
</style>
border-color css
<style>
span { border-color: #F103C0; }
span { border-color: rgb(241,3,192); }
td.TdClassName
{
border-color: #F103C0;
}
.TagClassName
{
border-color: #F103C0;
}
</style>