Shades of Persian Rose #FA2DA3
Tints of Persian Rose #FA2DA3
RGB
CMYK
RGB Variations
Color information
#FA2DA3 (or 0xFA2DA3) is known color: Persian Rose. HEX triplet: FA, 2D and A3. RGB value is (250,45,163). Sum of RGB (Red+Green+Blue) = 250+45+163=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2DA3 is #05D25C. Grayscale: #777777. Windows color (decimal): -381533 or 10694138. OLE color: 10694138.
HSL color Cylindrical-coordinate representation of color #FA2DA3: hue angle of 325.46º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2DA3 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 163 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.02 |
| HSL | 325.46º | 0.95% | 0.58% | - |
| HSV(B) | 325.46º | 0.82% | 0.98% | - |
| XYZ | 46.97 | 24.85 | 36.97 | - |
| YUV | 119.75 | 152.42 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 163 | 0 | 0.82 | 0.35 | 0.02 | 325.46 | 0.95 | 0.58 |
| Hex | FA | 2D | A3 | 0 | 52 | 23 | 2 | 145 | 5F | 3A |
| Octal | 372 | 55 | 243 | 0 | 122 | 43 | 2 | 505 | 137 | 72 |
| Binary | 11111010 | 101101 | 10100011 | 0 | 1010010 | 100011 | 10 | 101000101 | 1011111 | 111010 |
Color Harmonies of #FA2DA3
Complementary color
Monochromatic Colors of #FA2DA3
Black with #FA2DA3
Text Example
Text Example
White with #FA2DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DA3; }
p { color: rgb(250,45,163); }
H1.HeaderClassName
{
color: #FA2DA3;
}
.AnyTagClassName
{
color: #FA2DA3;
}
</style>
background-color css
<style>
a { background-color: #FA2DA3; }
a { background-color: rgb(250,45,163); }
div.DivClassName
{
background-color: #FA2DA3;
}
.BgClassName
{
background-color: #FA2DA3;
}
</style>
border-color css
<style>
span { border-color: #FA2DA3; }
span { border-color: rgb(250,45,163); }
td.TdClassName
{
border-color: #FA2DA3;
}
.TagClassName
{
border-color: #FA2DA3;
}
</style>