Shades of Shocking Pink #F30ABB
Tints of Shocking Pink #F30ABB
RGB
CMYK
RGB Variations
Color information
#F30ABB (or 0xF30ABB) is known color: Shocking Pink. HEX triplet: F3, 0A and BB. RGB value is (243,10,187). Sum of RGB (Red+Green+Blue) = 243+10+187=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ABB is #0CF544. Grayscale: #636363. Windows color (decimal): -849221 or 12258035. OLE color: 12258035.
HSL color Cylindrical-coordinate representation of color #F30ABB: hue angle of 314.42º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30ABB is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.05 |
| HSL | 314.42º | 0.92% | 0.5% | - |
| HSV(B) | 314.42º | 0.96% | 0.95% | - |
| XYZ | 46.04 | 22.86 | 49 | - |
| YUV | 99.85 | 177.19 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 187 | 0 | 0.96 | 0.23 | 0.05 | 314.42 | 0.92 | 0.5 |
| Hex | F3 | A | BB | 0 | 60 | 17 | 5 | 13A | 5C | 32 |
| Octal | 363 | 12 | 273 | 0 | 140 | 27 | 5 | 472 | 134 | 62 |
| Binary | 11110011 | 1010 | 10111011 | 0 | 1100000 | 10111 | 101 | 100111010 | 1011100 | 110010 |
Color Harmonies of #F30ABB
Complementary color
Monochromatic Colors of #F30ABB
Black with #F30ABB
Text Example
Text Example
White with #F30ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30ABB; }
p { color: rgb(243,10,187); }
H1.HeaderClassName
{
color: #F30ABB;
}
.AnyTagClassName
{
color: #F30ABB;
}
</style>
background-color css
<style>
a { background-color: #F30ABB; }
a { background-color: rgb(243,10,187); }
div.DivClassName
{
background-color: #F30ABB;
}
.BgClassName
{
background-color: #F30ABB;
}
</style>
border-color css
<style>
span { border-color: #F30ABB; }
span { border-color: rgb(243,10,187); }
td.TdClassName
{
border-color: #F30ABB;
}
.TagClassName
{
border-color: #F30ABB;
}
</style>