Shades of Shocking Pink #F407BD
Tints of Shocking Pink #F407BD
RGB
CMYK
RGB Variations
Color information
#F407BD (or 0xF407BD) is known color: Shocking Pink. HEX triplet: F4, 07 and BD. RGB value is (244,7,189). Sum of RGB (Red+Green+Blue) = 244+7+189=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F407BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F407BD is #0BF842. Grayscale: #626262. Windows color (decimal): -784451 or 12388340. OLE color: 12388340.
HSL color Cylindrical-coordinate representation of color #F407BD: hue angle of 313.92º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407BD is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.04 |
| HSL | 313.92º | 0.94% | 0.49% | - |
| HSV(B) | 313.92º | 0.97% | 0.96% | - |
| XYZ | 46.57 | 23.06 | 50.14 | - |
| YUV | 98.61 | 179.02 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 189 | 0 | 0.97 | 0.23 | 0.04 | 313.92 | 0.94 | 0.49 |
| Hex | F4 | 7 | BD | 0 | 61 | 17 | 4 | 13A | 5E | 31 |
| Octal | 364 | 7 | 275 | 0 | 141 | 27 | 4 | 472 | 136 | 61 |
| Binary | 11110100 | 111 | 10111101 | 0 | 1100001 | 10111 | 100 | 100111010 | 1011110 | 110001 |
Color Harmonies of #F407BD
Complementary color
Monochromatic Colors of #F407BD
Black with #F407BD
Text Example
Text Example
White with #F407BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407BD; }
p { color: rgb(244,7,189); }
H1.HeaderClassName
{
color: #F407BD;
}
.AnyTagClassName
{
color: #F407BD;
}
</style>
background-color css
<style>
a { background-color: #F407BD; }
a { background-color: rgb(244,7,189); }
div.DivClassName
{
background-color: #F407BD;
}
.BgClassName
{
background-color: #F407BD;
}
</style>
border-color css
<style>
span { border-color: #F407BD; }
span { border-color: rgb(244,7,189); }
td.TdClassName
{
border-color: #F407BD;
}
.TagClassName
{
border-color: #F407BD;
}
</style>