Shades of Shocking Pink #F914BD
Tints of Shocking Pink #F914BD
RGB
CMYK
RGB Variations
Color information
#F914BD (or 0xF914BD) is known color: Shocking Pink. HEX triplet: F9, 14 and BD. RGB value is (249,20,189). Sum of RGB (Red+Green+Blue) = 249+20+189=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F914BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F914BD is #06EB42. Grayscale: #6B6B6B. Windows color (decimal): -453443 or 12391673. OLE color: 12391673.
HSL color Cylindrical-coordinate representation of color #F914BD: hue angle of 315.72º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914BD is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 189 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.02 |
| HSL | 315.72º | 0.95% | 0.53% | - |
| HSV(B) | 315.72º | 0.92% | 0.98% | - |
| XYZ | 48.5 | 24.31 | 50.28 | - |
| YUV | 107.74 | 173.87 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 189 | 0 | 0.92 | 0.24 | 0.02 | 315.72 | 0.95 | 0.53 |
| Hex | F9 | 14 | BD | 0 | 5C | 18 | 2 | 13C | 5F | 35 |
| Octal | 371 | 24 | 275 | 0 | 134 | 30 | 2 | 474 | 137 | 65 |
| Binary | 11111001 | 10100 | 10111101 | 0 | 1011100 | 11000 | 10 | 100111100 | 1011111 | 110101 |
Color Harmonies of #F914BD
Complementary color
Monochromatic Colors of #F914BD
Black with #F914BD
Text Example
Text Example
White with #F914BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914BD; }
p { color: rgb(249,20,189); }
H1.HeaderClassName
{
color: #F914BD;
}
.AnyTagClassName
{
color: #F914BD;
}
</style>
background-color css
<style>
a { background-color: #F914BD; }
a { background-color: rgb(249,20,189); }
div.DivClassName
{
background-color: #F914BD;
}
.BgClassName
{
background-color: #F914BD;
}
</style>
border-color css
<style>
span { border-color: #F914BD; }
span { border-color: rgb(249,20,189); }
td.TdClassName
{
border-color: #F914BD;
}
.TagClassName
{
border-color: #F914BD;
}
</style>