Shades of Deep Pink #F3179A
Tints of Deep Pink #F3179A
RGB
CMYK
RGB Variations
Color information
#F3179A (or 0xF3179A) is known color: Deep Pink. HEX triplet: F3, 17 and 9A. RGB value is (243,23,154). Sum of RGB (Red+Green+Blue) = 243+23+154=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F3179A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3179A is #0CE865. Grayscale: #676767. Windows color (decimal): -845926 or 10098675. OLE color: 10098675.
HSL color Cylindrical-coordinate representation of color #F3179A: hue angle of 324.27º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3179A is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 154 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.05 |
| HSL | 324.27º | 0.9% | 0.52% | - |
| HSV(B) | 324.27º | 0.91% | 0.95% | - |
| XYZ | 43.1 | 22 | 32.55 | - |
| YUV | 103.71 | 156.39 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 154 | 0 | 0.91 | 0.37 | 0.05 | 324.27 | 0.9 | 0.52 |
| Hex | F3 | 17 | 9A | 0 | 5B | 25 | 5 | 144 | 5A | 34 |
| Octal | 363 | 27 | 232 | 0 | 133 | 45 | 5 | 504 | 132 | 64 |
| Binary | 11110011 | 10111 | 10011010 | 0 | 1011011 | 100101 | 101 | 101000100 | 1011010 | 110100 |
Color Harmonies of #F3179A
Complementary color
Monochromatic Colors of #F3179A
Black with #F3179A
Text Example
Text Example
White with #F3179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3179A; }
p { color: rgb(243,23,154); }
H1.HeaderClassName
{
color: #F3179A;
}
.AnyTagClassName
{
color: #F3179A;
}
</style>
background-color css
<style>
a { background-color: #F3179A; }
a { background-color: rgb(243,23,154); }
div.DivClassName
{
background-color: #F3179A;
}
.BgClassName
{
background-color: #F3179A;
}
</style>
border-color css
<style>
span { border-color: #F3179A; }
span { border-color: rgb(243,23,154); }
td.TdClassName
{
border-color: #F3179A;
}
.TagClassName
{
border-color: #F3179A;
}
</style>