Shades of Shocking Pink #F115CB
Tints of Shocking Pink #F115CB
RGB
CMYK
RGB Variations
Color information
#F115CB (or 0xF115CB) is known color: Shocking Pink. HEX triplet: F1, 15 and CB. RGB value is (241,21,203). Sum of RGB (Red+Green+Blue) = 241+21+203=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F115CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115CB is #0EEA34. Grayscale: #6B6B6B. Windows color (decimal): -977461 or 13309425. OLE color: 13309425.
HSL color Cylindrical-coordinate representation of color #F115CB: hue angle of 310.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F115CB is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 203 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.05 |
| HSL | 310.36º | 0.89% | 0.51% | - |
| HSV(B) | 310.36º | 0.91% | 0.95% | - |
| XYZ | 47.32 | 23.55 | 58.55 | - |
| YUV | 107.53 | 181.89 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 203 | 0 | 0.91 | 0.16 | 0.05 | 310.36 | 0.89 | 0.51 |
| Hex | F1 | 15 | CB | 0 | 5B | 10 | 5 | 136 | 59 | 33 |
| Octal | 361 | 25 | 313 | 0 | 133 | 20 | 5 | 466 | 131 | 63 |
| Binary | 11110001 | 10101 | 11001011 | 0 | 1011011 | 10000 | 101 | 100110110 | 1011001 | 110011 |
Color Harmonies of #F115CB
Complementary color
Monochromatic Colors of #F115CB
Black with #F115CB
Text Example
Text Example
White with #F115CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115CB; }
p { color: rgb(241,21,203); }
H1.HeaderClassName
{
color: #F115CB;
}
.AnyTagClassName
{
color: #F115CB;
}
</style>
background-color css
<style>
a { background-color: #F115CB; }
a { background-color: rgb(241,21,203); }
div.DivClassName
{
background-color: #F115CB;
}
.BgClassName
{
background-color: #F115CB;
}
</style>
border-color css
<style>
span { border-color: #F115CB; }
span { border-color: rgb(241,21,203); }
td.TdClassName
{
border-color: #F115CB;
}
.TagClassName
{
border-color: #F115CB;
}
</style>