Shades of Shocking Pink #F905BC
Tints of Shocking Pink #F905BC
RGB
CMYK
RGB Variations
Color information
#F905BC (or 0xF905BC) is known color: Shocking Pink. HEX triplet: F9, 05 and BC. RGB value is (249,5,188). Sum of RGB (Red+Green+Blue) = 249+5+188=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F905BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F905BC is #06FA43. Grayscale: #626262. Windows color (decimal): -457284 or 12322297. OLE color: 12322297.
HSL color Cylindrical-coordinate representation of color #F905BC: hue angle of 315º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F905BC is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.02 |
| HSL | 315º | 0.96% | 0.5% | - |
| HSV(B) | 315º | 0.98% | 0.98% | - |
| XYZ | 48.2 | 23.88 | 49.65 | - |
| YUV | 98.82 | 178.34 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 188 | 0 | 0.98 | 0.24 | 0.02 | 315 | 0.96 | 0.5 |
| Hex | F9 | 5 | BC | 0 | 62 | 18 | 2 | 13B | 60 | 32 |
| Octal | 371 | 5 | 274 | 0 | 142 | 30 | 2 | 473 | 140 | 62 |
| Binary | 11111001 | 101 | 10111100 | 0 | 1100010 | 11000 | 10 | 100111011 | 1100000 | 110010 |
Color Harmonies of #F905BC
Complementary color
Monochromatic Colors of #F905BC
Black with #F905BC
Text Example
Text Example
White with #F905BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905BC; }
p { color: rgb(249,5,188); }
H1.HeaderClassName
{
color: #F905BC;
}
.AnyTagClassName
{
color: #F905BC;
}
</style>
background-color css
<style>
a { background-color: #F905BC; }
a { background-color: rgb(249,5,188); }
div.DivClassName
{
background-color: #F905BC;
}
.BgClassName
{
background-color: #F905BC;
}
</style>
border-color css
<style>
span { border-color: #F905BC; }
span { border-color: rgb(249,5,188); }
td.TdClassName
{
border-color: #F905BC;
}
.TagClassName
{
border-color: #F905BC;
}
</style>