Shades of Persian Rose #FA2FAB
Tints of Persian Rose #FA2FAB
RGB
CMYK
RGB Variations
Color information
#FA2FAB (or 0xFA2FAB) is known color: Persian Rose. HEX triplet: FA, 2F and AB. RGB value is (250,47,171). Sum of RGB (Red+Green+Blue) = 250+47+171=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2FAB is #05D054. Grayscale: #797979. Windows color (decimal): -381013 or 11218938. OLE color: 11218938.
HSL color Cylindrical-coordinate representation of color #FA2FAB: hue angle of 323.35º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2FAB is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 171 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.02 |
| HSL | 323.35º | 0.95% | 0.58% | - |
| HSV(B) | 323.35º | 0.81% | 0.98% | - |
| XYZ | 47.79 | 25.3 | 40.89 | - |
| YUV | 121.83 | 155.75 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 171 | 0 | 0.81 | 0.32 | 0.02 | 323.35 | 0.95 | 0.58 |
| Hex | FA | 2F | AB | 0 | 51 | 20 | 2 | 143 | 5F | 3A |
| Octal | 372 | 57 | 253 | 0 | 121 | 40 | 2 | 503 | 137 | 72 |
| Binary | 11111010 | 101111 | 10101011 | 0 | 1010001 | 100000 | 10 | 101000011 | 1011111 | 111010 |
Color Harmonies of #FA2FAB
Complementary color
Monochromatic Colors of #FA2FAB
Black with #FA2FAB
Text Example
Text Example
White with #FA2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FAB; }
p { color: rgb(250,47,171); }
H1.HeaderClassName
{
color: #FA2FAB;
}
.AnyTagClassName
{
color: #FA2FAB;
}
</style>
background-color css
<style>
a { background-color: #FA2FAB; }
a { background-color: rgb(250,47,171); }
div.DivClassName
{
background-color: #FA2FAB;
}
.BgClassName
{
background-color: #FA2FAB;
}
</style>
border-color css
<style>
span { border-color: #FA2FAB; }
span { border-color: rgb(250,47,171); }
td.TdClassName
{
border-color: #FA2FAB;
}
.TagClassName
{
border-color: #FA2FAB;
}
</style>