Shades of Shocking Pink #F00DBD
Tints of Shocking Pink #F00DBD
RGB
CMYK
RGB Variations
Color information
#F00DBD (or 0xF00DBD) is known color: Shocking Pink. HEX triplet: F0, 0D and BD. RGB value is (240,13,189). Sum of RGB (Red+Green+Blue) = 240+13+189=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DBD is #0FF242. Grayscale: #646464. Windows color (decimal): -1045059 or 12389872. OLE color: 12389872.
HSL color Cylindrical-coordinate representation of color #F00DBD: hue angle of 313.48º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00DBD is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 189 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.06 |
| HSL | 313.48º | 0.9% | 0.5% | - |
| HSV(B) | 313.48º | 0.95% | 0.94% | - |
| XYZ | 45.26 | 22.49 | 50.1 | - |
| YUV | 100.94 | 177.71 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 189 | 0 | 0.95 | 0.21 | 0.06 | 313.48 | 0.9 | 0.5 |
| Hex | F0 | D | BD | 0 | 5F | 15 | 6 | 139 | 5A | 32 |
| Octal | 360 | 15 | 275 | 0 | 137 | 25 | 6 | 471 | 132 | 62 |
| Binary | 11110000 | 1101 | 10111101 | 0 | 1011111 | 10101 | 110 | 100111001 | 1011010 | 110010 |
Color Harmonies of #F00DBD
Complementary color
Monochromatic Colors of #F00DBD
Black with #F00DBD
Text Example
Text Example
White with #F00DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DBD; }
p { color: rgb(240,13,189); }
H1.HeaderClassName
{
color: #F00DBD;
}
.AnyTagClassName
{
color: #F00DBD;
}
</style>
background-color css
<style>
a { background-color: #F00DBD; }
a { background-color: rgb(240,13,189); }
div.DivClassName
{
background-color: #F00DBD;
}
.BgClassName
{
background-color: #F00DBD;
}
</style>
border-color css
<style>
span { border-color: #F00DBD; }
span { border-color: rgb(240,13,189); }
td.TdClassName
{
border-color: #F00DBD;
}
.TagClassName
{
border-color: #F00DBD;
}
</style>