Shades of Persian Rose #FA2DAB
Tints of Persian Rose #FA2DAB
RGB
CMYK
RGB Variations
Color information
#FA2DAB (or 0xFA2DAB) is known color: Persian Rose. HEX triplet: FA, 2D and AB. RGB value is (250,45,171). Sum of RGB (Red+Green+Blue) = 250+45+171=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2DAB is #05D254. Grayscale: #787878. Windows color (decimal): -381525 or 11218426. OLE color: 11218426.
HSL color Cylindrical-coordinate representation of color #FA2DAB: hue angle of 323.12º 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 #FA2DAB is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 171 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.02 |
| HSL | 323.12º | 0.95% | 0.58% | - |
| HSV(B) | 323.12º | 0.82% | 0.98% | - |
| XYZ | 47.71 | 25.14 | 40.87 | - |
| YUV | 120.66 | 156.42 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 171 | 0 | 0.82 | 0.32 | 0.02 | 323.12 | 0.95 | 0.58 |
| Hex | FA | 2D | AB | 0 | 52 | 20 | 2 | 143 | 5F | 3A |
| Octal | 372 | 55 | 253 | 0 | 122 | 40 | 2 | 503 | 137 | 72 |
| Binary | 11111010 | 101101 | 10101011 | 0 | 1010010 | 100000 | 10 | 101000011 | 1011111 | 111010 |
Color Harmonies of #FA2DAB
Complementary color
Monochromatic Colors of #FA2DAB
Black with #FA2DAB
Text Example
Text Example
White with #FA2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DAB; }
p { color: rgb(250,45,171); }
H1.HeaderClassName
{
color: #FA2DAB;
}
.AnyTagClassName
{
color: #FA2DAB;
}
</style>
background-color css
<style>
a { background-color: #FA2DAB; }
a { background-color: rgb(250,45,171); }
div.DivClassName
{
background-color: #FA2DAB;
}
.BgClassName
{
background-color: #FA2DAB;
}
</style>
border-color css
<style>
span { border-color: #FA2DAB; }
span { border-color: rgb(250,45,171); }
td.TdClassName
{
border-color: #FA2DAB;
}
.TagClassName
{
border-color: #FA2DAB;
}
</style>