Shades of Deep Pink #F31881
Tints of Deep Pink #F31881
RGB
CMYK
RGB Variations
Color information
#F31881 (or 0xF31881) is known color: Deep Pink. HEX triplet: F3, 18 and 81. RGB value is (243,24,129). Sum of RGB (Red+Green+Blue) = 243+24+129=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F31881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31881 is #0CE77E. Grayscale: #656565. Windows color (decimal): -845695 or 8460531. OLE color: 8460531.
HSL color Cylindrical-coordinate representation of color #F31881: hue angle of 331.23º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31881 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 129 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.05 |
| HSL | 331.23º | 0.9% | 0.52% | - |
| HSV(B) | 331.23º | 0.9% | 0.95% | - |
| XYZ | 41.25 | 21.29 | 22.7 | - |
| YUV | 101.45 | 143.55 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 129 | 0 | 0.90 | 0.47 | 0.05 | 331.23 | 0.9 | 0.52 |
| Hex | F3 | 18 | 81 | 0 | 5A | 2F | 5 | 14B | 5A | 34 |
| Octal | 363 | 30 | 201 | 0 | 132 | 57 | 5 | 513 | 132 | 64 |
| Binary | 11110011 | 11000 | 10000001 | 0 | 1011010 | 101111 | 101 | 101001011 | 1011010 | 110100 |
Color Harmonies of #F31881
Complementary color
Monochromatic Colors of #F31881
Black with #F31881
Text Example
Text Example
White with #F31881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31881; }
p { color: rgb(243,24,129); }
H1.HeaderClassName
{
color: #F31881;
}
.AnyTagClassName
{
color: #F31881;
}
</style>
background-color css
<style>
a { background-color: #F31881; }
a { background-color: rgb(243,24,129); }
div.DivClassName
{
background-color: #F31881;
}
.BgClassName
{
background-color: #F31881;
}
</style>
border-color css
<style>
span { border-color: #F31881; }
span { border-color: rgb(243,24,129); }
td.TdClassName
{
border-color: #F31881;
}
.TagClassName
{
border-color: #F31881;
}
</style>