Shades of Shocking Pink #F30FBE
Tints of Shocking Pink #F30FBE
RGB
CMYK
RGB Variations
Color information
#F30FBE (or 0xF30FBE) is known color: Shocking Pink. HEX triplet: F3, 0F and BE. RGB value is (243,15,190). Sum of RGB (Red+Green+Blue) = 243+15+190=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FBE is #0CF041. Grayscale: #666666. Windows color (decimal): -847938 or 12455923. OLE color: 12455923.
HSL color Cylindrical-coordinate representation of color #F30FBE: hue angle of 313.95º 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 #F30FBE is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 190 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.05 |
| HSL | 313.95º | 0.9% | 0.51% | - |
| HSV(B) | 313.95º | 0.94% | 0.95% | - |
| XYZ | 46.43 | 23.11 | 50.73 | - |
| YUV | 103.12 | 177.04 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 190 | 0 | 0.94 | 0.22 | 0.05 | 313.95 | 0.9 | 0.51 |
| Hex | F3 | F | BE | 0 | 5E | 16 | 5 | 13A | 5A | 33 |
| Octal | 363 | 17 | 276 | 0 | 136 | 26 | 5 | 472 | 132 | 63 |
| Binary | 11110011 | 1111 | 10111110 | 0 | 1011110 | 10110 | 101 | 100111010 | 1011010 | 110011 |
Color Harmonies of #F30FBE
Complementary color
Monochromatic Colors of #F30FBE
Black with #F30FBE
Text Example
Text Example
White with #F30FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FBE; }
p { color: rgb(243,15,190); }
H1.HeaderClassName
{
color: #F30FBE;
}
.AnyTagClassName
{
color: #F30FBE;
}
</style>
background-color css
<style>
a { background-color: #F30FBE; }
a { background-color: rgb(243,15,190); }
div.DivClassName
{
background-color: #F30FBE;
}
.BgClassName
{
background-color: #F30FBE;
}
</style>
border-color css
<style>
span { border-color: #F30FBE; }
span { border-color: rgb(243,15,190); }
td.TdClassName
{
border-color: #F30FBE;
}
.TagClassName
{
border-color: #F30FBE;
}
</style>