Shades of Shocking Pink #F901BF
Tints of Shocking Pink #F901BF
RGB
CMYK
RGB Variations
Color information
#F901BF (or 0xF901BF) is known color: Shocking Pink. HEX triplet: F9, 01 and BF. RGB value is (249,1,191). Sum of RGB (Red+Green+Blue) = 249+1+191=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F901BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901BF is #06FE40. Grayscale: #606060. Windows color (decimal): -458305 or 12517881. OLE color: 12517881.
HSL color Cylindrical-coordinate representation of color #F901BF: hue angle of 314.03º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F901BF is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 191 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.02 |
| HSL | 314.03º | 0.99% | 0.49% | - |
| HSV(B) | 314.03º | 1% | 0.98% | - |
| XYZ | 48.48 | 23.92 | 51.35 | - |
| YUV | 96.81 | 181.16 | 236.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 191 | 0 | 1.00 | 0.23 | 0.02 | 314.03 | 0.99 | 0.49 |
| Hex | F9 | 1 | BF | 0 | 64 | 17 | 2 | 13A | 63 | 31 |
| Octal | 371 | 1 | 277 | 0 | 144 | 27 | 2 | 472 | 143 | 61 |
| Binary | 11111001 | 1 | 10111111 | 0 | 1100100 | 10111 | 10 | 100111010 | 1100011 | 110001 |
Color Harmonies of #F901BF
Complementary color
Monochromatic Colors of #F901BF
Black with #F901BF
Text Example
Text Example
White with #F901BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901BF; }
p { color: rgb(249,1,191); }
H1.HeaderClassName
{
color: #F901BF;
}
.AnyTagClassName
{
color: #F901BF;
}
</style>
background-color css
<style>
a { background-color: #F901BF; }
a { background-color: rgb(249,1,191); }
div.DivClassName
{
background-color: #F901BF;
}
.BgClassName
{
background-color: #F901BF;
}
</style>
border-color css
<style>
span { border-color: #F901BF; }
span { border-color: rgb(249,1,191); }
td.TdClassName
{
border-color: #F901BF;
}
.TagClassName
{
border-color: #F901BF;
}
</style>