Shades of Shocking Pink #F000B7
Tints of Shocking Pink #F000B7
RGB
CMYK
RGB Variations
Color information
#F000B7 (or 0xF000B7) is known color: Shocking Pink. HEX triplet: F0, 00 and B7. RGB value is (240,0,183). Sum of RGB (Red+Green+Blue) = 240+0+183=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F000B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000B7 is #0FFF48. Grayscale: #5C5C5C. Windows color (decimal): -1048393 or 11993328. OLE color: 11993328.
HSL color Cylindrical-coordinate representation of color #F000B7: hue angle of 314.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000B7 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.24 | 0.06 |
| HSL | 314.25º | 1% | 0.47% | - |
| HSV(B) | 314.25º | 1% | 0.94% | - |
| XYZ | 44.48 | 21.94 | 46.69 | - |
| YUV | 92.62 | 179.01 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 183 | 0 | 1 | 0.24 | 0.06 | 314.25 | 1 | 0.47 |
| Hex | F0 | 0 | B7 | 0 | 64 | 18 | 6 | 13A | 64 | 2F |
| Octal | 360 | 0 | 267 | 0 | 144 | 30 | 6 | 472 | 144 | 57 |
| Binary | 11110000 | 0 | 10110111 | 0 | 1100100 | 11000 | 110 | 100111010 | 1100100 | 101111 |
Color Harmonies of #F000B7
Complementary color
Monochromatic Colors of #F000B7
Black with #F000B7
Text Example
Text Example
White with #F000B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000B7; }
p { color: rgb(240,0,183); }
H1.HeaderClassName
{
color: #F000B7;
}
.AnyTagClassName
{
color: #F000B7;
}
</style>
background-color css
<style>
a { background-color: #F000B7; }
a { background-color: rgb(240,0,183); }
div.DivClassName
{
background-color: #F000B7;
}
.BgClassName
{
background-color: #F000B7;
}
</style>
border-color css
<style>
span { border-color: #F000B7; }
span { border-color: rgb(240,0,183); }
td.TdClassName
{
border-color: #F000B7;
}
.TagClassName
{
border-color: #F000B7;
}
</style>