Shades of Persian Rose #FA3AAF
Tints of Persian Rose #FA3AAF
RGB
CMYK
RGB Variations
Color information
#FA3AAF (or 0xFA3AAF) is known color: Persian Rose. HEX triplet: FA, 3A and AF. RGB value is (250,58,175). Sum of RGB (Red+Green+Blue) = 250+58+175=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3AAF is #05C550. Grayscale: #808080. Windows color (decimal): -378193 or 11483898. OLE color: 11483898.
HSL color Cylindrical-coordinate representation of color #FA3AAF: hue angle of 323.44º 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 #FA3AAF is Cyan = 0, Magento = 0.77, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 175 | - |
| CMYK | 0 | 0.77 | 0.3 | 0.02 |
| HSL | 323.44º | 0.95% | 0.6% | - |
| HSV(B) | 323.44º | 0.77% | 0.98% | - |
| XYZ | 48.68 | 26.45 | 43.1 | - |
| YUV | 128.75 | 154.11 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 175 | 0 | 0.77 | 0.3 | 0.02 | 323.44 | 0.95 | 0.6 |
| Hex | FA | 3A | AF | 0 | 4D | 1E | 2 | 143 | 5F | 3C |
| Octal | 372 | 72 | 257 | 0 | 115 | 36 | 2 | 503 | 137 | 74 |
| Binary | 11111010 | 111010 | 10101111 | 0 | 1001101 | 11110 | 10 | 101000011 | 1011111 | 111100 |
Color Harmonies of #FA3AAF
Complementary color
Monochromatic Colors of #FA3AAF
Black with #FA3AAF
Text Example
Text Example
White with #FA3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3AAF; }
p { color: rgb(250,58,175); }
H1.HeaderClassName
{
color: #FA3AAF;
}
.AnyTagClassName
{
color: #FA3AAF;
}
</style>
background-color css
<style>
a { background-color: #FA3AAF; }
a { background-color: rgb(250,58,175); }
div.DivClassName
{
background-color: #FA3AAF;
}
.BgClassName
{
background-color: #FA3AAF;
}
</style>
border-color css
<style>
span { border-color: #FA3AAF; }
span { border-color: rgb(250,58,175); }
td.TdClassName
{
border-color: #FA3AAF;
}
.TagClassName
{
border-color: #FA3AAF;
}
</style>