Shades of Persian Rose #F31E9D
Tints of Persian Rose #F31E9D
RGB
CMYK
RGB Variations
Color information
#F31E9D (or 0xF31E9D) is known color: Persian Rose. HEX triplet: F3, 1E and 9D. RGB value is (243,30,157). Sum of RGB (Red+Green+Blue) = 243+30+157=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31E9D is #0CE162. Grayscale: #6B6B6B. Windows color (decimal): -844131 or 10297075. OLE color: 10297075.
HSL color Cylindrical-coordinate representation of color #F31E9D: hue angle of 324.23º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31E9D is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 157 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.05 |
| HSL | 324.23º | 0.9% | 0.54% | - |
| HSV(B) | 324.23º | 0.88% | 0.95% | - |
| XYZ | 43.51 | 22.42 | 33.93 | - |
| YUV | 108.17 | 155.57 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 157 | 0 | 0.88 | 0.35 | 0.05 | 324.23 | 0.9 | 0.54 |
| Hex | F3 | 1E | 9D | 0 | 58 | 23 | 5 | 144 | 5A | 36 |
| Octal | 363 | 36 | 235 | 0 | 130 | 43 | 5 | 504 | 132 | 66 |
| Binary | 11110011 | 11110 | 10011101 | 0 | 1011000 | 100011 | 101 | 101000100 | 1011010 | 110110 |
Color Harmonies of #F31E9D
Complementary color
Monochromatic Colors of #F31E9D
Black with #F31E9D
Text Example
Text Example
White with #F31E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E9D; }
p { color: rgb(243,30,157); }
H1.HeaderClassName
{
color: #F31E9D;
}
.AnyTagClassName
{
color: #F31E9D;
}
</style>
background-color css
<style>
a { background-color: #F31E9D; }
a { background-color: rgb(243,30,157); }
div.DivClassName
{
background-color: #F31E9D;
}
.BgClassName
{
background-color: #F31E9D;
}
</style>
border-color css
<style>
span { border-color: #F31E9D; }
span { border-color: rgb(243,30,157); }
td.TdClassName
{
border-color: #F31E9D;
}
.TagClassName
{
border-color: #F31E9D;
}
</style>