Shades of Deep Pink #F30083
Tints of Deep Pink #F30083
RGB
CMYK
RGB Variations
Color information
#F30083 (or 0xF30083) is known color: Deep Pink. HEX triplet: F3, 00 and 83. RGB value is (243,0,131). Sum of RGB (Red+Green+Blue) = 243+0+131=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F30083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30083 is #0CFF7C. Grayscale: #575757. Windows color (decimal): -851837 or 8585459. OLE color: 8585459.
HSL color Cylindrical-coordinate representation of color #F30083: hue angle of 327.65º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30083 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.46 | 0.05 |
| HSL | 327.65º | 1% | 0.48% | - |
| HSV(B) | 327.65º | 1% | 0.95% | - |
| XYZ | 41.06 | 20.69 | 23.3 | - |
| YUV | 87.59 | 152.51 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 131 | 0 | 1 | 0.46 | 0.05 | 327.65 | 1 | 0.48 |
| Hex | F3 | 0 | 83 | 0 | 64 | 2E | 5 | 148 | 64 | 30 |
| Octal | 363 | 0 | 203 | 0 | 144 | 56 | 5 | 510 | 144 | 60 |
| Binary | 11110011 | 0 | 10000011 | 0 | 1100100 | 101110 | 101 | 101001000 | 1100100 | 110000 |
Color Harmonies of #F30083
Complementary color
Monochromatic Colors of #F30083
Black with #F30083
Text Example
Text Example
White with #F30083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30083; }
p { color: rgb(243,0,131); }
H1.HeaderClassName
{
color: #F30083;
}
.AnyTagClassName
{
color: #F30083;
}
</style>
background-color css
<style>
a { background-color: #F30083; }
a { background-color: rgb(243,0,131); }
div.DivClassName
{
background-color: #F30083;
}
.BgClassName
{
background-color: #F30083;
}
</style>
border-color css
<style>
span { border-color: #F30083; }
span { border-color: rgb(243,0,131); }
td.TdClassName
{
border-color: #F30083;
}
.TagClassName
{
border-color: #F30083;
}
</style>