Shades of Deep Pink #F30483
Tints of Deep Pink #F30483
RGB
CMYK
RGB Variations
Color information
#F30483 (or 0xF30483) is known color: Deep Pink. HEX triplet: F3, 04 and 83. RGB value is (243,4,131). Sum of RGB (Red+Green+Blue) = 243+4+131=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F30483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30483 is #0CFB7C. Grayscale: #595959. Windows color (decimal): -850813 or 8586483. OLE color: 8586483.
HSL color Cylindrical-coordinate representation of color #F30483: hue angle of 328.12º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30483 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 131 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.05 |
| HSL | 328.12º | 0.97% | 0.48% | - |
| HSV(B) | 328.12º | 0.98% | 0.95% | - |
| XYZ | 41.1 | 20.78 | 23.32 | - |
| YUV | 89.94 | 151.18 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 131 | 0 | 0.98 | 0.46 | 0.05 | 328.12 | 0.97 | 0.48 |
| Hex | F3 | 4 | 83 | 0 | 62 | 2E | 5 | 148 | 61 | 30 |
| Octal | 363 | 4 | 203 | 0 | 142 | 56 | 5 | 510 | 141 | 60 |
| Binary | 11110011 | 100 | 10000011 | 0 | 1100010 | 101110 | 101 | 101001000 | 1100001 | 110000 |
Color Harmonies of #F30483
Complementary color
Monochromatic Colors of #F30483
Black with #F30483
Text Example
Text Example
White with #F30483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30483; }
p { color: rgb(243,4,131); }
H1.HeaderClassName
{
color: #F30483;
}
.AnyTagClassName
{
color: #F30483;
}
</style>
background-color css
<style>
a { background-color: #F30483; }
a { background-color: rgb(243,4,131); }
div.DivClassName
{
background-color: #F30483;
}
.BgClassName
{
background-color: #F30483;
}
</style>
border-color css
<style>
span { border-color: #F30483; }
span { border-color: rgb(243,4,131); }
td.TdClassName
{
border-color: #F30483;
}
.TagClassName
{
border-color: #F30483;
}
</style>