Shades of Persian Rose #F31F9D
Tints of Persian Rose #F31F9D
RGB
CMYK
RGB Variations
Color information
#F31F9D (or 0xF31F9D) is known color: Persian Rose. HEX triplet: F3, 1F and 9D. RGB value is (243,31,157). Sum of RGB (Red+Green+Blue) = 243+31+157=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31F9D is #0CE062. Grayscale: #6C6C6C. Windows color (decimal): -843875 or 10297331. OLE color: 10297331.
HSL color Cylindrical-coordinate representation of color #F31F9D: hue angle of 324.34º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F31F9D is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 157 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.05 |
| HSL | 324.34º | 0.9% | 0.54% | - |
| HSV(B) | 324.34º | 0.87% | 0.95% | - |
| XYZ | 43.54 | 22.47 | 33.94 | - |
| YUV | 108.75 | 155.24 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 157 | 0 | 0.87 | 0.35 | 0.05 | 324.34 | 0.9 | 0.54 |
| Hex | F3 | 1F | 9D | 0 | 57 | 23 | 5 | 144 | 5A | 36 |
| Octal | 363 | 37 | 235 | 0 | 127 | 43 | 5 | 504 | 132 | 66 |
| Binary | 11110011 | 11111 | 10011101 | 0 | 1010111 | 100011 | 101 | 101000100 | 1011010 | 110110 |
Color Harmonies of #F31F9D
Complementary color
Monochromatic Colors of #F31F9D
Black with #F31F9D
Text Example
Text Example
White with #F31F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F9D; }
p { color: rgb(243,31,157); }
H1.HeaderClassName
{
color: #F31F9D;
}
.AnyTagClassName
{
color: #F31F9D;
}
</style>
background-color css
<style>
a { background-color: #F31F9D; }
a { background-color: rgb(243,31,157); }
div.DivClassName
{
background-color: #F31F9D;
}
.BgClassName
{
background-color: #F31F9D;
}
</style>
border-color css
<style>
span { border-color: #F31F9D; }
span { border-color: rgb(243,31,157); }
td.TdClassName
{
border-color: #F31F9D;
}
.TagClassName
{
border-color: #F31F9D;
}
</style>