Shades of Shocking Pink #F30ABE
Tints of Shocking Pink #F30ABE
RGB
CMYK
RGB Variations
Color information
#F30ABE (or 0xF30ABE) is known color: Shocking Pink. HEX triplet: F3, 0A and BE. RGB value is (243,10,190). Sum of RGB (Red+Green+Blue) = 243+10+190=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ABE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ABE is #0CF541. Grayscale: #636363. Windows color (decimal): -849218 or 12454643. OLE color: 12454643.
HSL color Cylindrical-coordinate representation of color #F30ABE: hue angle of 313.65º 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 #F30ABE is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 190 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.05 |
| HSL | 313.65º | 0.92% | 0.5% | - |
| HSV(B) | 313.65º | 0.96% | 0.95% | - |
| XYZ | 46.36 | 22.99 | 50.71 | - |
| YUV | 100.19 | 178.69 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 190 | 0 | 0.96 | 0.22 | 0.05 | 313.65 | 0.92 | 0.5 |
| Hex | F3 | A | BE | 0 | 60 | 16 | 5 | 13A | 5C | 32 |
| Octal | 363 | 12 | 276 | 0 | 140 | 26 | 5 | 472 | 134 | 62 |
| Binary | 11110011 | 1010 | 10111110 | 0 | 1100000 | 10110 | 101 | 100111010 | 1011100 | 110010 |
Color Harmonies of #F30ABE
Complementary color
Monochromatic Colors of #F30ABE
Black with #F30ABE
Text Example
Text Example
White with #F30ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30ABE; }
p { color: rgb(243,10,190); }
H1.HeaderClassName
{
color: #F30ABE;
}
.AnyTagClassName
{
color: #F30ABE;
}
</style>
background-color css
<style>
a { background-color: #F30ABE; }
a { background-color: rgb(243,10,190); }
div.DivClassName
{
background-color: #F30ABE;
}
.BgClassName
{
background-color: #F30ABE;
}
</style>
border-color css
<style>
span { border-color: #F30ABE; }
span { border-color: rgb(243,10,190); }
td.TdClassName
{
border-color: #F30ABE;
}
.TagClassName
{
border-color: #F30ABE;
}
</style>