Shades of Shocking Pink #F103C2
Tints of Shocking Pink #F103C2
RGB
CMYK
RGB Variations
Color information
#F103C2 (or 0xF103C2) is known color: Shocking Pink. HEX triplet: F1, 03 and C2. RGB value is (241,3,194). Sum of RGB (Red+Green+Blue) = 241+3+194=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F103C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103C2 is #0EFC3D. Grayscale: #5F5F5F. Windows color (decimal): -982078 or 12714993. OLE color: 12714993.
HSL color Cylindrical-coordinate representation of color #F103C2: hue angle of 311.85º 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 #F103C2 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 194 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.05 |
| HSL | 311.85º | 0.98% | 0.48% | - |
| HSV(B) | 311.85º | 0.99% | 0.95% | - |
| XYZ | 46.05 | 22.66 | 52.99 | - |
| YUV | 95.94 | 183.35 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 194 | 0 | 0.99 | 0.20 | 0.05 | 311.85 | 0.98 | 0.48 |
| Hex | F1 | 3 | C2 | 0 | 63 | 14 | 5 | 138 | 62 | 30 |
| Octal | 361 | 3 | 302 | 0 | 143 | 24 | 5 | 470 | 142 | 60 |
| Binary | 11110001 | 11 | 11000010 | 0 | 1100011 | 10100 | 101 | 100111000 | 1100010 | 110000 |
Color Harmonies of #F103C2
Complementary color
Monochromatic Colors of #F103C2
Black with #F103C2
Text Example
Text Example
White with #F103C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103C2; }
p { color: rgb(241,3,194); }
H1.HeaderClassName
{
color: #F103C2;
}
.AnyTagClassName
{
color: #F103C2;
}
</style>
background-color css
<style>
a { background-color: #F103C2; }
a { background-color: rgb(241,3,194); }
div.DivClassName
{
background-color: #F103C2;
}
.BgClassName
{
background-color: #F103C2;
}
</style>
border-color css
<style>
span { border-color: #F103C2; }
span { border-color: rgb(241,3,194); }
td.TdClassName
{
border-color: #F103C2;
}
.TagClassName
{
border-color: #F103C2;
}
</style>