Shades of Shocking Pink #F207B7
Tints of Shocking Pink #F207B7
RGB
CMYK
RGB Variations
Color information
#F207B7 (or 0xF207B7) is known color: Shocking Pink. HEX triplet: F2, 07 and B7. RGB value is (242,7,183). Sum of RGB (Red+Green+Blue) = 242+7+183=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F207B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F207B7 is #0DF848. Grayscale: #606060. Windows color (decimal): -915529 or 11995122. OLE color: 11995122.
HSL color Cylindrical-coordinate representation of color #F207B7: hue angle of 315.06º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F207B7 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 183 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.05 |
| HSL | 315.06º | 0.94% | 0.49% | - |
| HSV(B) | 315.06º | 0.97% | 0.95% | - |
| XYZ | 45.24 | 22.45 | 46.75 | - |
| YUV | 97.33 | 176.36 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 183 | 0 | 0.97 | 0.24 | 0.05 | 315.06 | 0.94 | 0.49 |
| Hex | F2 | 7 | B7 | 0 | 61 | 18 | 5 | 13B | 5E | 31 |
| Octal | 362 | 7 | 267 | 0 | 141 | 30 | 5 | 473 | 136 | 61 |
| Binary | 11110010 | 111 | 10110111 | 0 | 1100001 | 11000 | 101 | 100111011 | 1011110 | 110001 |
Color Harmonies of #F207B7
Complementary color
Monochromatic Colors of #F207B7
Black with #F207B7
Text Example
Text Example
White with #F207B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207B7; }
p { color: rgb(242,7,183); }
H1.HeaderClassName
{
color: #F207B7;
}
.AnyTagClassName
{
color: #F207B7;
}
</style>
background-color css
<style>
a { background-color: #F207B7; }
a { background-color: rgb(242,7,183); }
div.DivClassName
{
background-color: #F207B7;
}
.BgClassName
{
background-color: #F207B7;
}
</style>
border-color css
<style>
span { border-color: #F207B7; }
span { border-color: rgb(242,7,183); }
td.TdClassName
{
border-color: #F207B7;
}
.TagClassName
{
border-color: #F207B7;
}
</style>