Shades of Persian Rose #FA31AC
Tints of Persian Rose #FA31AC
RGB
CMYK
RGB Variations
Color information
#FA31AC (or 0xFA31AC) is known color: Persian Rose. HEX triplet: FA, 31 and AC. RGB value is (250,49,172). Sum of RGB (Red+Green+Blue) = 250+49+172=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA31AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA31AC is #05CE53. Grayscale: #7A7A7A. Windows color (decimal): -380500 or 11284986. OLE color: 11284986.
HSL color Cylindrical-coordinate representation of color #FA31AC: hue angle of 323.28º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA31AC is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 172 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.02 |
| HSL | 323.28º | 0.95% | 0.59% | - |
| HSV(B) | 323.28º | 0.8% | 0.98% | - |
| XYZ | 47.97 | 25.5 | 41.42 | - |
| YUV | 123.12 | 155.59 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 172 | 0 | 0.80 | 0.31 | 0.02 | 323.28 | 0.95 | 0.59 |
| Hex | FA | 31 | AC | 0 | 50 | 1F | 2 | 143 | 5F | 3B |
| Octal | 372 | 61 | 254 | 0 | 120 | 37 | 2 | 503 | 137 | 73 |
| Binary | 11111010 | 110001 | 10101100 | 0 | 1010000 | 11111 | 10 | 101000011 | 1011111 | 111011 |
Color Harmonies of #FA31AC
Complementary color
Monochromatic Colors of #FA31AC
Black with #FA31AC
Text Example
Text Example
White with #FA31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA31AC; }
p { color: rgb(250,49,172); }
H1.HeaderClassName
{
color: #FA31AC;
}
.AnyTagClassName
{
color: #FA31AC;
}
</style>
background-color css
<style>
a { background-color: #FA31AC; }
a { background-color: rgb(250,49,172); }
div.DivClassName
{
background-color: #FA31AC;
}
.BgClassName
{
background-color: #FA31AC;
}
</style>
border-color css
<style>
span { border-color: #FA31AC; }
span { border-color: rgb(250,49,172); }
td.TdClassName
{
border-color: #FA31AC;
}
.TagClassName
{
border-color: #FA31AC;
}
</style>