Shades of Shocking Pink #F105C2
Tints of Shocking Pink #F105C2
RGB
CMYK
RGB Variations
Color information
#F105C2 (or 0xF105C2) is known color: Shocking Pink. HEX triplet: F1, 05 and C2. RGB value is (241,5,194). Sum of RGB (Red+Green+Blue) = 241+5+194=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F105C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F105C2 is #0EFA3D. Grayscale: #606060. Windows color (decimal): -981566 or 12715505. OLE color: 12715505.
HSL color Cylindrical-coordinate representation of color #F105C2: hue angle of 311.95º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F105C2 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 194 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.05 |
| HSL | 311.95º | 0.96% | 0.48% | - |
| HSV(B) | 311.95º | 0.98% | 0.95% | - |
| XYZ | 46.07 | 22.7 | 52.99 | - |
| YUV | 97.11 | 182.69 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 194 | 0 | 0.98 | 0.20 | 0.05 | 311.95 | 0.96 | 0.48 |
| Hex | F1 | 5 | C2 | 0 | 62 | 14 | 5 | 138 | 60 | 30 |
| Octal | 361 | 5 | 302 | 0 | 142 | 24 | 5 | 470 | 140 | 60 |
| Binary | 11110001 | 101 | 11000010 | 0 | 1100010 | 10100 | 101 | 100111000 | 1100000 | 110000 |
Color Harmonies of #F105C2
Complementary color
Monochromatic Colors of #F105C2
Black with #F105C2
Text Example
Text Example
White with #F105C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105C2; }
p { color: rgb(241,5,194); }
H1.HeaderClassName
{
color: #F105C2;
}
.AnyTagClassName
{
color: #F105C2;
}
</style>
background-color css
<style>
a { background-color: #F105C2; }
a { background-color: rgb(241,5,194); }
div.DivClassName
{
background-color: #F105C2;
}
.BgClassName
{
background-color: #F105C2;
}
</style>
border-color css
<style>
span { border-color: #F105C2; }
span { border-color: rgb(241,5,194); }
td.TdClassName
{
border-color: #F105C2;
}
.TagClassName
{
border-color: #F105C2;
}
</style>