Shades of Deep Pink #F32385
Tints of Deep Pink #F32385
RGB
CMYK
RGB Variations
Color information
#F32385 (or 0xF32385) is known color: Deep Pink. HEX triplet: F3, 23 and 85. RGB value is (243,35,133). Sum of RGB (Red+Green+Blue) = 243+35+133=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F32385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32385 is #0CDC7A. Grayscale: #6C6C6C. Windows color (decimal): -842875 or 8725491. OLE color: 8725491.
HSL color Cylindrical-coordinate representation of color #F32385: hue angle of 331.73º 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 #F32385 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 133 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.05 |
| HSL | 331.73º | 0.9% | 0.55% | - |
| HSV(B) | 331.73º | 0.86% | 0.95% | - |
| XYZ | 41.8 | 21.95 | 24.22 | - |
| YUV | 108.36 | 141.91 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 133 | 0 | 0.86 | 0.45 | 0.05 | 331.73 | 0.9 | 0.55 |
| Hex | F3 | 23 | 85 | 0 | 56 | 2D | 5 | 14C | 5A | 37 |
| Octal | 363 | 43 | 205 | 0 | 126 | 55 | 5 | 514 | 132 | 67 |
| Binary | 11110011 | 100011 | 10000101 | 0 | 1010110 | 101101 | 101 | 101001100 | 1011010 | 110111 |
Color Harmonies of #F32385
Complementary color
Monochromatic Colors of #F32385
Black with #F32385
Text Example
Text Example
White with #F32385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32385; }
p { color: rgb(243,35,133); }
H1.HeaderClassName
{
color: #F32385;
}
.AnyTagClassName
{
color: #F32385;
}
</style>
background-color css
<style>
a { background-color: #F32385; }
a { background-color: rgb(243,35,133); }
div.DivClassName
{
background-color: #F32385;
}
.BgClassName
{
background-color: #F32385;
}
</style>
border-color css
<style>
span { border-color: #F32385; }
span { border-color: rgb(243,35,133); }
td.TdClassName
{
border-color: #F32385;
}
.TagClassName
{
border-color: #F32385;
}
</style>