Shades of Deep Pink #F32683
Tints of Deep Pink #F32683
RGB
CMYK
RGB Variations
Color information
#F32683 (or 0xF32683) is known color: Deep Pink. HEX triplet: F3, 26 and 83. RGB value is (243,38,131). Sum of RGB (Red+Green+Blue) = 243+38+131=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F32683 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32683 is #0CD97C. Grayscale: #6D6D6D. Windows color (decimal): -842109 or 8595187. OLE color: 8595187.
HSL color Cylindrical-coordinate representation of color #F32683: hue angle of 332.78º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32683 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 131 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.05 |
| HSL | 332.78º | 0.9% | 0.55% | - |
| HSV(B) | 332.78º | 0.84% | 0.95% | - |
| XYZ | 41.75 | 22.08 | 23.53 | - |
| YUV | 109.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 131 | 0 | 0.84 | 0.46 | 0.05 | 332.78 | 0.9 | 0.55 |
| Hex | F3 | 26 | 83 | 0 | 54 | 2E | 5 | 14D | 5A | 37 |
| Octal | 363 | 46 | 203 | 0 | 124 | 56 | 5 | 515 | 132 | 67 |
| Binary | 11110011 | 100110 | 10000011 | 0 | 1010100 | 101110 | 101 | 101001101 | 1011010 | 110111 |
Color Harmonies of #F32683
Complementary color
Monochromatic Colors of #F32683
Black with #F32683
Text Example
Text Example
White with #F32683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32683; }
p { color: rgb(243,38,131); }
H1.HeaderClassName
{
color: #F32683;
}
.AnyTagClassName
{
color: #F32683;
}
</style>
background-color css
<style>
a { background-color: #F32683; }
a { background-color: rgb(243,38,131); }
div.DivClassName
{
background-color: #F32683;
}
.BgClassName
{
background-color: #F32683;
}
</style>
border-color css
<style>
span { border-color: #F32683; }
span { border-color: rgb(243,38,131); }
td.TdClassName
{
border-color: #F32683;
}
.TagClassName
{
border-color: #F32683;
}
</style>