Shades of Deep Pink #F10182
Tints of Deep Pink #F10182
RGB
CMYK
RGB Variations
Color information
#F10182 (or 0xF10182) is known color: Deep Pink. HEX triplet: F1, 01 and 82. RGB value is (241,1,130). Sum of RGB (Red+Green+Blue) = 241+1+130=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F10182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10182 is #0EFE7D. Grayscale: #575757. Windows color (decimal): -982654 or 8520177. OLE color: 8520177.
HSL color Cylindrical-coordinate representation of color #F10182: hue angle of 327.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10182 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 130 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.05 |
| HSL | 327.75º | 0.99% | 0.47% | - |
| HSV(B) | 327.75º | 1% | 0.95% | - |
| XYZ | 40.32 | 20.33 | 22.92 | - |
| YUV | 87.47 | 152.01 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 130 | 0 | 1.00 | 0.46 | 0.05 | 327.75 | 0.99 | 0.47 |
| Hex | F1 | 1 | 82 | 0 | 64 | 2E | 5 | 148 | 63 | 2F |
| Octal | 361 | 1 | 202 | 0 | 144 | 56 | 5 | 510 | 143 | 57 |
| Binary | 11110001 | 1 | 10000010 | 0 | 1100100 | 101110 | 101 | 101001000 | 1100011 | 101111 |
Color Harmonies of #F10182
Complementary color
Monochromatic Colors of #F10182
Black with #F10182
Text Example
Text Example
White with #F10182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10182; }
p { color: rgb(241,1,130); }
H1.HeaderClassName
{
color: #F10182;
}
.AnyTagClassName
{
color: #F10182;
}
</style>
background-color css
<style>
a { background-color: #F10182; }
a { background-color: rgb(241,1,130); }
div.DivClassName
{
background-color: #F10182;
}
.BgClassName
{
background-color: #F10182;
}
</style>
border-color css
<style>
span { border-color: #F10182; }
span { border-color: rgb(241,1,130); }
td.TdClassName
{
border-color: #F10182;
}
.TagClassName
{
border-color: #F10182;
}
</style>