Shades of Persian Rose #FA2BAC
Tints of Persian Rose #FA2BAC
RGB
CMYK
RGB Variations
Color information
#FA2BAC (or 0xFA2BAC) is known color: Persian Rose. HEX triplet: FA, 2B and AC. RGB value is (250,43,172). Sum of RGB (Red+Green+Blue) = 250+43+172=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2BAC is #05D453. Grayscale: #777777. Windows color (decimal): -382036 or 11283450. OLE color: 11283450.
HSL color Cylindrical-coordinate representation of color #FA2BAC: hue angle of 322.61º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2BAC is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 172 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.02 |
| HSL | 322.61º | 0.95% | 0.57% | - |
| HSV(B) | 322.61º | 0.83% | 0.98% | - |
| XYZ | 47.73 | 25.03 | 41.35 | - |
| YUV | 119.6 | 157.58 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 172 | 0 | 0.83 | 0.31 | 0.02 | 322.61 | 0.95 | 0.57 |
| Hex | FA | 2B | AC | 0 | 53 | 1F | 2 | 143 | 5F | 39 |
| Octal | 372 | 53 | 254 | 0 | 123 | 37 | 2 | 503 | 137 | 71 |
| Binary | 11111010 | 101011 | 10101100 | 0 | 1010011 | 11111 | 10 | 101000011 | 1011111 | 111001 |
Color Harmonies of #FA2BAC
Complementary color
Monochromatic Colors of #FA2BAC
Black with #FA2BAC
Text Example
Text Example
White with #FA2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2BAC; }
p { color: rgb(250,43,172); }
H1.HeaderClassName
{
color: #FA2BAC;
}
.AnyTagClassName
{
color: #FA2BAC;
}
</style>
background-color css
<style>
a { background-color: #FA2BAC; }
a { background-color: rgb(250,43,172); }
div.DivClassName
{
background-color: #FA2BAC;
}
.BgClassName
{
background-color: #FA2BAC;
}
</style>
border-color css
<style>
span { border-color: #FA2BAC; }
span { border-color: rgb(250,43,172); }
td.TdClassName
{
border-color: #FA2BAC;
}
.TagClassName
{
border-color: #FA2BAC;
}
</style>