Shades of Persian Rose #FA23A1
Tints of Persian Rose #FA23A1
RGB
CMYK
RGB Variations
Color information
#FA23A1 (or 0xFA23A1) is known color: Persian Rose. HEX triplet: FA, 23 and A1. RGB value is (250,35,161). Sum of RGB (Red+Green+Blue) = 250+35+161=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA23A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA23A1 is #05DC5E. Grayscale: #717171. Windows color (decimal): -384095 or 10560506. OLE color: 10560506.
HSL color Cylindrical-coordinate representation of color #FA23A1: hue angle of 324.84º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA23A1 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 161 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.02 |
| HSL | 324.84º | 0.96% | 0.56% | - |
| HSV(B) | 324.84º | 0.86% | 0.98% | - |
| XYZ | 46.46 | 24.1 | 35.92 | - |
| YUV | 113.65 | 154.73 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 161 | 0 | 0.86 | 0.36 | 0.02 | 324.84 | 0.96 | 0.56 |
| Hex | FA | 23 | A1 | 0 | 56 | 24 | 2 | 145 | 60 | 38 |
| Octal | 372 | 43 | 241 | 0 | 126 | 44 | 2 | 505 | 140 | 70 |
| Binary | 11111010 | 100011 | 10100001 | 0 | 1010110 | 100100 | 10 | 101000101 | 1100000 | 111000 |
Color Harmonies of #FA23A1
Complementary color
Monochromatic Colors of #FA23A1
Black with #FA23A1
Text Example
Text Example
White with #FA23A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA23A1; }
p { color: rgb(250,35,161); }
H1.HeaderClassName
{
color: #FA23A1;
}
.AnyTagClassName
{
color: #FA23A1;
}
</style>
background-color css
<style>
a { background-color: #FA23A1; }
a { background-color: rgb(250,35,161); }
div.DivClassName
{
background-color: #FA23A1;
}
.BgClassName
{
background-color: #FA23A1;
}
</style>
border-color css
<style>
span { border-color: #FA23A1; }
span { border-color: rgb(250,35,161); }
td.TdClassName
{
border-color: #FA23A1;
}
.TagClassName
{
border-color: #FA23A1;
}
</style>