Shades of Deep Pink #F30A8A
Tints of Deep Pink #F30A8A
RGB
CMYK
RGB Variations
Color information
#F30A8A (or 0xF30A8A) is known color: Deep Pink. HEX triplet: F3, 0A and 8A. RGB value is (243,10,138). Sum of RGB (Red+Green+Blue) = 243+10+138=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30A8A is #0CF575. Grayscale: #5D5D5D. Windows color (decimal): -849270 or 9046771. OLE color: 9046771.
HSL color Cylindrical-coordinate representation of color #F30A8A: hue angle of 327.04º 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 #F30A8A is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 138 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.05 |
| HSL | 327.04º | 0.92% | 0.5% | - |
| HSV(B) | 327.04º | 0.96% | 0.95% | - |
| XYZ | 41.66 | 21.11 | 25.92 | - |
| YUV | 94.26 | 152.69 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 138 | 0 | 0.96 | 0.43 | 0.05 | 327.04 | 0.92 | 0.5 |
| Hex | F3 | A | 8A | 0 | 60 | 2B | 5 | 147 | 5C | 32 |
| Octal | 363 | 12 | 212 | 0 | 140 | 53 | 5 | 507 | 134 | 62 |
| Binary | 11110011 | 1010 | 10001010 | 0 | 1100000 | 101011 | 101 | 101000111 | 1011100 | 110010 |
Color Harmonies of #F30A8A
Complementary color
Monochromatic Colors of #F30A8A
Black with #F30A8A
Text Example
Text Example
White with #F30A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A8A; }
p { color: rgb(243,10,138); }
H1.HeaderClassName
{
color: #F30A8A;
}
.AnyTagClassName
{
color: #F30A8A;
}
</style>
background-color css
<style>
a { background-color: #F30A8A; }
a { background-color: rgb(243,10,138); }
div.DivClassName
{
background-color: #F30A8A;
}
.BgClassName
{
background-color: #F30A8A;
}
</style>
border-color css
<style>
span { border-color: #F30A8A; }
span { border-color: rgb(243,10,138); }
td.TdClassName
{
border-color: #F30A8A;
}
.TagClassName
{
border-color: #F30A8A;
}
</style>