Shades of Shocking Pink #F102BB
Tints of Shocking Pink #F102BB
RGB
CMYK
RGB Variations
Color information
#F102BB (or 0xF102BB) is known color: Shocking Pink. HEX triplet: F1, 02 and BB. RGB value is (241,2,187). Sum of RGB (Red+Green+Blue) = 241+2+187=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F102BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F102BB is #0EFD44. Grayscale: #5E5E5E. Windows color (decimal): -982341 or 12255985. OLE color: 12255985.
HSL color Cylindrical-coordinate representation of color #F102BB: hue angle of 313.56º 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 #F102BB is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.05 |
| HSL | 313.56º | 0.98% | 0.48% | - |
| HSV(B) | 313.56º | 0.99% | 0.95% | - |
| XYZ | 45.27 | 22.33 | 48.94 | - |
| YUV | 94.55 | 180.18 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 187 | 0 | 0.99 | 0.22 | 0.05 | 313.56 | 0.98 | 0.48 |
| Hex | F1 | 2 | BB | 0 | 63 | 16 | 5 | 13A | 62 | 30 |
| Octal | 361 | 2 | 273 | 0 | 143 | 26 | 5 | 472 | 142 | 60 |
| Binary | 11110001 | 10 | 10111011 | 0 | 1100011 | 10110 | 101 | 100111010 | 1100010 | 110000 |
Color Harmonies of #F102BB
Complementary color
Monochromatic Colors of #F102BB
Black with #F102BB
Text Example
Text Example
White with #F102BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F102BB; }
p { color: rgb(241,2,187); }
H1.HeaderClassName
{
color: #F102BB;
}
.AnyTagClassName
{
color: #F102BB;
}
</style>
background-color css
<style>
a { background-color: #F102BB; }
a { background-color: rgb(241,2,187); }
div.DivClassName
{
background-color: #F102BB;
}
.BgClassName
{
background-color: #F102BB;
}
</style>
border-color css
<style>
span { border-color: #F102BB; }
span { border-color: rgb(241,2,187); }
td.TdClassName
{
border-color: #F102BB;
}
.TagClassName
{
border-color: #F102BB;
}
</style>