Shades of Deep Pink #F32387
Tints of Deep Pink #F32387
RGB
CMYK
RGB Variations
Color information
#F32387 (or 0xF32387) is known color: Deep Pink. HEX triplet: F3, 23 and 87. RGB value is (243,35,135). Sum of RGB (Red+Green+Blue) = 243+35+135=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F32387 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32387 is #0CDC78. Grayscale: #6C6C6C. Windows color (decimal): -842873 or 8856563. OLE color: 8856563.
HSL color Cylindrical-coordinate representation of color #F32387: hue angle of 331.15º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32387 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 135 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.05 |
| HSL | 331.15º | 0.9% | 0.55% | - |
| HSV(B) | 331.15º | 0.86% | 0.95% | - |
| XYZ | 41.94 | 22.01 | 24.96 | - |
| YUV | 108.59 | 142.91 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 135 | 0 | 0.86 | 0.44 | 0.05 | 331.15 | 0.9 | 0.55 |
| Hex | F3 | 23 | 87 | 0 | 56 | 2C | 5 | 14B | 5A | 37 |
| Octal | 363 | 43 | 207 | 0 | 126 | 54 | 5 | 513 | 132 | 67 |
| Binary | 11110011 | 100011 | 10000111 | 0 | 1010110 | 101100 | 101 | 101001011 | 1011010 | 110111 |
Color Harmonies of #F32387
Complementary color
Monochromatic Colors of #F32387
Black with #F32387
Text Example
Text Example
White with #F32387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32387; }
p { color: rgb(243,35,135); }
H1.HeaderClassName
{
color: #F32387;
}
.AnyTagClassName
{
color: #F32387;
}
</style>
background-color css
<style>
a { background-color: #F32387; }
a { background-color: rgb(243,35,135); }
div.DivClassName
{
background-color: #F32387;
}
.BgClassName
{
background-color: #F32387;
}
</style>
border-color css
<style>
span { border-color: #F32387; }
span { border-color: rgb(243,35,135); }
td.TdClassName
{
border-color: #F32387;
}
.TagClassName
{
border-color: #F32387;
}
</style>