Shades of Deep Pink #F00182
Tints of Deep Pink #F00182
RGB
CMYK
RGB Variations
Color information
#F00182 (or 0xF00182) is known color: Deep Pink. HEX triplet: F0, 01 and 82. RGB value is (240,1,130). Sum of RGB (Red+Green+Blue) = 240+1+130=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F00182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00182 is #0FFE7D. Grayscale: #565656. Windows color (decimal): -1048190 or 8520176. OLE color: 8520176.
HSL color Cylindrical-coordinate representation of color #F00182: hue angle of 327.62º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00182 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 130 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.06 |
| HSL | 327.62º | 0.99% | 0.47% | - |
| HSV(B) | 327.62º | 1% | 0.94% | - |
| XYZ | 39.98 | 20.16 | 22.9 | - |
| YUV | 87.17 | 152.18 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 130 | 0 | 1.00 | 0.46 | 0.06 | 327.62 | 0.99 | 0.47 |
| Hex | F0 | 1 | 82 | 0 | 64 | 2E | 6 | 148 | 63 | 2F |
| Octal | 360 | 1 | 202 | 0 | 144 | 56 | 6 | 510 | 143 | 57 |
| Binary | 11110000 | 1 | 10000010 | 0 | 1100100 | 101110 | 110 | 101001000 | 1100011 | 101111 |
Color Harmonies of #F00182
Complementary color
Monochromatic Colors of #F00182
Black with #F00182
Text Example
Text Example
White with #F00182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00182; }
p { color: rgb(240,1,130); }
H1.HeaderClassName
{
color: #F00182;
}
.AnyTagClassName
{
color: #F00182;
}
</style>
background-color css
<style>
a { background-color: #F00182; }
a { background-color: rgb(240,1,130); }
div.DivClassName
{
background-color: #F00182;
}
.BgClassName
{
background-color: #F00182;
}
</style>
border-color css
<style>
span { border-color: #F00182; }
span { border-color: rgb(240,1,130); }
td.TdClassName
{
border-color: #F00182;
}
.TagClassName
{
border-color: #F00182;
}
</style>