Shades of Deep Pink #F10285
Tints of Deep Pink #F10285
RGB
CMYK
RGB Variations
Color information
#F10285 (or 0xF10285) is known color: Deep Pink. HEX triplet: F1, 02 and 85. RGB value is (241,2,133). Sum of RGB (Red+Green+Blue) = 241+2+133=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F10285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10285 is #0EFD7A. Grayscale: #585858. Windows color (decimal): -982395 or 8717041. OLE color: 8717041.
HSL color Cylindrical-coordinate representation of color #F10285: hue angle of 327.11º 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 #F10285 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.05 |
| HSL | 327.11º | 0.98% | 0.48% | - |
| HSV(B) | 327.11º | 0.99% | 0.95% | - |
| XYZ | 40.53 | 20.44 | 24 | - |
| YUV | 88.4 | 153.18 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 133 | 0 | 0.99 | 0.45 | 0.05 | 327.11 | 0.98 | 0.48 |
| Hex | F1 | 2 | 85 | 0 | 63 | 2D | 5 | 147 | 62 | 30 |
| Octal | 361 | 2 | 205 | 0 | 143 | 55 | 5 | 507 | 142 | 60 |
| Binary | 11110001 | 10 | 10000101 | 0 | 1100011 | 101101 | 101 | 101000111 | 1100010 | 110000 |
Color Harmonies of #F10285
Complementary color
Monochromatic Colors of #F10285
Black with #F10285
Text Example
Text Example
White with #F10285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10285; }
p { color: rgb(241,2,133); }
H1.HeaderClassName
{
color: #F10285;
}
.AnyTagClassName
{
color: #F10285;
}
</style>
background-color css
<style>
a { background-color: #F10285; }
a { background-color: rgb(241,2,133); }
div.DivClassName
{
background-color: #F10285;
}
.BgClassName
{
background-color: #F10285;
}
</style>
border-color css
<style>
span { border-color: #F10285; }
span { border-color: rgb(241,2,133); }
td.TdClassName
{
border-color: #F10285;
}
.TagClassName
{
border-color: #F10285;
}
</style>