Shades of Deep Pink #F30179
Tints of Deep Pink #F30179
RGB
CMYK
RGB Variations
Color information
#F30179 (or 0xF30179) is known color: Deep Pink. HEX triplet: F3, 01 and 79. RGB value is (243,1,121). Sum of RGB (Red+Green+Blue) = 243+1+121=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F30179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30179 is #0CFE86. Grayscale: #565656. Windows color (decimal): -851591 or 7930355. OLE color: 7930355.
HSL color Cylindrical-coordinate representation of color #F30179: hue angle of 330.25º 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 #F30179 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.05 |
| HSL | 330.25º | 0.99% | 0.48% | - |
| HSV(B) | 330.25º | 1% | 0.95% | - |
| XYZ | 40.42 | 20.46 | 19.91 | - |
| YUV | 87.04 | 147.17 | 239.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 121 | 0 | 1.00 | 0.50 | 0.05 | 330.25 | 0.99 | 0.48 |
| Hex | F3 | 1 | 79 | 0 | 64 | 32 | 5 | 14A | 63 | 30 |
| Octal | 363 | 1 | 171 | 0 | 144 | 62 | 5 | 512 | 143 | 60 |
| Binary | 11110011 | 1 | 1111001 | 0 | 1100100 | 110010 | 101 | 101001010 | 1100011 | 110000 |
Color Harmonies of #F30179
Complementary color
Monochromatic Colors of #F30179
Black with #F30179
Text Example
Text Example
White with #F30179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30179; }
p { color: rgb(243,1,121); }
H1.HeaderClassName
{
color: #F30179;
}
.AnyTagClassName
{
color: #F30179;
}
</style>
background-color css
<style>
a { background-color: #F30179; }
a { background-color: rgb(243,1,121); }
div.DivClassName
{
background-color: #F30179;
}
.BgClassName
{
background-color: #F30179;
}
</style>
border-color css
<style>
span { border-color: #F30179; }
span { border-color: rgb(243,1,121); }
td.TdClassName
{
border-color: #F30179;
}
.TagClassName
{
border-color: #F30179;
}
</style>