Shades of Persian Rose #FA2FA3
Tints of Persian Rose #FA2FA3
RGB
CMYK
RGB Variations
Color information
#FA2FA3 (or 0xFA2FA3) is known color: Persian Rose. HEX triplet: FA, 2F and A3. RGB value is (250,47,163). Sum of RGB (Red+Green+Blue) = 250+47+163=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2FA3 is #05D05C. Grayscale: #787878. Windows color (decimal): -381021 or 10694650. OLE color: 10694650.
HSL color Cylindrical-coordinate representation of color #FA2FA3: hue angle of 325.71º 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 #FA2FA3 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 163 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.02 |
| HSL | 325.71º | 0.95% | 0.58% | - |
| HSV(B) | 325.71º | 0.81% | 0.98% | - |
| XYZ | 47.05 | 25 | 37 | - |
| YUV | 120.92 | 151.75 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 163 | 0 | 0.81 | 0.35 | 0.02 | 325.71 | 0.95 | 0.58 |
| Hex | FA | 2F | A3 | 0 | 51 | 23 | 2 | 146 | 5F | 3A |
| Octal | 372 | 57 | 243 | 0 | 121 | 43 | 2 | 506 | 137 | 72 |
| Binary | 11111010 | 101111 | 10100011 | 0 | 1010001 | 100011 | 10 | 101000110 | 1011111 | 111010 |
Color Harmonies of #FA2FA3
Complementary color
Monochromatic Colors of #FA2FA3
Black with #FA2FA3
Text Example
Text Example
White with #FA2FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FA3; }
p { color: rgb(250,47,163); }
H1.HeaderClassName
{
color: #FA2FA3;
}
.AnyTagClassName
{
color: #FA2FA3;
}
</style>
background-color css
<style>
a { background-color: #FA2FA3; }
a { background-color: rgb(250,47,163); }
div.DivClassName
{
background-color: #FA2FA3;
}
.BgClassName
{
background-color: #FA2FA3;
}
</style>
border-color css
<style>
span { border-color: #FA2FA3; }
span { border-color: rgb(250,47,163); }
td.TdClassName
{
border-color: #FA2FA3;
}
.TagClassName
{
border-color: #FA2FA3;
}
</style>