Shades of Deep Pink #F30A90
Tints of Deep Pink #F30A90
RGB
CMYK
RGB Variations
Color information
#F30A90 (or 0xF30A90) is known color: Deep Pink. HEX triplet: F3, 0A and 90. RGB value is (243,10,144). Sum of RGB (Red+Green+Blue) = 243+10+144=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30A90 is #0CF56F. Grayscale: #5E5E5E. Windows color (decimal): -849264 or 9439987. OLE color: 9439987.
HSL color Cylindrical-coordinate representation of color #F30A90: hue angle of 325.49º 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 #F30A90 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 144 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.05 |
| HSL | 325.49º | 0.92% | 0.5% | - |
| HSV(B) | 325.49º | 0.96% | 0.95% | - |
| XYZ | 42.1 | 21.29 | 28.27 | - |
| YUV | 94.94 | 155.69 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 144 | 0 | 0.96 | 0.41 | 0.05 | 325.49 | 0.92 | 0.5 |
| Hex | F3 | A | 90 | 0 | 60 | 29 | 5 | 145 | 5C | 32 |
| Octal | 363 | 12 | 220 | 0 | 140 | 51 | 5 | 505 | 134 | 62 |
| Binary | 11110011 | 1010 | 10010000 | 0 | 1100000 | 101001 | 101 | 101000101 | 1011100 | 110010 |
Color Harmonies of #F30A90
Complementary color
Monochromatic Colors of #F30A90
Black with #F30A90
Text Example
Text Example
White with #F30A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A90; }
p { color: rgb(243,10,144); }
H1.HeaderClassName
{
color: #F30A90;
}
.AnyTagClassName
{
color: #F30A90;
}
</style>
background-color css
<style>
a { background-color: #F30A90; }
a { background-color: rgb(243,10,144); }
div.DivClassName
{
background-color: #F30A90;
}
.BgClassName
{
background-color: #F30A90;
}
</style>
border-color css
<style>
span { border-color: #F30A90; }
span { border-color: rgb(243,10,144); }
td.TdClassName
{
border-color: #F30A90;
}
.TagClassName
{
border-color: #F30A90;
}
</style>