Shades of Persian Rose #FA259F
Tints of Persian Rose #FA259F
RGB
CMYK
RGB Variations
Color information
#FA259F (or 0xFA259F) is known color: Persian Rose. HEX triplet: FA, 25 and 9F. RGB value is (250,37,159). Sum of RGB (Red+Green+Blue) = 250+37+159=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA259F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA259F is #05DA60. Grayscale: #727272. Windows color (decimal): -383585 or 10429946. OLE color: 10429946.
HSL color Cylindrical-coordinate representation of color #FA259F: hue angle of 325.63º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA259F is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 159 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.02 |
| HSL | 325.63º | 0.96% | 0.56% | - |
| HSV(B) | 325.63º | 0.85% | 0.98% | - |
| XYZ | 46.34 | 24.15 | 35.02 | - |
| YUV | 114.6 | 153.07 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 159 | 0 | 0.85 | 0.36 | 0.02 | 325.63 | 0.96 | 0.56 |
| Hex | FA | 25 | 9F | 0 | 55 | 24 | 2 | 146 | 60 | 38 |
| Octal | 372 | 45 | 237 | 0 | 125 | 44 | 2 | 506 | 140 | 70 |
| Binary | 11111010 | 100101 | 10011111 | 0 | 1010101 | 100100 | 10 | 101000110 | 1100000 | 111000 |
Color Harmonies of #FA259F
Complementary color
Monochromatic Colors of #FA259F
Black with #FA259F
Text Example
Text Example
White with #FA259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA259F; }
p { color: rgb(250,37,159); }
H1.HeaderClassName
{
color: #FA259F;
}
.AnyTagClassName
{
color: #FA259F;
}
</style>
background-color css
<style>
a { background-color: #FA259F; }
a { background-color: rgb(250,37,159); }
div.DivClassName
{
background-color: #FA259F;
}
.BgClassName
{
background-color: #FA259F;
}
</style>
border-color css
<style>
span { border-color: #FA259F; }
span { border-color: rgb(250,37,159); }
td.TdClassName
{
border-color: #FA259F;
}
.TagClassName
{
border-color: #FA259F;
}
</style>