Shades of Deep Pink #F31C9B
Tints of Deep Pink #F31C9B
RGB
CMYK
RGB Variations
Color information
#F31C9B (or 0xF31C9B) is known color: Deep Pink. HEX triplet: F3, 1C and 9B. RGB value is (243,28,155). Sum of RGB (Red+Green+Blue) = 243+28+155=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31C9B is #0CE364. Grayscale: #6A6A6A. Windows color (decimal): -844645 or 10165491. OLE color: 10165491.
HSL color Cylindrical-coordinate representation of color #F31C9B: hue angle of 324.56º 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 #F31C9B is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 155 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.05 |
| HSL | 324.56º | 0.9% | 0.53% | - |
| HSV(B) | 324.56º | 0.88% | 0.95% | - |
| XYZ | 43.29 | 22.25 | 33.02 | - |
| YUV | 106.76 | 155.23 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 155 | 0 | 0.88 | 0.36 | 0.05 | 324.56 | 0.9 | 0.53 |
| Hex | F3 | 1C | 9B | 0 | 58 | 24 | 5 | 145 | 5A | 35 |
| Octal | 363 | 34 | 233 | 0 | 130 | 44 | 5 | 505 | 132 | 65 |
| Binary | 11110011 | 11100 | 10011011 | 0 | 1011000 | 100100 | 101 | 101000101 | 1011010 | 110101 |
Color Harmonies of #F31C9B
Complementary color
Monochromatic Colors of #F31C9B
Black with #F31C9B
Text Example
Text Example
White with #F31C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C9B; }
p { color: rgb(243,28,155); }
H1.HeaderClassName
{
color: #F31C9B;
}
.AnyTagClassName
{
color: #F31C9B;
}
</style>
background-color css
<style>
a { background-color: #F31C9B; }
a { background-color: rgb(243,28,155); }
div.DivClassName
{
background-color: #F31C9B;
}
.BgClassName
{
background-color: #F31C9B;
}
</style>
border-color css
<style>
span { border-color: #F31C9B; }
span { border-color: rgb(243,28,155); }
td.TdClassName
{
border-color: #F31C9B;
}
.TagClassName
{
border-color: #F31C9B;
}
</style>