Shades of Shocking Pink #F505BF
Tints of Shocking Pink #F505BF
RGB
CMYK
RGB Variations
Color information
#F505BF (or 0xF505BF) is known color: Shocking Pink. HEX triplet: F5, 05 and BF. RGB value is (245,5,191). Sum of RGB (Red+Green+Blue) = 245+5+191=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F505BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F505BF is #0AFA40. Grayscale: #616161. Windows color (decimal): -719425 or 12518901. OLE color: 12518901.
HSL color Cylindrical-coordinate representation of color #F505BF: hue angle of 313.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505BF is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 191 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.04 |
| HSL | 313.5º | 0.96% | 0.49% | - |
| HSV(B) | 313.5º | 0.98% | 0.96% | - |
| XYZ | 47.11 | 23.28 | 51.3 | - |
| YUV | 97.96 | 180.51 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 191 | 0 | 0.98 | 0.22 | 0.04 | 313.5 | 0.96 | 0.49 |
| Hex | F5 | 5 | BF | 0 | 62 | 16 | 4 | 13A | 60 | 31 |
| Octal | 365 | 5 | 277 | 0 | 142 | 26 | 4 | 472 | 140 | 61 |
| Binary | 11110101 | 101 | 10111111 | 0 | 1100010 | 10110 | 100 | 100111010 | 1100000 | 110001 |
Color Harmonies of #F505BF
Complementary color
Monochromatic Colors of #F505BF
Black with #F505BF
Text Example
Text Example
White with #F505BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505BF; }
p { color: rgb(245,5,191); }
H1.HeaderClassName
{
color: #F505BF;
}
.AnyTagClassName
{
color: #F505BF;
}
</style>
background-color css
<style>
a { background-color: #F505BF; }
a { background-color: rgb(245,5,191); }
div.DivClassName
{
background-color: #F505BF;
}
.BgClassName
{
background-color: #F505BF;
}
</style>
border-color css
<style>
span { border-color: #F505BF; }
span { border-color: rgb(245,5,191); }
td.TdClassName
{
border-color: #F505BF;
}
.TagClassName
{
border-color: #F505BF;
}
</style>