Shades of Persian Rose #FA1D9E
Tints of Persian Rose #FA1D9E
RGB
CMYK
RGB Variations
Color information
#FA1D9E (or 0xFA1D9E) is known color: Persian Rose. HEX triplet: FA, 1D and 9E. RGB value is (250,29,158). Sum of RGB (Red+Green+Blue) = 250+29+158=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1D9E is #05E261. Grayscale: #6D6D6D. Windows color (decimal): -385634 or 10362362. OLE color: 10362362.
HSL color Cylindrical-coordinate representation of color #FA1D9E: hue angle of 324.98º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1D9E is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 158 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.02 |
| HSL | 324.98º | 0.96% | 0.55% | - |
| HSV(B) | 324.98º | 0.88% | 0.98% | - |
| XYZ | 46.04 | 23.67 | 34.49 | - |
| YUV | 109.79 | 155.22 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 158 | 0 | 0.88 | 0.37 | 0.02 | 324.98 | 0.96 | 0.55 |
| Hex | FA | 1D | 9E | 0 | 58 | 25 | 2 | 145 | 60 | 37 |
| Octal | 372 | 35 | 236 | 0 | 130 | 45 | 2 | 505 | 140 | 67 |
| Binary | 11111010 | 11101 | 10011110 | 0 | 1011000 | 100101 | 10 | 101000101 | 1100000 | 110111 |
Color Harmonies of #FA1D9E
Complementary color
Monochromatic Colors of #FA1D9E
Black with #FA1D9E
Text Example
Text Example
White with #FA1D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1D9E; }
p { color: rgb(250,29,158); }
H1.HeaderClassName
{
color: #FA1D9E;
}
.AnyTagClassName
{
color: #FA1D9E;
}
</style>
background-color css
<style>
a { background-color: #FA1D9E; }
a { background-color: rgb(250,29,158); }
div.DivClassName
{
background-color: #FA1D9E;
}
.BgClassName
{
background-color: #FA1D9E;
}
</style>
border-color css
<style>
span { border-color: #FA1D9E; }
span { border-color: rgb(250,29,158); }
td.TdClassName
{
border-color: #FA1D9E;
}
.TagClassName
{
border-color: #FA1D9E;
}
</style>