Shades of Shocking Pink #F703BE
Tints of Shocking Pink #F703BE
RGB
CMYK
RGB Variations
Color information
#F703BE (or 0xF703BE) is known color: Shocking Pink. HEX triplet: F7, 03 and BE. RGB value is (247,3,190). Sum of RGB (Red+Green+Blue) = 247+3+190=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 3 (1.56% from 255 or 0.68% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F703BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F703BE is #08FC41. Grayscale: #606060. Windows color (decimal): -588866 or 12452855. OLE color: 12452855.
HSL color Cylindrical-coordinate representation of color #F703BE: hue angle of 314.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F703BE is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.03 |
| HSL | 314.02º | 0.98% | 0.49% | - |
| HSV(B) | 314.02º | 0.99% | 0.97% | - |
| XYZ | 47.68 | 23.56 | 50.75 | - |
| YUV | 97.27 | 180.34 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 190 | 0 | 0.99 | 0.23 | 0.03 | 314.02 | 0.98 | 0.49 |
| Hex | F7 | 3 | BE | 0 | 63 | 17 | 3 | 13A | 62 | 31 |
| Octal | 367 | 3 | 276 | 0 | 143 | 27 | 3 | 472 | 142 | 61 |
| Binary | 11110111 | 11 | 10111110 | 0 | 1100011 | 10111 | 11 | 100111010 | 1100010 | 110001 |
Color Harmonies of #F703BE
Complementary color
Monochromatic Colors of #F703BE
Black with #F703BE
Text Example
Text Example
White with #F703BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703BE; }
p { color: rgb(247,3,190); }
H1.HeaderClassName
{
color: #F703BE;
}
.AnyTagClassName
{
color: #F703BE;
}
</style>
background-color css
<style>
a { background-color: #F703BE; }
a { background-color: rgb(247,3,190); }
div.DivClassName
{
background-color: #F703BE;
}
.BgClassName
{
background-color: #F703BE;
}
</style>
border-color css
<style>
span { border-color: #F703BE; }
span { border-color: rgb(247,3,190); }
td.TdClassName
{
border-color: #F703BE;
}
.TagClassName
{
border-color: #F703BE;
}
</style>