Shades of Persian Rose #FA2D9D
Tints of Persian Rose #FA2D9D
RGB
CMYK
RGB Variations
Color information
#FA2D9D (or 0xFA2D9D) is known color: Persian Rose. HEX triplet: FA, 2D and 9D. RGB value is (250,45,157). Sum of RGB (Red+Green+Blue) = 250+45+157=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D9D is #05D262. Grayscale: #767676. Windows color (decimal): -381539 or 10300922. OLE color: 10300922.
HSL color Cylindrical-coordinate representation of color #FA2D9D: hue angle of 327.22º 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 #FA2D9D is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 157 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.02 |
| HSL | 327.22º | 0.95% | 0.58% | - |
| HSV(B) | 327.22º | 0.82% | 0.98% | - |
| XYZ | 46.45 | 24.64 | 34.21 | - |
| YUV | 119.06 | 149.42 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 157 | 0 | 0.82 | 0.37 | 0.02 | 327.22 | 0.95 | 0.58 |
| Hex | FA | 2D | 9D | 0 | 52 | 25 | 2 | 147 | 5F | 3A |
| Octal | 372 | 55 | 235 | 0 | 122 | 45 | 2 | 507 | 137 | 72 |
| Binary | 11111010 | 101101 | 10011101 | 0 | 1010010 | 100101 | 10 | 101000111 | 1011111 | 111010 |
Color Harmonies of #FA2D9D
Complementary color
Monochromatic Colors of #FA2D9D
Black with #FA2D9D
Text Example
Text Example
White with #FA2D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D9D; }
p { color: rgb(250,45,157); }
H1.HeaderClassName
{
color: #FA2D9D;
}
.AnyTagClassName
{
color: #FA2D9D;
}
</style>
background-color css
<style>
a { background-color: #FA2D9D; }
a { background-color: rgb(250,45,157); }
div.DivClassName
{
background-color: #FA2D9D;
}
.BgClassName
{
background-color: #FA2D9D;
}
</style>
border-color css
<style>
span { border-color: #FA2D9D; }
span { border-color: rgb(250,45,157); }
td.TdClassName
{
border-color: #FA2D9D;
}
.TagClassName
{
border-color: #FA2D9D;
}
</style>