Shades of Persian Rose #FA3AB3
Tints of Persian Rose #FA3AB3
RGB
CMYK
RGB Variations
Color information
#FA3AB3 (or 0xFA3AB3) is known color: Persian Rose. HEX triplet: FA, 3A and B3. RGB value is (250,58,179). Sum of RGB (Red+Green+Blue) = 250+58+179=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3AB3 is #05C54C. Grayscale: #808080. Windows color (decimal): -378189 or 11746042. OLE color: 11746042.
HSL color Cylindrical-coordinate representation of color #FA3AB3: hue angle of 322.19º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3AB3 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 179 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.02 |
| HSL | 322.19º | 0.95% | 0.6% | - |
| HSV(B) | 322.19º | 0.77% | 0.98% | - |
| XYZ | 49.07 | 26.6 | 45.2 | - |
| YUV | 129.2 | 156.11 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 179 | 0 | 0.77 | 0.28 | 0.02 | 322.19 | 0.95 | 0.6 |
| Hex | FA | 3A | B3 | 0 | 4D | 1C | 2 | 142 | 5F | 3C |
| Octal | 372 | 72 | 263 | 0 | 115 | 34 | 2 | 502 | 137 | 74 |
| Binary | 11111010 | 111010 | 10110011 | 0 | 1001101 | 11100 | 10 | 101000010 | 1011111 | 111100 |
Color Harmonies of #FA3AB3
Complementary color
Monochromatic Colors of #FA3AB3
Black with #FA3AB3
Text Example
Text Example
White with #FA3AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3AB3; }
p { color: rgb(250,58,179); }
H1.HeaderClassName
{
color: #FA3AB3;
}
.AnyTagClassName
{
color: #FA3AB3;
}
</style>
background-color css
<style>
a { background-color: #FA3AB3; }
a { background-color: rgb(250,58,179); }
div.DivClassName
{
background-color: #FA3AB3;
}
.BgClassName
{
background-color: #FA3AB3;
}
</style>
border-color css
<style>
span { border-color: #FA3AB3; }
span { border-color: rgb(250,58,179); }
td.TdClassName
{
border-color: #FA3AB3;
}
.TagClassName
{
border-color: #FA3AB3;
}
</style>