Shades of Deep Pink #F31C7B
Tints of Deep Pink #F31C7B
RGB
CMYK
RGB Variations
Color information
#F31C7B (or 0xF31C7B) is known color: Deep Pink. HEX triplet: F3, 1C and 7B. RGB value is (243,28,123). Sum of RGB (Red+Green+Blue) = 243+28+123=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31C7B is #0CE384. Grayscale: #666666. Windows color (decimal): -844677 or 8068339. OLE color: 8068339.
HSL color Cylindrical-coordinate representation of color #F31C7B: hue angle of 333.49º 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 #F31C7B is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 123 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.05 |
| HSL | 333.49º | 0.9% | 0.53% | - |
| HSV(B) | 333.49º | 0.88% | 0.95% | - |
| XYZ | 40.95 | 21.32 | 20.69 | - |
| YUV | 103.12 | 139.23 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 123 | 0 | 0.88 | 0.49 | 0.05 | 333.49 | 0.9 | 0.53 |
| Hex | F3 | 1C | 7B | 0 | 58 | 31 | 5 | 14D | 5A | 35 |
| Octal | 363 | 34 | 173 | 0 | 130 | 61 | 5 | 515 | 132 | 65 |
| Binary | 11110011 | 11100 | 1111011 | 0 | 1011000 | 110001 | 101 | 101001101 | 1011010 | 110101 |
Color Harmonies of #F31C7B
Complementary color
Monochromatic Colors of #F31C7B
Black with #F31C7B
Text Example
Text Example
White with #F31C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C7B; }
p { color: rgb(243,28,123); }
H1.HeaderClassName
{
color: #F31C7B;
}
.AnyTagClassName
{
color: #F31C7B;
}
</style>
background-color css
<style>
a { background-color: #F31C7B; }
a { background-color: rgb(243,28,123); }
div.DivClassName
{
background-color: #F31C7B;
}
.BgClassName
{
background-color: #F31C7B;
}
</style>
border-color css
<style>
span { border-color: #F31C7B; }
span { border-color: rgb(243,28,123); }
td.TdClassName
{
border-color: #F31C7B;
}
.TagClassName
{
border-color: #F31C7B;
}
</style>