Shades of Deep Pink #F31B9A
Tints of Deep Pink #F31B9A
RGB
CMYK
RGB Variations
Color information
#F31B9A (or 0xF31B9A) is known color: Deep Pink. HEX triplet: F3, 1B and 9A. RGB value is (243,27,154). Sum of RGB (Red+Green+Blue) = 243+27+154=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31B9A is #0CE465. Grayscale: #696969. Windows color (decimal): -844902 or 10099699. OLE color: 10099699.
HSL color Cylindrical-coordinate representation of color #F31B9A: hue angle of 324.72º 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 #F31B9A is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 154 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.05 |
| HSL | 324.72º | 0.9% | 0.53% | - |
| HSV(B) | 324.72º | 0.89% | 0.95% | - |
| XYZ | 43.19 | 22.17 | 32.58 | - |
| YUV | 106.06 | 155.06 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 154 | 0 | 0.89 | 0.37 | 0.05 | 324.72 | 0.9 | 0.53 |
| Hex | F3 | 1B | 9A | 0 | 59 | 25 | 5 | 145 | 5A | 35 |
| Octal | 363 | 33 | 232 | 0 | 131 | 45 | 5 | 505 | 132 | 65 |
| Binary | 11110011 | 11011 | 10011010 | 0 | 1011001 | 100101 | 101 | 101000101 | 1011010 | 110101 |
Color Harmonies of #F31B9A
Complementary color
Monochromatic Colors of #F31B9A
Black with #F31B9A
Text Example
Text Example
White with #F31B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31B9A; }
p { color: rgb(243,27,154); }
H1.HeaderClassName
{
color: #F31B9A;
}
.AnyTagClassName
{
color: #F31B9A;
}
</style>
background-color css
<style>
a { background-color: #F31B9A; }
a { background-color: rgb(243,27,154); }
div.DivClassName
{
background-color: #F31B9A;
}
.BgClassName
{
background-color: #F31B9A;
}
</style>
border-color css
<style>
span { border-color: #F31B9A; }
span { border-color: rgb(243,27,154); }
td.TdClassName
{
border-color: #F31B9A;
}
.TagClassName
{
border-color: #F31B9A;
}
</style>