Shades of Shocking Pink #F703BD
Tints of Shocking Pink #F703BD
RGB
CMYK
RGB Variations
Color information
#F703BD (or 0xF703BD) is known color: Shocking Pink. HEX triplet: F7, 03 and BD. RGB value is (247,3,189). Sum of RGB (Red+Green+Blue) = 247+3+189=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F703BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F703BD is #08FC42. Grayscale: #606060. Windows color (decimal): -588867 or 12387319. OLE color: 12387319.
HSL color Cylindrical-coordinate representation of color #F703BD: hue angle of 314.26º 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 #F703BD is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 189 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.03 |
| HSL | 314.26º | 0.98% | 0.49% | - |
| HSV(B) | 314.26º | 0.99% | 0.97% | - |
| XYZ | 47.58 | 23.51 | 50.18 | - |
| YUV | 97.16 | 179.84 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 189 | 0 | 0.99 | 0.23 | 0.03 | 314.26 | 0.98 | 0.49 |
| Hex | F7 | 3 | BD | 0 | 63 | 17 | 3 | 13A | 62 | 31 |
| Octal | 367 | 3 | 275 | 0 | 143 | 27 | 3 | 472 | 142 | 61 |
| Binary | 11110111 | 11 | 10111101 | 0 | 1100011 | 10111 | 11 | 100111010 | 1100010 | 110001 |
Color Harmonies of #F703BD
Complementary color
Monochromatic Colors of #F703BD
Black with #F703BD
Text Example
Text Example
White with #F703BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703BD; }
p { color: rgb(247,3,189); }
H1.HeaderClassName
{
color: #F703BD;
}
.AnyTagClassName
{
color: #F703BD;
}
</style>
background-color css
<style>
a { background-color: #F703BD; }
a { background-color: rgb(247,3,189); }
div.DivClassName
{
background-color: #F703BD;
}
.BgClassName
{
background-color: #F703BD;
}
</style>
border-color css
<style>
span { border-color: #F703BD; }
span { border-color: rgb(247,3,189); }
td.TdClassName
{
border-color: #F703BD;
}
.TagClassName
{
border-color: #F703BD;
}
</style>