Shades of Deep Pink #F30285
Tints of Deep Pink #F30285
RGB
CMYK
RGB Variations
Color information
#F30285 (or 0xF30285) is known color: Deep Pink. HEX triplet: F3, 02 and 85. RGB value is (243,2,133). Sum of RGB (Red+Green+Blue) = 243+2+133=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F30285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30285 is #0CFD7A. Grayscale: #585858. Windows color (decimal): -851323 or 8717043. OLE color: 8717043.
HSL color Cylindrical-coordinate representation of color #F30285: hue angle of 327.39º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30285 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.05 |
| HSL | 327.39º | 0.98% | 0.48% | - |
| HSV(B) | 327.39º | 0.99% | 0.95% | - |
| XYZ | 41.22 | 20.79 | 24.03 | - |
| YUV | 88.99 | 152.84 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 133 | 0 | 0.99 | 0.45 | 0.05 | 327.39 | 0.98 | 0.48 |
| Hex | F3 | 2 | 85 | 0 | 63 | 2D | 5 | 147 | 62 | 30 |
| Octal | 363 | 2 | 205 | 0 | 143 | 55 | 5 | 507 | 142 | 60 |
| Binary | 11110011 | 10 | 10000101 | 0 | 1100011 | 101101 | 101 | 101000111 | 1100010 | 110000 |
Color Harmonies of #F30285
Complementary color
Monochromatic Colors of #F30285
Black with #F30285
Text Example
Text Example
White with #F30285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30285; }
p { color: rgb(243,2,133); }
H1.HeaderClassName
{
color: #F30285;
}
.AnyTagClassName
{
color: #F30285;
}
</style>
background-color css
<style>
a { background-color: #F30285; }
a { background-color: rgb(243,2,133); }
div.DivClassName
{
background-color: #F30285;
}
.BgClassName
{
background-color: #F30285;
}
</style>
border-color css
<style>
span { border-color: #F30285; }
span { border-color: rgb(243,2,133); }
td.TdClassName
{
border-color: #F30285;
}
.TagClassName
{
border-color: #F30285;
}
</style>