Shades of Deep Pink #F31B9C
Tints of Deep Pink #F31B9C
RGB
CMYK
RGB Variations
Color information
#F31B9C (or 0xF31B9C) is known color: Deep Pink. HEX triplet: F3, 1B and 9C. RGB value is (243,27,156). Sum of RGB (Red+Green+Blue) = 243+27+156=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31B9C is #0CE463. Grayscale: #696969. Windows color (decimal): -844900 or 10230771. OLE color: 10230771.
HSL color Cylindrical-coordinate representation of color #F31B9C: hue angle of 324.17º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31B9C is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 156 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.05 |
| HSL | 324.17º | 0.9% | 0.53% | - |
| HSV(B) | 324.17º | 0.89% | 0.95% | - |
| XYZ | 43.35 | 22.24 | 33.46 | - |
| YUV | 106.29 | 156.06 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 156 | 0 | 0.89 | 0.36 | 0.05 | 324.17 | 0.9 | 0.53 |
| Hex | F3 | 1B | 9C | 0 | 59 | 24 | 5 | 144 | 5A | 35 |
| Octal | 363 | 33 | 234 | 0 | 131 | 44 | 5 | 504 | 132 | 65 |
| Binary | 11110011 | 11011 | 10011100 | 0 | 1011001 | 100100 | 101 | 101000100 | 1011010 | 110101 |
Color Harmonies of #F31B9C
Complementary color
Monochromatic Colors of #F31B9C
Black with #F31B9C
Text Example
Text Example
White with #F31B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31B9C; }
p { color: rgb(243,27,156); }
H1.HeaderClassName
{
color: #F31B9C;
}
.AnyTagClassName
{
color: #F31B9C;
}
</style>
background-color css
<style>
a { background-color: #F31B9C; }
a { background-color: rgb(243,27,156); }
div.DivClassName
{
background-color: #F31B9C;
}
.BgClassName
{
background-color: #F31B9C;
}
</style>
border-color css
<style>
span { border-color: #F31B9C; }
span { border-color: rgb(243,27,156); }
td.TdClassName
{
border-color: #F31B9C;
}
.TagClassName
{
border-color: #F31B9C;
}
</style>