Shades of Deep Pink #F10281
Tints of Deep Pink #F10281
RGB
CMYK
RGB Variations
Color information
#F10281 (or 0xF10281) is known color: Deep Pink. HEX triplet: F1, 02 and 81. RGB value is (241,2,129). Sum of RGB (Red+Green+Blue) = 241+2+129=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F10281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10281 is #0EFD7E. Grayscale: #575757. Windows color (decimal): -982399 or 8454897. OLE color: 8454897.
HSL color Cylindrical-coordinate representation of color #F10281: hue angle of 328.12º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10281 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.05 |
| HSL | 328.12º | 0.98% | 0.48% | - |
| HSV(B) | 328.12º | 0.99% | 0.95% | - |
| XYZ | 40.26 | 20.33 | 22.57 | - |
| YUV | 87.94 | 151.18 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 129 | 0 | 0.99 | 0.46 | 0.05 | 328.12 | 0.98 | 0.48 |
| Hex | F1 | 2 | 81 | 0 | 63 | 2E | 5 | 148 | 62 | 30 |
| Octal | 361 | 2 | 201 | 0 | 143 | 56 | 5 | 510 | 142 | 60 |
| Binary | 11110001 | 10 | 10000001 | 0 | 1100011 | 101110 | 101 | 101001000 | 1100010 | 110000 |
Color Harmonies of #F10281
Complementary color
Monochromatic Colors of #F10281
Black with #F10281
Text Example
Text Example
White with #F10281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10281; }
p { color: rgb(241,2,129); }
H1.HeaderClassName
{
color: #F10281;
}
.AnyTagClassName
{
color: #F10281;
}
</style>
background-color css
<style>
a { background-color: #F10281; }
a { background-color: rgb(241,2,129); }
div.DivClassName
{
background-color: #F10281;
}
.BgClassName
{
background-color: #F10281;
}
</style>
border-color css
<style>
span { border-color: #F10281; }
span { border-color: rgb(241,2,129); }
td.TdClassName
{
border-color: #F10281;
}
.TagClassName
{
border-color: #F10281;
}
</style>