Shades of Shocking Pink #F30FB3
Tints of Shocking Pink #F30FB3
RGB
CMYK
RGB Variations
Color information
#F30FB3 (or 0xF30FB3) is known color: Shocking Pink. HEX triplet: F3, 0F and B3. RGB value is (243,15,179). Sum of RGB (Red+Green+Blue) = 243+15+179=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FB3 is #0CF04C. Grayscale: #656565. Windows color (decimal): -847949 or 11735027. OLE color: 11735027.
HSL color Cylindrical-coordinate representation of color #F30FB3: hue angle of 316.84º 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 #F30FB3 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 179 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.05 |
| HSL | 316.84º | 0.9% | 0.51% | - |
| HSV(B) | 316.84º | 0.94% | 0.95% | - |
| XYZ | 45.27 | 22.65 | 44.63 | - |
| YUV | 101.87 | 171.54 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 179 | 0 | 0.94 | 0.26 | 0.05 | 316.84 | 0.9 | 0.51 |
| Hex | F3 | F | B3 | 0 | 5E | 1A | 5 | 13D | 5A | 33 |
| Octal | 363 | 17 | 263 | 0 | 136 | 32 | 5 | 475 | 132 | 63 |
| Binary | 11110011 | 1111 | 10110011 | 0 | 1011110 | 11010 | 101 | 100111101 | 1011010 | 110011 |
Color Harmonies of #F30FB3
Complementary color
Monochromatic Colors of #F30FB3
Black with #F30FB3
Text Example
Text Example
White with #F30FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FB3; }
p { color: rgb(243,15,179); }
H1.HeaderClassName
{
color: #F30FB3;
}
.AnyTagClassName
{
color: #F30FB3;
}
</style>
background-color css
<style>
a { background-color: #F30FB3; }
a { background-color: rgb(243,15,179); }
div.DivClassName
{
background-color: #F30FB3;
}
.BgClassName
{
background-color: #F30FB3;
}
</style>
border-color css
<style>
span { border-color: #F30FB3; }
span { border-color: rgb(243,15,179); }
td.TdClassName
{
border-color: #F30FB3;
}
.TagClassName
{
border-color: #F30FB3;
}
</style>