Shades of Persian Rose #FA2DA5
Tints of Persian Rose #FA2DA5
RGB
CMYK
RGB Variations
Color information
#FA2DA5 (or 0xFA2DA5) is known color: Persian Rose. HEX triplet: FA, 2D and A5. RGB value is (250,45,165). Sum of RGB (Red+Green+Blue) = 250+45+165=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2DA5 is #05D25A. Grayscale: #777777. Windows color (decimal): -381531 or 10825210. OLE color: 10825210.
HSL color Cylindrical-coordinate representation of color #FA2DA5: hue angle of 324.88º 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 #FA2DA5 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 165 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.02 |
| HSL | 324.88º | 0.95% | 0.58% | - |
| HSV(B) | 324.88º | 0.82% | 0.98% | - |
| XYZ | 47.15 | 24.92 | 37.92 | - |
| YUV | 119.98 | 153.42 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 165 | 0 | 0.82 | 0.34 | 0.02 | 324.88 | 0.95 | 0.58 |
| Hex | FA | 2D | A5 | 0 | 52 | 22 | 2 | 145 | 5F | 3A |
| Octal | 372 | 55 | 245 | 0 | 122 | 42 | 2 | 505 | 137 | 72 |
| Binary | 11111010 | 101101 | 10100101 | 0 | 1010010 | 100010 | 10 | 101000101 | 1011111 | 111010 |
Color Harmonies of #FA2DA5
Complementary color
Monochromatic Colors of #FA2DA5
Black with #FA2DA5
Text Example
Text Example
White with #FA2DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DA5; }
p { color: rgb(250,45,165); }
H1.HeaderClassName
{
color: #FA2DA5;
}
.AnyTagClassName
{
color: #FA2DA5;
}
</style>
background-color css
<style>
a { background-color: #FA2DA5; }
a { background-color: rgb(250,45,165); }
div.DivClassName
{
background-color: #FA2DA5;
}
.BgClassName
{
background-color: #FA2DA5;
}
</style>
border-color css
<style>
span { border-color: #FA2DA5; }
span { border-color: rgb(250,45,165); }
td.TdClassName
{
border-color: #FA2DA5;
}
.TagClassName
{
border-color: #FA2DA5;
}
</style>