Shades of Deep Pink #F30A89
Tints of Deep Pink #F30A89
RGB
CMYK
RGB Variations
Color information
#F30A89 (or 0xF30A89) is known color: Deep Pink. HEX triplet: F3, 0A and 89. RGB value is (243,10,137). Sum of RGB (Red+Green+Blue) = 243+10+137=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30A89 is #0CF576. Grayscale: #5D5D5D. Windows color (decimal): -849271 or 8981235. OLE color: 8981235.
HSL color Cylindrical-coordinate representation of color #F30A89: hue angle of 327.3º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30A89 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 137 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.05 |
| HSL | 327.3º | 0.92% | 0.5% | - |
| HSV(B) | 327.3º | 0.96% | 0.95% | - |
| XYZ | 41.59 | 21.08 | 25.54 | - |
| YUV | 94.15 | 152.19 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 137 | 0 | 0.96 | 0.44 | 0.05 | 327.3 | 0.92 | 0.5 |
| Hex | F3 | A | 89 | 0 | 60 | 2C | 5 | 147 | 5C | 32 |
| Octal | 363 | 12 | 211 | 0 | 140 | 54 | 5 | 507 | 134 | 62 |
| Binary | 11110011 | 1010 | 10001001 | 0 | 1100000 | 101100 | 101 | 101000111 | 1011100 | 110010 |
Color Harmonies of #F30A89
Complementary color
Monochromatic Colors of #F30A89
Black with #F30A89
Text Example
Text Example
White with #F30A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A89; }
p { color: rgb(243,10,137); }
H1.HeaderClassName
{
color: #F30A89;
}
.AnyTagClassName
{
color: #F30A89;
}
</style>
background-color css
<style>
a { background-color: #F30A89; }
a { background-color: rgb(243,10,137); }
div.DivClassName
{
background-color: #F30A89;
}
.BgClassName
{
background-color: #F30A89;
}
</style>
border-color css
<style>
span { border-color: #F30A89; }
span { border-color: rgb(243,10,137); }
td.TdClassName
{
border-color: #F30A89;
}
.TagClassName
{
border-color: #F30A89;
}
</style>