Shades of Shocking Pink #F10DB4
Tints of Shocking Pink #F10DB4
RGB
CMYK
RGB Variations
Color information
#F10DB4 (or 0xF10DB4) is known color: Shocking Pink. HEX triplet: F1, 0D and B4. RGB value is (241,13,180). Sum of RGB (Red+Green+Blue) = 241+13+180=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DB4 is #0EF24B. Grayscale: #636363. Windows color (decimal): -979532 or 11800049. OLE color: 11800049.
HSL color Cylindrical-coordinate representation of color #F10DB4: hue angle of 316.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10DB4 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 180 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.05 |
| HSL | 316.05º | 0.9% | 0.5% | - |
| HSV(B) | 316.05º | 0.95% | 0.95% | - |
| XYZ | 44.66 | 22.28 | 45.13 | - |
| YUV | 100.21 | 173.04 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 180 | 0 | 0.95 | 0.25 | 0.05 | 316.05 | 0.9 | 0.5 |
| Hex | F1 | D | B4 | 0 | 5F | 19 | 5 | 13C | 5A | 32 |
| Octal | 361 | 15 | 264 | 0 | 137 | 31 | 5 | 474 | 132 | 62 |
| Binary | 11110001 | 1101 | 10110100 | 0 | 1011111 | 11001 | 101 | 100111100 | 1011010 | 110010 |
Color Harmonies of #F10DB4
Complementary color
Monochromatic Colors of #F10DB4
Black with #F10DB4
Text Example
Text Example
White with #F10DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10DB4; }
p { color: rgb(241,13,180); }
H1.HeaderClassName
{
color: #F10DB4;
}
.AnyTagClassName
{
color: #F10DB4;
}
</style>
background-color css
<style>
a { background-color: #F10DB4; }
a { background-color: rgb(241,13,180); }
div.DivClassName
{
background-color: #F10DB4;
}
.BgClassName
{
background-color: #F10DB4;
}
</style>
border-color css
<style>
span { border-color: #F10DB4; }
span { border-color: rgb(241,13,180); }
td.TdClassName
{
border-color: #F10DB4;
}
.TagClassName
{
border-color: #F10DB4;
}
</style>