Shades of Deep Pink #F30D90
Tints of Deep Pink #F30D90
RGB
CMYK
RGB Variations
Color information
#F30D90 (or 0xF30D90) is known color: Deep Pink. HEX triplet: F3, 0D and 90. RGB value is (243,13,144). Sum of RGB (Red+Green+Blue) = 243+13+144=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F30D90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30D90 is #0CF26F. Grayscale: #606060. Windows color (decimal): -848496 or 9440755. OLE color: 9440755.
HSL color Cylindrical-coordinate representation of color #F30D90: hue angle of 325.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30D90 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 13 | 144 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.05 |
| HSL | 325.83º | 0.91% | 0.5% | - |
| HSV(B) | 325.83º | 0.95% | 0.95% | - |
| XYZ | 42.14 | 21.36 | 28.29 | - |
| YUV | 96.7 | 154.7 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 144 | 0 | 0.95 | 0.41 | 0.05 | 325.83 | 0.91 | 0.5 |
| Hex | F3 | D | 90 | 0 | 5F | 29 | 5 | 146 | 5B | 32 |
| Octal | 363 | 15 | 220 | 0 | 137 | 51 | 5 | 506 | 133 | 62 |
| Binary | 11110011 | 1101 | 10010000 | 0 | 1011111 | 101001 | 101 | 101000110 | 1011011 | 110010 |
Color Harmonies of #F30D90
Complementary color
Monochromatic Colors of #F30D90
Black with #F30D90
Text Example
Text Example
White with #F30D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30D90; }
p { color: rgb(243,13,144); }
H1.HeaderClassName
{
color: #F30D90;
}
.AnyTagClassName
{
color: #F30D90;
}
</style>
background-color css
<style>
a { background-color: #F30D90; }
a { background-color: rgb(243,13,144); }
div.DivClassName
{
background-color: #F30D90;
}
.BgClassName
{
background-color: #F30D90;
}
</style>
border-color css
<style>
span { border-color: #F30D90; }
span { border-color: rgb(243,13,144); }
td.TdClassName
{
border-color: #F30D90;
}
.TagClassName
{
border-color: #F30D90;
}
</style>