Shades of Deep Pink #F00183
Tints of Deep Pink #F00183
RGB
CMYK
RGB Variations
Color information
#F00183 (or 0xF00183) is known color: Deep Pink. HEX triplet: F0, 01 and 83. RGB value is (240,1,131). Sum of RGB (Red+Green+Blue) = 240+1+131=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F00183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00183 is #0FFE7C. Grayscale: #575757. Windows color (decimal): -1048189 or 8585712. OLE color: 8585712.
HSL color Cylindrical-coordinate representation of color #F00183: hue angle of 327.36º 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 #F00183 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 131 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.06 |
| HSL | 327.36º | 0.99% | 0.47% | - |
| HSV(B) | 327.36º | 1% | 0.94% | - |
| XYZ | 40.04 | 20.19 | 23.26 | - |
| YUV | 87.28 | 152.68 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 131 | 0 | 1.00 | 0.45 | 0.06 | 327.36 | 0.99 | 0.47 |
| Hex | F0 | 1 | 83 | 0 | 64 | 2D | 6 | 147 | 63 | 2F |
| Octal | 360 | 1 | 203 | 0 | 144 | 55 | 6 | 507 | 143 | 57 |
| Binary | 11110000 | 1 | 10000011 | 0 | 1100100 | 101101 | 110 | 101000111 | 1100011 | 101111 |
Color Harmonies of #F00183
Complementary color
Monochromatic Colors of #F00183
Black with #F00183
Text Example
Text Example
White with #F00183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00183; }
p { color: rgb(240,1,131); }
H1.HeaderClassName
{
color: #F00183;
}
.AnyTagClassName
{
color: #F00183;
}
</style>
background-color css
<style>
a { background-color: #F00183; }
a { background-color: rgb(240,1,131); }
div.DivClassName
{
background-color: #F00183;
}
.BgClassName
{
background-color: #F00183;
}
</style>
border-color css
<style>
span { border-color: #F00183; }
span { border-color: rgb(240,1,131); }
td.TdClassName
{
border-color: #F00183;
}
.TagClassName
{
border-color: #F00183;
}
</style>