Shades of Persian Rose #F31E9F
Tints of Persian Rose #F31E9F
RGB
CMYK
RGB Variations
Color information
#F31E9F (or 0xF31E9F) is known color: Persian Rose. HEX triplet: F3, 1E and 9F. RGB value is (243,30,159). Sum of RGB (Red+Green+Blue) = 243+30+159=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31E9F is #0CE160. Grayscale: #6C6C6C. Windows color (decimal): -844129 or 10428147. OLE color: 10428147.
HSL color Cylindrical-coordinate representation of color #F31E9F: hue angle of 323.66º 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 #F31E9F is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 159 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.05 |
| HSL | 323.66º | 0.9% | 0.54% | - |
| HSV(B) | 323.66º | 0.88% | 0.95% | - |
| XYZ | 43.68 | 22.49 | 34.84 | - |
| YUV | 108.39 | 156.57 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 159 | 0 | 0.88 | 0.35 | 0.05 | 323.66 | 0.9 | 0.54 |
| Hex | F3 | 1E | 9F | 0 | 58 | 23 | 5 | 144 | 5A | 36 |
| Octal | 363 | 36 | 237 | 0 | 130 | 43 | 5 | 504 | 132 | 66 |
| Binary | 11110011 | 11110 | 10011111 | 0 | 1011000 | 100011 | 101 | 101000100 | 1011010 | 110110 |
Color Harmonies of #F31E9F
Complementary color
Monochromatic Colors of #F31E9F
Black with #F31E9F
Text Example
Text Example
White with #F31E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E9F; }
p { color: rgb(243,30,159); }
H1.HeaderClassName
{
color: #F31E9F;
}
.AnyTagClassName
{
color: #F31E9F;
}
</style>
background-color css
<style>
a { background-color: #F31E9F; }
a { background-color: rgb(243,30,159); }
div.DivClassName
{
background-color: #F31E9F;
}
.BgClassName
{
background-color: #F31E9F;
}
</style>
border-color css
<style>
span { border-color: #F31E9F; }
span { border-color: rgb(243,30,159); }
td.TdClassName
{
border-color: #F31E9F;
}
.TagClassName
{
border-color: #F31E9F;
}
</style>