Shades of Shocking Pink #F407BC
Tints of Shocking Pink #F407BC
RGB
CMYK
RGB Variations
Color information
#F407BC (or 0xF407BC) is known color: Shocking Pink. HEX triplet: F4, 07 and BC. RGB value is (244,7,188). Sum of RGB (Red+Green+Blue) = 244+7+188=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F407BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F407BC is #0BF843. Grayscale: #626262. Windows color (decimal): -784452 or 12322804. OLE color: 12322804.
HSL color Cylindrical-coordinate representation of color #F407BC: hue angle of 314.18º 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 #F407BC is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.04 |
| HSL | 314.18º | 0.94% | 0.49% | - |
| HSV(B) | 314.18º | 0.97% | 0.96% | - |
| XYZ | 46.46 | 23.02 | 49.57 | - |
| YUV | 98.5 | 178.52 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 188 | 0 | 0.97 | 0.23 | 0.04 | 314.18 | 0.94 | 0.49 |
| Hex | F4 | 7 | BC | 0 | 61 | 17 | 4 | 13A | 5E | 31 |
| Octal | 364 | 7 | 274 | 0 | 141 | 27 | 4 | 472 | 136 | 61 |
| Binary | 11110100 | 111 | 10111100 | 0 | 1100001 | 10111 | 100 | 100111010 | 1011110 | 110001 |
Color Harmonies of #F407BC
Complementary color
Monochromatic Colors of #F407BC
Black with #F407BC
Text Example
Text Example
White with #F407BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407BC; }
p { color: rgb(244,7,188); }
H1.HeaderClassName
{
color: #F407BC;
}
.AnyTagClassName
{
color: #F407BC;
}
</style>
background-color css
<style>
a { background-color: #F407BC; }
a { background-color: rgb(244,7,188); }
div.DivClassName
{
background-color: #F407BC;
}
.BgClassName
{
background-color: #F407BC;
}
</style>
border-color css
<style>
span { border-color: #F407BC; }
span { border-color: rgb(244,7,188); }
td.TdClassName
{
border-color: #F407BC;
}
.TagClassName
{
border-color: #F407BC;
}
</style>