Shades of Deep Pink #F30085
Tints of Deep Pink #F30085
RGB
CMYK
RGB Variations
Color information
#F30085 (or 0xF30085) is known color: Deep Pink. HEX triplet: F3, 00 and 85. RGB value is (243,0,133). Sum of RGB (Red+Green+Blue) = 243+0+133=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F30085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30085 is #0CFF7A. Grayscale: #575757. Windows color (decimal): -851835 or 8716531. OLE color: 8716531.
HSL color Cylindrical-coordinate representation of color #F30085: hue angle of 327.16º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30085 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.45 | 0.05 |
| HSL | 327.16º | 1% | 0.48% | - |
| HSV(B) | 327.16º | 1% | 0.95% | - |
| XYZ | 41.2 | 20.75 | 24.02 | - |
| YUV | 87.82 | 153.51 | 238.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 133 | 0 | 1 | 0.45 | 0.05 | 327.16 | 1 | 0.48 |
| Hex | F3 | 0 | 85 | 0 | 64 | 2D | 5 | 147 | 64 | 30 |
| Octal | 363 | 0 | 205 | 0 | 144 | 55 | 5 | 507 | 144 | 60 |
| Binary | 11110011 | 0 | 10000101 | 0 | 1100100 | 101101 | 101 | 101000111 | 1100100 | 110000 |
Color Harmonies of #F30085
Complementary color
Monochromatic Colors of #F30085
Black with #F30085
Text Example
Text Example
White with #F30085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30085; }
p { color: rgb(243,0,133); }
H1.HeaderClassName
{
color: #F30085;
}
.AnyTagClassName
{
color: #F30085;
}
</style>
background-color css
<style>
a { background-color: #F30085; }
a { background-color: rgb(243,0,133); }
div.DivClassName
{
background-color: #F30085;
}
.BgClassName
{
background-color: #F30085;
}
</style>
border-color css
<style>
span { border-color: #F30085; }
span { border-color: rgb(243,0,133); }
td.TdClassName
{
border-color: #F30085;
}
.TagClassName
{
border-color: #F30085;
}
</style>