Shades of Shocking Pink #F00FB3
Tints of Shocking Pink #F00FB3
RGB
CMYK
RGB Variations
Color information
#F00FB3 (or 0xF00FB3) is known color: Shocking Pink. HEX triplet: F0, 0F and B3. RGB value is (240,15,179). Sum of RGB (Red+Green+Blue) = 240+15+179=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FB3 is #0FF04C. Grayscale: #646464. Windows color (decimal): -1044557 or 11735024. OLE color: 11735024.
HSL color Cylindrical-coordinate representation of color #F00FB3: hue angle of 316.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FB3 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 179 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.06 |
| HSL | 316.27º | 0.88% | 0.5% | - |
| HSV(B) | 316.27º | 0.94% | 0.94% | - |
| XYZ | 44.24 | 22.12 | 44.59 | - |
| YUV | 100.97 | 172.04 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 179 | 0 | 0.94 | 0.25 | 0.06 | 316.27 | 0.88 | 0.5 |
| Hex | F0 | F | B3 | 0 | 5E | 19 | 6 | 13C | 58 | 32 |
| Octal | 360 | 17 | 263 | 0 | 136 | 31 | 6 | 474 | 130 | 62 |
| Binary | 11110000 | 1111 | 10110011 | 0 | 1011110 | 11001 | 110 | 100111100 | 1011000 | 110010 |
Color Harmonies of #F00FB3
Complementary color
Monochromatic Colors of #F00FB3
Black with #F00FB3
Text Example
Text Example
White with #F00FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FB3; }
p { color: rgb(240,15,179); }
H1.HeaderClassName
{
color: #F00FB3;
}
.AnyTagClassName
{
color: #F00FB3;
}
</style>
background-color css
<style>
a { background-color: #F00FB3; }
a { background-color: rgb(240,15,179); }
div.DivClassName
{
background-color: #F00FB3;
}
.BgClassName
{
background-color: #F00FB3;
}
</style>
border-color css
<style>
span { border-color: #F00FB3; }
span { border-color: rgb(240,15,179); }
td.TdClassName
{
border-color: #F00FB3;
}
.TagClassName
{
border-color: #F00FB3;
}
</style>