Shades of Deep Pink #F30883
Tints of Deep Pink #F30883
RGB
CMYK
RGB Variations
Color information
#F30883 (or 0xF30883) is known color: Deep Pink. HEX triplet: F3, 08 and 83. RGB value is (243,8,131). Sum of RGB (Red+Green+Blue) = 243+8+131=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F30883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30883 is #0CF77C. Grayscale: #5C5C5C. Windows color (decimal): -849789 or 8587507. OLE color: 8587507.
HSL color Cylindrical-coordinate representation of color #F30883: hue angle of 328.6º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30883 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 131 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.05 |
| HSL | 328.6º | 0.94% | 0.49% | - |
| HSV(B) | 328.6º | 0.97% | 0.95% | - |
| XYZ | 41.15 | 20.87 | 23.33 | - |
| YUV | 92.29 | 149.86 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 131 | 0 | 0.97 | 0.46 | 0.05 | 328.6 | 0.94 | 0.49 |
| Hex | F3 | 8 | 83 | 0 | 61 | 2E | 5 | 149 | 5E | 31 |
| Octal | 363 | 10 | 203 | 0 | 141 | 56 | 5 | 511 | 136 | 61 |
| Binary | 11110011 | 1000 | 10000011 | 0 | 1100001 | 101110 | 101 | 101001001 | 1011110 | 110001 |
Color Harmonies of #F30883
Complementary color
Monochromatic Colors of #F30883
Black with #F30883
Text Example
Text Example
White with #F30883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30883; }
p { color: rgb(243,8,131); }
H1.HeaderClassName
{
color: #F30883;
}
.AnyTagClassName
{
color: #F30883;
}
</style>
background-color css
<style>
a { background-color: #F30883; }
a { background-color: rgb(243,8,131); }
div.DivClassName
{
background-color: #F30883;
}
.BgClassName
{
background-color: #F30883;
}
</style>
border-color css
<style>
span { border-color: #F30883; }
span { border-color: rgb(243,8,131); }
td.TdClassName
{
border-color: #F30883;
}
.TagClassName
{
border-color: #F30883;
}
</style>