Shades of Shocking Pink #F007B7
Tints of Shocking Pink #F007B7
RGB
CMYK
RGB Variations
Color information
#F007B7 (or 0xF007B7) is known color: Shocking Pink. HEX triplet: F0, 07 and B7. RGB value is (240,7,183). Sum of RGB (Red+Green+Blue) = 240+7+183=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F007B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007B7 is #0FF848. Grayscale: #606060. Windows color (decimal): -1046601 or 11995120. OLE color: 11995120.
HSL color Cylindrical-coordinate representation of color #F007B7: hue angle of 314.68º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F007B7 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 183 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.06 |
| HSL | 314.68º | 0.94% | 0.48% | - |
| HSV(B) | 314.68º | 0.97% | 0.94% | - |
| XYZ | 44.56 | 22.1 | 46.72 | - |
| YUV | 96.73 | 176.69 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 183 | 0 | 0.97 | 0.24 | 0.06 | 314.68 | 0.94 | 0.48 |
| Hex | F0 | 7 | B7 | 0 | 61 | 18 | 6 | 13B | 5E | 30 |
| Octal | 360 | 7 | 267 | 0 | 141 | 30 | 6 | 473 | 136 | 60 |
| Binary | 11110000 | 111 | 10110111 | 0 | 1100001 | 11000 | 110 | 100111011 | 1011110 | 110000 |
Color Harmonies of #F007B7
Complementary color
Monochromatic Colors of #F007B7
Black with #F007B7
Text Example
Text Example
White with #F007B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007B7; }
p { color: rgb(240,7,183); }
H1.HeaderClassName
{
color: #F007B7;
}
.AnyTagClassName
{
color: #F007B7;
}
</style>
background-color css
<style>
a { background-color: #F007B7; }
a { background-color: rgb(240,7,183); }
div.DivClassName
{
background-color: #F007B7;
}
.BgClassName
{
background-color: #F007B7;
}
</style>
border-color css
<style>
span { border-color: #F007B7; }
span { border-color: rgb(240,7,183); }
td.TdClassName
{
border-color: #F007B7;
}
.TagClassName
{
border-color: #F007B7;
}
</style>