Shades of Persian Rose #FA1C9F
Tints of Persian Rose #FA1C9F
RGB
CMYK
RGB Variations
Color information
#FA1C9F (or 0xFA1C9F) is known color: Persian Rose. HEX triplet: FA, 1C and 9F. RGB value is (250,28,159). Sum of RGB (Red+Green+Blue) = 250+28+159=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1C9F is #05E360. Grayscale: #6D6D6D. Windows color (decimal): -385889 or 10427642. OLE color: 10427642.
HSL color Cylindrical-coordinate representation of color #FA1C9F: hue angle of 324.59º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1C9F is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 159 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.02 |
| HSL | 324.59º | 0.96% | 0.55% | - |
| HSV(B) | 324.59º | 0.89% | 0.98% | - |
| XYZ | 46.1 | 23.66 | 34.94 | - |
| YUV | 109.31 | 156.05 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 159 | 0 | 0.89 | 0.36 | 0.02 | 324.59 | 0.96 | 0.55 |
| Hex | FA | 1C | 9F | 0 | 59 | 24 | 2 | 145 | 60 | 37 |
| Octal | 372 | 34 | 237 | 0 | 131 | 44 | 2 | 505 | 140 | 67 |
| Binary | 11111010 | 11100 | 10011111 | 0 | 1011001 | 100100 | 10 | 101000101 | 1100000 | 110111 |
Color Harmonies of #FA1C9F
Complementary color
Monochromatic Colors of #FA1C9F
Black with #FA1C9F
Text Example
Text Example
White with #FA1C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C9F; }
p { color: rgb(250,28,159); }
H1.HeaderClassName
{
color: #FA1C9F;
}
.AnyTagClassName
{
color: #FA1C9F;
}
</style>
background-color css
<style>
a { background-color: #FA1C9F; }
a { background-color: rgb(250,28,159); }
div.DivClassName
{
background-color: #FA1C9F;
}
.BgClassName
{
background-color: #FA1C9F;
}
</style>
border-color css
<style>
span { border-color: #FA1C9F; }
span { border-color: rgb(250,28,159); }
td.TdClassName
{
border-color: #FA1C9F;
}
.TagClassName
{
border-color: #FA1C9F;
}
</style>