Shades of Persian Rose #F31D9F
Tints of Persian Rose #F31D9F
RGB
CMYK
RGB Variations
Color information
#F31D9F (or 0xF31D9F) is known color: Persian Rose. HEX triplet: F3, 1D and 9F. RGB value is (243,29,159). Sum of RGB (Red+Green+Blue) = 243+29+159=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31D9F is #0CE260. Grayscale: #6B6B6B. Windows color (decimal): -844385 or 10427891. OLE color: 10427891.
HSL color Cylindrical-coordinate representation of color #F31D9F: hue angle of 323.55º 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 #F31D9F is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 159 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.05 |
| HSL | 323.55º | 0.9% | 0.53% | - |
| HSV(B) | 323.55º | 0.88% | 0.95% | - |
| XYZ | 43.66 | 22.44 | 34.83 | - |
| YUV | 107.81 | 156.9 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 159 | 0 | 0.88 | 0.35 | 0.05 | 323.55 | 0.9 | 0.53 |
| Hex | F3 | 1D | 9F | 0 | 58 | 23 | 5 | 144 | 5A | 35 |
| Octal | 363 | 35 | 237 | 0 | 130 | 43 | 5 | 504 | 132 | 65 |
| Binary | 11110011 | 11101 | 10011111 | 0 | 1011000 | 100011 | 101 | 101000100 | 1011010 | 110101 |
Color Harmonies of #F31D9F
Complementary color
Monochromatic Colors of #F31D9F
Black with #F31D9F
Text Example
Text Example
White with #F31D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D9F; }
p { color: rgb(243,29,159); }
H1.HeaderClassName
{
color: #F31D9F;
}
.AnyTagClassName
{
color: #F31D9F;
}
</style>
background-color css
<style>
a { background-color: #F31D9F; }
a { background-color: rgb(243,29,159); }
div.DivClassName
{
background-color: #F31D9F;
}
.BgClassName
{
background-color: #F31D9F;
}
</style>
border-color css
<style>
span { border-color: #F31D9F; }
span { border-color: rgb(243,29,159); }
td.TdClassName
{
border-color: #F31D9F;
}
.TagClassName
{
border-color: #F31D9F;
}
</style>