Shades of Deep Pink #F40183
Tints of Deep Pink #F40183
RGB
CMYK
RGB Variations
Color information
#F40183 (or 0xF40183) is known color: Deep Pink. HEX triplet: F4, 01 and 83. RGB value is (244,1,131). Sum of RGB (Red+Green+Blue) = 244+1+131=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F40183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40183 is #0BFE7C. Grayscale: #585858. Windows color (decimal): -786045 or 8585716. OLE color: 8585716.
HSL color Cylindrical-coordinate representation of color #F40183: hue angle of 327.9º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40183 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 131 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.04 |
| HSL | 327.9º | 0.99% | 0.48% | - |
| HSV(B) | 327.9º | 1% | 0.96% | - |
| XYZ | 41.42 | 20.89 | 23.32 | - |
| YUV | 88.48 | 152.01 | 238.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 131 | 0 | 1.00 | 0.46 | 0.04 | 327.9 | 0.99 | 0.48 |
| Hex | F4 | 1 | 83 | 0 | 64 | 2E | 4 | 148 | 63 | 30 |
| Octal | 364 | 1 | 203 | 0 | 144 | 56 | 4 | 510 | 143 | 60 |
| Binary | 11110100 | 1 | 10000011 | 0 | 1100100 | 101110 | 100 | 101001000 | 1100011 | 110000 |
Color Harmonies of #F40183
Complementary color
Monochromatic Colors of #F40183
Black with #F40183
Text Example
Text Example
White with #F40183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40183; }
p { color: rgb(244,1,131); }
H1.HeaderClassName
{
color: #F40183;
}
.AnyTagClassName
{
color: #F40183;
}
</style>
background-color css
<style>
a { background-color: #F40183; }
a { background-color: rgb(244,1,131); }
div.DivClassName
{
background-color: #F40183;
}
.BgClassName
{
background-color: #F40183;
}
</style>
border-color css
<style>
span { border-color: #F40183; }
span { border-color: rgb(244,1,131); }
td.TdClassName
{
border-color: #F40183;
}
.TagClassName
{
border-color: #F40183;
}
</style>