Shades of Deep Pink #F31297
Tints of Deep Pink #F31297
RGB
CMYK
RGB Variations
Color information
#F31297 (or 0xF31297) is known color: Deep Pink. HEX triplet: F3, 12 and 97. RGB value is (243,18,151). Sum of RGB (Red+Green+Blue) = 243+18+151=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F31297 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31297 is #0CED68. Grayscale: #646464. Windows color (decimal): -847209 or 9900787. OLE color: 9900787.
HSL color Cylindrical-coordinate representation of color #F31297: hue angle of 324.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31297 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 151 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.05 |
| HSL | 324.53º | 0.9% | 0.51% | - |
| HSV(B) | 324.53º | 0.93% | 0.95% | - |
| XYZ | 42.76 | 21.72 | 31.22 | - |
| YUV | 100.44 | 156.54 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 151 | 0 | 0.93 | 0.38 | 0.05 | 324.53 | 0.9 | 0.51 |
| Hex | F3 | 12 | 97 | 0 | 5D | 26 | 5 | 145 | 5A | 33 |
| Octal | 363 | 22 | 227 | 0 | 135 | 46 | 5 | 505 | 132 | 63 |
| Binary | 11110011 | 10010 | 10010111 | 0 | 1011101 | 100110 | 101 | 101000101 | 1011010 | 110011 |
Color Harmonies of #F31297
Complementary color
Monochromatic Colors of #F31297
Black with #F31297
Text Example
Text Example
White with #F31297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31297; }
p { color: rgb(243,18,151); }
H1.HeaderClassName
{
color: #F31297;
}
.AnyTagClassName
{
color: #F31297;
}
</style>
background-color css
<style>
a { background-color: #F31297; }
a { background-color: rgb(243,18,151); }
div.DivClassName
{
background-color: #F31297;
}
.BgClassName
{
background-color: #F31297;
}
</style>
border-color css
<style>
span { border-color: #F31297; }
span { border-color: rgb(243,18,151); }
td.TdClassName
{
border-color: #F31297;
}
.TagClassName
{
border-color: #F31297;
}
</style>