Shades of Deep Pink #F30182
Tints of Deep Pink #F30182
RGB
CMYK
RGB Variations
Color information
#F30182 (or 0xF30182) is known color: Deep Pink. HEX triplet: F3, 01 and 82. RGB value is (243,1,130). Sum of RGB (Red+Green+Blue) = 243+1+130=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F30182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30182 is #0CFE7D. Grayscale: #575757. Windows color (decimal): -851582 or 8520179. OLE color: 8520179.
HSL color Cylindrical-coordinate representation of color #F30182: hue angle of 328.02º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30182 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 130 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.05 |
| HSL | 328.02º | 0.99% | 0.48% | - |
| HSV(B) | 328.02º | 1% | 0.95% | - |
| XYZ | 41 | 20.69 | 22.95 | - |
| YUV | 88.06 | 151.67 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 130 | 0 | 1.00 | 0.47 | 0.05 | 328.02 | 0.99 | 0.48 |
| Hex | F3 | 1 | 82 | 0 | 64 | 2F | 5 | 148 | 63 | 30 |
| Octal | 363 | 1 | 202 | 0 | 144 | 57 | 5 | 510 | 143 | 60 |
| Binary | 11110011 | 1 | 10000010 | 0 | 1100100 | 101111 | 101 | 101001000 | 1100011 | 110000 |
Color Harmonies of #F30182
Complementary color
Monochromatic Colors of #F30182
Black with #F30182
Text Example
Text Example
White with #F30182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30182; }
p { color: rgb(243,1,130); }
H1.HeaderClassName
{
color: #F30182;
}
.AnyTagClassName
{
color: #F30182;
}
</style>
background-color css
<style>
a { background-color: #F30182; }
a { background-color: rgb(243,1,130); }
div.DivClassName
{
background-color: #F30182;
}
.BgClassName
{
background-color: #F30182;
}
</style>
border-color css
<style>
span { border-color: #F30182; }
span { border-color: rgb(243,1,130); }
td.TdClassName
{
border-color: #F30182;
}
.TagClassName
{
border-color: #F30182;
}
</style>