Shades of Deep Pink #F41283
Tints of Deep Pink #F41283
RGB
CMYK
RGB Variations
Color information
#F41283 (or 0xF41283) is known color: Deep Pink. HEX triplet: F4, 12 and 83. RGB value is (244,18,131). Sum of RGB (Red+Green+Blue) = 244+18+131=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F41283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41283 is #0BED7C. Grayscale: #626262. Windows color (decimal): -781693 or 8590068. OLE color: 8590068.
HSL color Cylindrical-coordinate representation of color #F41283: hue angle of 330º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41283 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 131 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.04 |
| HSL | 330º | 0.91% | 0.51% | - |
| HSV(B) | 330º | 0.93% | 0.96% | - |
| XYZ | 41.62 | 21.3 | 23.39 | - |
| YUV | 98.46 | 146.37 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 131 | 0 | 0.93 | 0.46 | 0.04 | 330 | 0.91 | 0.51 |
| Hex | F4 | 12 | 83 | 0 | 5D | 2E | 4 | 14A | 5B | 33 |
| Octal | 364 | 22 | 203 | 0 | 135 | 56 | 4 | 512 | 133 | 63 |
| Binary | 11110100 | 10010 | 10000011 | 0 | 1011101 | 101110 | 100 | 101001010 | 1011011 | 110011 |
Color Harmonies of #F41283
Complementary color
Monochromatic Colors of #F41283
Black with #F41283
Text Example
Text Example
White with #F41283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41283; }
p { color: rgb(244,18,131); }
H1.HeaderClassName
{
color: #F41283;
}
.AnyTagClassName
{
color: #F41283;
}
</style>
background-color css
<style>
a { background-color: #F41283; }
a { background-color: rgb(244,18,131); }
div.DivClassName
{
background-color: #F41283;
}
.BgClassName
{
background-color: #F41283;
}
</style>
border-color css
<style>
span { border-color: #F41283; }
span { border-color: rgb(244,18,131); }
td.TdClassName
{
border-color: #F41283;
}
.TagClassName
{
border-color: #F41283;
}
</style>