Shades of Persian Rose #F31FA4
Tints of Persian Rose #F31FA4
RGB
CMYK
RGB Variations
Color information
#F31FA4 (or 0xF31FA4) is known color: Persian Rose. HEX triplet: F3, 1F and A4. RGB value is (243,31,164). Sum of RGB (Red+Green+Blue) = 243+31+164=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31FA4 is #0CE05B. Grayscale: #6D6D6D. Windows color (decimal): -843868 or 10756083. OLE color: 10756083.
HSL color Cylindrical-coordinate representation of color #F31FA4: hue angle of 322.36º 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 #F31FA4 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 164 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.05 |
| HSL | 322.36º | 0.9% | 0.54% | - |
| HSV(B) | 322.36º | 0.87% | 0.95% | - |
| XYZ | 44.15 | 22.72 | 37.18 | - |
| YUV | 109.55 | 158.74 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 164 | 0 | 0.87 | 0.33 | 0.05 | 322.36 | 0.9 | 0.54 |
| Hex | F3 | 1F | A4 | 0 | 57 | 21 | 5 | 142 | 5A | 36 |
| Octal | 363 | 37 | 244 | 0 | 127 | 41 | 5 | 502 | 132 | 66 |
| Binary | 11110011 | 11111 | 10100100 | 0 | 1010111 | 100001 | 101 | 101000010 | 1011010 | 110110 |
Color Harmonies of #F31FA4
Complementary color
Monochromatic Colors of #F31FA4
Black with #F31FA4
Text Example
Text Example
White with #F31FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FA4; }
p { color: rgb(243,31,164); }
H1.HeaderClassName
{
color: #F31FA4;
}
.AnyTagClassName
{
color: #F31FA4;
}
</style>
background-color css
<style>
a { background-color: #F31FA4; }
a { background-color: rgb(243,31,164); }
div.DivClassName
{
background-color: #F31FA4;
}
.BgClassName
{
background-color: #F31FA4;
}
</style>
border-color css
<style>
span { border-color: #F31FA4; }
span { border-color: rgb(243,31,164); }
td.TdClassName
{
border-color: #F31FA4;
}
.TagClassName
{
border-color: #F31FA4;
}
</style>