Shades of Shocking Pink #F10CB6
Tints of Shocking Pink #F10CB6
RGB
CMYK
RGB Variations
Color information
#F10CB6 (or 0xF10CB6) is known color: Shocking Pink. HEX triplet: F1, 0C and B6. RGB value is (241,12,182). Sum of RGB (Red+Green+Blue) = 241+12+182=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10CB6 is #0EF349. Grayscale: #636363. Windows color (decimal): -979786 or 11930865. OLE color: 11930865.
HSL color Cylindrical-coordinate representation of color #F10CB6: hue angle of 315.46º 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 #F10CB6 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 182 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.05 |
| HSL | 315.46º | 0.91% | 0.5% | - |
| HSV(B) | 315.46º | 0.95% | 0.95% | - |
| XYZ | 44.85 | 22.34 | 46.2 | - |
| YUV | 99.85 | 174.37 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 182 | 0 | 0.95 | 0.24 | 0.05 | 315.46 | 0.91 | 0.5 |
| Hex | F1 | C | B6 | 0 | 5F | 18 | 5 | 13B | 5B | 32 |
| Octal | 361 | 14 | 266 | 0 | 137 | 30 | 5 | 473 | 133 | 62 |
| Binary | 11110001 | 1100 | 10110110 | 0 | 1011111 | 11000 | 101 | 100111011 | 1011011 | 110010 |
Color Harmonies of #F10CB6
Complementary color
Monochromatic Colors of #F10CB6
Black with #F10CB6
Text Example
Text Example
White with #F10CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CB6; }
p { color: rgb(241,12,182); }
H1.HeaderClassName
{
color: #F10CB6;
}
.AnyTagClassName
{
color: #F10CB6;
}
</style>
background-color css
<style>
a { background-color: #F10CB6; }
a { background-color: rgb(241,12,182); }
div.DivClassName
{
background-color: #F10CB6;
}
.BgClassName
{
background-color: #F10CB6;
}
</style>
border-color css
<style>
span { border-color: #F10CB6; }
span { border-color: rgb(241,12,182); }
td.TdClassName
{
border-color: #F10CB6;
}
.TagClassName
{
border-color: #F10CB6;
}
</style>