Shades of Persian Rose #F31FA2
Tints of Persian Rose #F31FA2
RGB
CMYK
RGB Variations
Color information
#F31FA2 (or 0xF31FA2) is known color: Persian Rose. HEX triplet: F3, 1F and A2. RGB value is (243,31,162). Sum of RGB (Red+Green+Blue) = 243+31+162=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31FA2 is #0CE05D. Grayscale: #6D6D6D. Windows color (decimal): -843870 or 10625011. OLE color: 10625011.
HSL color Cylindrical-coordinate representation of color #F31FA2: hue angle of 322.92º 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 #F31FA2 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 162 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.05 |
| HSL | 322.92º | 0.9% | 0.54% | - |
| HSV(B) | 322.92º | 0.87% | 0.95% | - |
| XYZ | 43.97 | 22.64 | 36.24 | - |
| YUV | 109.32 | 157.74 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 162 | 0 | 0.87 | 0.33 | 0.05 | 322.92 | 0.9 | 0.54 |
| Hex | F3 | 1F | A2 | 0 | 57 | 21 | 5 | 143 | 5A | 36 |
| Octal | 363 | 37 | 242 | 0 | 127 | 41 | 5 | 503 | 132 | 66 |
| Binary | 11110011 | 11111 | 10100010 | 0 | 1010111 | 100001 | 101 | 101000011 | 1011010 | 110110 |
Color Harmonies of #F31FA2
Complementary color
Monochromatic Colors of #F31FA2
Black with #F31FA2
Text Example
Text Example
White with #F31FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FA2; }
p { color: rgb(243,31,162); }
H1.HeaderClassName
{
color: #F31FA2;
}
.AnyTagClassName
{
color: #F31FA2;
}
</style>
background-color css
<style>
a { background-color: #F31FA2; }
a { background-color: rgb(243,31,162); }
div.DivClassName
{
background-color: #F31FA2;
}
.BgClassName
{
background-color: #F31FA2;
}
</style>
border-color css
<style>
span { border-color: #F31FA2; }
span { border-color: rgb(243,31,162); }
td.TdClassName
{
border-color: #F31FA2;
}
.TagClassName
{
border-color: #F31FA2;
}
</style>