Shades of Deep Pink #F32085
Tints of Deep Pink #F32085
RGB
CMYK
RGB Variations
Color information
#F32085 (or 0xF32085) is known color: Deep Pink. HEX triplet: F3, 20 and 85. RGB value is (243,32,133). Sum of RGB (Red+Green+Blue) = 243+32+133=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F32085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32085 is #0CDF7A. Grayscale: #6A6A6A. Windows color (decimal): -843643 or 8724723. OLE color: 8724723.
HSL color Cylindrical-coordinate representation of color #F32085: hue angle of 331.28º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32085 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 133 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.05 |
| HSL | 331.28º | 0.9% | 0.54% | - |
| HSV(B) | 331.28º | 0.87% | 0.95% | - |
| XYZ | 41.71 | 21.78 | 24.2 | - |
| YUV | 106.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 133 | 0 | 0.87 | 0.45 | 0.05 | 331.28 | 0.9 | 0.54 |
| Hex | F3 | 20 | 85 | 0 | 57 | 2D | 5 | 14B | 5A | 36 |
| Octal | 363 | 40 | 205 | 0 | 127 | 55 | 5 | 513 | 132 | 66 |
| Binary | 11110011 | 100000 | 10000101 | 0 | 1010111 | 101101 | 101 | 101001011 | 1011010 | 110110 |
Color Harmonies of #F32085
Complementary color
Monochromatic Colors of #F32085
Black with #F32085
Text Example
Text Example
White with #F32085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32085; }
p { color: rgb(243,32,133); }
H1.HeaderClassName
{
color: #F32085;
}
.AnyTagClassName
{
color: #F32085;
}
</style>
background-color css
<style>
a { background-color: #F32085; }
a { background-color: rgb(243,32,133); }
div.DivClassName
{
background-color: #F32085;
}
.BgClassName
{
background-color: #F32085;
}
</style>
border-color css
<style>
span { border-color: #F32085; }
span { border-color: rgb(243,32,133); }
td.TdClassName
{
border-color: #F32085;
}
.TagClassName
{
border-color: #F32085;
}
</style>