Shades of Deep Pink #F30882
Tints of Deep Pink #F30882
RGB
CMYK
RGB Variations
Color information
#F30882 (or 0xF30882) is known color: Deep Pink. HEX triplet: F3, 08 and 82. RGB value is (243,8,130). Sum of RGB (Red+Green+Blue) = 243+8+130=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F30882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30882 is #0CF77D. Grayscale: #5B5B5B. Windows color (decimal): -849790 or 8521971. OLE color: 8521971.
HSL color Cylindrical-coordinate representation of color #F30882: hue angle of 328.85º 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 #F30882 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 130 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.05 |
| HSL | 328.85º | 0.94% | 0.49% | - |
| HSV(B) | 328.85º | 0.97% | 0.95% | - |
| XYZ | 41.08 | 20.84 | 22.98 | - |
| YUV | 92.17 | 149.36 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 130 | 0 | 0.97 | 0.47 | 0.05 | 328.85 | 0.94 | 0.49 |
| Hex | F3 | 8 | 82 | 0 | 61 | 2F | 5 | 149 | 5E | 31 |
| Octal | 363 | 10 | 202 | 0 | 141 | 57 | 5 | 511 | 136 | 61 |
| Binary | 11110011 | 1000 | 10000010 | 0 | 1100001 | 101111 | 101 | 101001001 | 1011110 | 110001 |
Color Harmonies of #F30882
Complementary color
Monochromatic Colors of #F30882
Black with #F30882
Text Example
Text Example
White with #F30882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30882; }
p { color: rgb(243,8,130); }
H1.HeaderClassName
{
color: #F30882;
}
.AnyTagClassName
{
color: #F30882;
}
</style>
background-color css
<style>
a { background-color: #F30882; }
a { background-color: rgb(243,8,130); }
div.DivClassName
{
background-color: #F30882;
}
.BgClassName
{
background-color: #F30882;
}
</style>
border-color css
<style>
span { border-color: #F30882; }
span { border-color: rgb(243,8,130); }
td.TdClassName
{
border-color: #F30882;
}
.TagClassName
{
border-color: #F30882;
}
</style>