Shades of Deep Pink #F31C7E
Tints of Deep Pink #F31C7E
RGB
CMYK
RGB Variations
Color information
#F31C7E (or 0xF31C7E) is known color: Deep Pink. HEX triplet: F3, 1C and 7E. RGB value is (243,28,126). Sum of RGB (Red+Green+Blue) = 243+28+126=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31C7E is #0CE381. Grayscale: #676767. Windows color (decimal): -844674 or 8264947. OLE color: 8264947.
HSL color Cylindrical-coordinate representation of color #F31C7E: hue angle of 332.65º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31C7E is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 126 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.05 |
| HSL | 332.65º | 0.9% | 0.53% | - |
| HSV(B) | 332.65º | 0.88% | 0.95% | - |
| XYZ | 41.14 | 21.39 | 21.7 | - |
| YUV | 103.46 | 140.73 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 126 | 0 | 0.88 | 0.48 | 0.05 | 332.65 | 0.9 | 0.53 |
| Hex | F3 | 1C | 7E | 0 | 58 | 30 | 5 | 14D | 5A | 35 |
| Octal | 363 | 34 | 176 | 0 | 130 | 60 | 5 | 515 | 132 | 65 |
| Binary | 11110011 | 11100 | 1111110 | 0 | 1011000 | 110000 | 101 | 101001101 | 1011010 | 110101 |
Color Harmonies of #F31C7E
Complementary color
Monochromatic Colors of #F31C7E
Black with #F31C7E
Text Example
Text Example
White with #F31C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C7E; }
p { color: rgb(243,28,126); }
H1.HeaderClassName
{
color: #F31C7E;
}
.AnyTagClassName
{
color: #F31C7E;
}
</style>
background-color css
<style>
a { background-color: #F31C7E; }
a { background-color: rgb(243,28,126); }
div.DivClassName
{
background-color: #F31C7E;
}
.BgClassName
{
background-color: #F31C7E;
}
</style>
border-color css
<style>
span { border-color: #F31C7E; }
span { border-color: rgb(243,28,126); }
td.TdClassName
{
border-color: #F31C7E;
}
.TagClassName
{
border-color: #F31C7E;
}
</style>