Shades of Persian Rose #FA299A
Tints of Persian Rose #FA299A
RGB
CMYK
RGB Variations
Color information
#FA299A (or 0xFA299A) is known color: Persian Rose. HEX triplet: FA, 29 and 9A. RGB value is (250,41,154). Sum of RGB (Red+Green+Blue) = 250+41+154=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA299A is #05D665. Grayscale: #747474. Windows color (decimal): -382566 or 10103290. OLE color: 10103290.
HSL color Cylindrical-coordinate representation of color #FA299A: hue angle of 327.56º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA299A is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 154 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.02 |
| HSL | 327.56º | 0.95% | 0.57% | - |
| HSV(B) | 327.56º | 0.84% | 0.98% | - |
| XYZ | 46.05 | 24.24 | 32.82 | - |
| YUV | 116.37 | 149.24 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 154 | 0 | 0.84 | 0.38 | 0.02 | 327.56 | 0.95 | 0.57 |
| Hex | FA | 29 | 9A | 0 | 54 | 26 | 2 | 148 | 5F | 39 |
| Octal | 372 | 51 | 232 | 0 | 124 | 46 | 2 | 510 | 137 | 71 |
| Binary | 11111010 | 101001 | 10011010 | 0 | 1010100 | 100110 | 10 | 101001000 | 1011111 | 111001 |
Color Harmonies of #FA299A
Complementary color
Monochromatic Colors of #FA299A
Black with #FA299A
Text Example
Text Example
White with #FA299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA299A; }
p { color: rgb(250,41,154); }
H1.HeaderClassName
{
color: #FA299A;
}
.AnyTagClassName
{
color: #FA299A;
}
</style>
background-color css
<style>
a { background-color: #FA299A; }
a { background-color: rgb(250,41,154); }
div.DivClassName
{
background-color: #FA299A;
}
.BgClassName
{
background-color: #FA299A;
}
</style>
border-color css
<style>
span { border-color: #FA299A; }
span { border-color: rgb(250,41,154); }
td.TdClassName
{
border-color: #FA299A;
}
.TagClassName
{
border-color: #FA299A;
}
</style>