Shades of Shocking Pink #F000BD
Tints of Shocking Pink #F000BD
RGB
CMYK
RGB Variations
Color information
#F000BD (or 0xF000BD) is known color: Shocking Pink. HEX triplet: F0, 00 and BD. RGB value is (240,0,189). Sum of RGB (Red+Green+Blue) = 240+0+189=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F000BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000BD is #0FFF42. Grayscale: #5C5C5C. Windows color (decimal): -1048387 or 12386544. OLE color: 12386544.
HSL color Cylindrical-coordinate representation of color #F000BD: hue angle of 312.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000BD is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.21 | 0.06 |
| HSL | 312.75º | 1% | 0.47% | - |
| HSV(B) | 312.75º | 1% | 0.94% | - |
| XYZ | 45.12 | 22.2 | 50.05 | - |
| YUV | 93.31 | 182.01 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 189 | 0 | 1 | 0.21 | 0.06 | 312.75 | 1 | 0.47 |
| Hex | F0 | 0 | BD | 0 | 64 | 15 | 6 | 139 | 64 | 2F |
| Octal | 360 | 0 | 275 | 0 | 144 | 25 | 6 | 471 | 144 | 57 |
| Binary | 11110000 | 0 | 10111101 | 0 | 1100100 | 10101 | 110 | 100111001 | 1100100 | 101111 |
Color Harmonies of #F000BD
Complementary color
Monochromatic Colors of #F000BD
Black with #F000BD
Text Example
Text Example
White with #F000BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000BD; }
p { color: rgb(240,0,189); }
H1.HeaderClassName
{
color: #F000BD;
}
.AnyTagClassName
{
color: #F000BD;
}
</style>
background-color css
<style>
a { background-color: #F000BD; }
a { background-color: rgb(240,0,189); }
div.DivClassName
{
background-color: #F000BD;
}
.BgClassName
{
background-color: #F000BD;
}
</style>
border-color css
<style>
span { border-color: #F000BD; }
span { border-color: rgb(240,0,189); }
td.TdClassName
{
border-color: #F000BD;
}
.TagClassName
{
border-color: #F000BD;
}
</style>