Shades of Deep Pink #F31B7A
Tints of Deep Pink #F31B7A
RGB
CMYK
RGB Variations
Color information
#F31B7A (or 0xF31B7A) is known color: Deep Pink. HEX triplet: F3, 1B and 7A. RGB value is (243,27,122). Sum of RGB (Red+Green+Blue) = 243+27+122=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31B7A is #0CE485. Grayscale: #666666. Windows color (decimal): -844934 or 8002547. OLE color: 8002547.
HSL color Cylindrical-coordinate representation of color #F31B7A: hue angle of 333.61º 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 #F31B7A is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 122 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.05 |
| HSL | 333.61º | 0.9% | 0.53% | - |
| HSV(B) | 333.61º | 0.89% | 0.95% | - |
| XYZ | 40.87 | 21.24 | 20.36 | - |
| YUV | 102.41 | 139.06 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 122 | 0 | 0.89 | 0.50 | 0.05 | 333.61 | 0.9 | 0.53 |
| Hex | F3 | 1B | 7A | 0 | 59 | 32 | 5 | 14E | 5A | 35 |
| Octal | 363 | 33 | 172 | 0 | 131 | 62 | 5 | 516 | 132 | 65 |
| Binary | 11110011 | 11011 | 1111010 | 0 | 1011001 | 110010 | 101 | 101001110 | 1011010 | 110101 |
Color Harmonies of #F31B7A
Complementary color
Monochromatic Colors of #F31B7A
Black with #F31B7A
Text Example
Text Example
White with #F31B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31B7A; }
p { color: rgb(243,27,122); }
H1.HeaderClassName
{
color: #F31B7A;
}
.AnyTagClassName
{
color: #F31B7A;
}
</style>
background-color css
<style>
a { background-color: #F31B7A; }
a { background-color: rgb(243,27,122); }
div.DivClassName
{
background-color: #F31B7A;
}
.BgClassName
{
background-color: #F31B7A;
}
</style>
border-color css
<style>
span { border-color: #F31B7A; }
span { border-color: rgb(243,27,122); }
td.TdClassName
{
border-color: #F31B7A;
}
.TagClassName
{
border-color: #F31B7A;
}
</style>