Shades of Persian Rose #F31FA0
Tints of Persian Rose #F31FA0
RGB
CMYK
RGB Variations
Color information
#F31FA0 (or 0xF31FA0) is known color: Persian Rose. HEX triplet: F3, 1F and A0. RGB value is (243,31,160). Sum of RGB (Red+Green+Blue) = 243+31+160=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31FA0 is #0CE05F. Grayscale: #6C6C6C. Windows color (decimal): -843872 or 10493939. OLE color: 10493939.
HSL color Cylindrical-coordinate representation of color #F31FA0: hue angle of 323.49º 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 #F31FA0 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 160 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.05 |
| HSL | 323.49º | 0.9% | 0.54% | - |
| HSV(B) | 323.49º | 0.87% | 0.95% | - |
| XYZ | 43.8 | 22.57 | 35.31 | - |
| YUV | 109.09 | 156.74 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 160 | 0 | 0.87 | 0.34 | 0.05 | 323.49 | 0.9 | 0.54 |
| Hex | F3 | 1F | A0 | 0 | 57 | 22 | 5 | 143 | 5A | 36 |
| Octal | 363 | 37 | 240 | 0 | 127 | 42 | 5 | 503 | 132 | 66 |
| Binary | 11110011 | 11111 | 10100000 | 0 | 1010111 | 100010 | 101 | 101000011 | 1011010 | 110110 |
Color Harmonies of #F31FA0
Complementary color
Monochromatic Colors of #F31FA0
Black with #F31FA0
Text Example
Text Example
White with #F31FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FA0; }
p { color: rgb(243,31,160); }
H1.HeaderClassName
{
color: #F31FA0;
}
.AnyTagClassName
{
color: #F31FA0;
}
</style>
background-color css
<style>
a { background-color: #F31FA0; }
a { background-color: rgb(243,31,160); }
div.DivClassName
{
background-color: #F31FA0;
}
.BgClassName
{
background-color: #F31FA0;
}
</style>
border-color css
<style>
span { border-color: #F31FA0; }
span { border-color: rgb(243,31,160); }
td.TdClassName
{
border-color: #F31FA0;
}
.TagClassName
{
border-color: #F31FA0;
}
</style>