Shades of Deep Pink #F32685
Tints of Deep Pink #F32685
RGB
CMYK
RGB Variations
Color information
#F32685 (or 0xF32685) is known color: Deep Pink. HEX triplet: F3, 26 and 85. RGB value is (243,38,133). Sum of RGB (Red+Green+Blue) = 243+38+133=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F32685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32685 is #0CD97A. Grayscale: #6D6D6D. Windows color (decimal): -842107 or 8726259. OLE color: 8726259.
HSL color Cylindrical-coordinate representation of color #F32685: hue angle of 332.2º 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 #F32685 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 133 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.05 |
| HSL | 332.2º | 0.9% | 0.55% | - |
| HSV(B) | 332.2º | 0.84% | 0.95% | - |
| XYZ | 41.89 | 22.13 | 24.25 | - |
| YUV | 110.13 | 140.92 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 133 | 0 | 0.84 | 0.45 | 0.05 | 332.2 | 0.9 | 0.55 |
| Hex | F3 | 26 | 85 | 0 | 54 | 2D | 5 | 14C | 5A | 37 |
| Octal | 363 | 46 | 205 | 0 | 124 | 55 | 5 | 514 | 132 | 67 |
| Binary | 11110011 | 100110 | 10000101 | 0 | 1010100 | 101101 | 101 | 101001100 | 1011010 | 110111 |
Color Harmonies of #F32685
Complementary color
Monochromatic Colors of #F32685
Black with #F32685
Text Example
Text Example
White with #F32685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32685; }
p { color: rgb(243,38,133); }
H1.HeaderClassName
{
color: #F32685;
}
.AnyTagClassName
{
color: #F32685;
}
</style>
background-color css
<style>
a { background-color: #F32685; }
a { background-color: rgb(243,38,133); }
div.DivClassName
{
background-color: #F32685;
}
.BgClassName
{
background-color: #F32685;
}
</style>
border-color css
<style>
span { border-color: #F32685; }
span { border-color: rgb(243,38,133); }
td.TdClassName
{
border-color: #F32685;
}
.TagClassName
{
border-color: #F32685;
}
</style>