Shades of Shocking Pink #F30FB2
Tints of Shocking Pink #F30FB2
RGB
CMYK
RGB Variations
Color information
#F30FB2 (or 0xF30FB2) is known color: Shocking Pink. HEX triplet: F3, 0F and B2. RGB value is (243,15,178). Sum of RGB (Red+Green+Blue) = 243+15+178=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30FB2 is #0CF04D. Grayscale: #656565. Windows color (decimal): -847950 or 11669491. OLE color: 11669491.
HSL color Cylindrical-coordinate representation of color #F30FB2: hue angle of 317.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FB2 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 178 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.05 |
| HSL | 317.11º | 0.9% | 0.51% | - |
| HSV(B) | 317.11º | 0.94% | 0.95% | - |
| XYZ | 45.17 | 22.61 | 44.1 | - |
| YUV | 101.75 | 171.04 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 178 | 0 | 0.94 | 0.27 | 0.05 | 317.11 | 0.9 | 0.51 |
| Hex | F3 | F | B2 | 0 | 5E | 1B | 5 | 13D | 5A | 33 |
| Octal | 363 | 17 | 262 | 0 | 136 | 33 | 5 | 475 | 132 | 63 |
| Binary | 11110011 | 1111 | 10110010 | 0 | 1011110 | 11011 | 101 | 100111101 | 1011010 | 110011 |
Color Harmonies of #F30FB2
Complementary color
Monochromatic Colors of #F30FB2
Black with #F30FB2
Text Example
Text Example
White with #F30FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FB2; }
p { color: rgb(243,15,178); }
H1.HeaderClassName
{
color: #F30FB2;
}
.AnyTagClassName
{
color: #F30FB2;
}
</style>
background-color css
<style>
a { background-color: #F30FB2; }
a { background-color: rgb(243,15,178); }
div.DivClassName
{
background-color: #F30FB2;
}
.BgClassName
{
background-color: #F30FB2;
}
</style>
border-color css
<style>
span { border-color: #F30FB2; }
span { border-color: rgb(243,15,178); }
td.TdClassName
{
border-color: #F30FB2;
}
.TagClassName
{
border-color: #F30FB2;
}
</style>