Shades of Deep Pink #F32583
Tints of Deep Pink #F32583
RGB
CMYK
RGB Variations
Color information
#F32583 (or 0xF32583) is known color: Deep Pink. HEX triplet: F3, 25 and 83. RGB value is (243,37,131). Sum of RGB (Red+Green+Blue) = 243+37+131=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F32583 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32583 is #0CDA7C. Grayscale: #6D6D6D. Windows color (decimal): -842365 or 8594931. OLE color: 8594931.
HSL color Cylindrical-coordinate representation of color #F32583: hue angle of 332.62º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32583 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 131 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.05 |
| HSL | 332.62º | 0.9% | 0.55% | - |
| HSV(B) | 332.62º | 0.85% | 0.95% | - |
| XYZ | 41.72 | 22.02 | 23.52 | - |
| YUV | 109.31 | 140.25 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 131 | 0 | 0.85 | 0.46 | 0.05 | 332.62 | 0.9 | 0.55 |
| Hex | F3 | 25 | 83 | 0 | 55 | 2E | 5 | 14D | 5A | 37 |
| Octal | 363 | 45 | 203 | 0 | 125 | 56 | 5 | 515 | 132 | 67 |
| Binary | 11110011 | 100101 | 10000011 | 0 | 1010101 | 101110 | 101 | 101001101 | 1011010 | 110111 |
Color Harmonies of #F32583
Complementary color
Monochromatic Colors of #F32583
Black with #F32583
Text Example
Text Example
White with #F32583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32583; }
p { color: rgb(243,37,131); }
H1.HeaderClassName
{
color: #F32583;
}
.AnyTagClassName
{
color: #F32583;
}
</style>
background-color css
<style>
a { background-color: #F32583; }
a { background-color: rgb(243,37,131); }
div.DivClassName
{
background-color: #F32583;
}
.BgClassName
{
background-color: #F32583;
}
</style>
border-color css
<style>
span { border-color: #F32583; }
span { border-color: rgb(243,37,131); }
td.TdClassName
{
border-color: #F32583;
}
.TagClassName
{
border-color: #F32583;
}
</style>