Shades of Persian Rose #FA33AC
Tints of Persian Rose #FA33AC
RGB
CMYK
RGB Variations
Color information
#FA33AC (or 0xFA33AC) is known color: Persian Rose. HEX triplet: FA, 33 and AC. RGB value is (250,51,172). Sum of RGB (Red+Green+Blue) = 250+51+172=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA33AC is #05CC53. Grayscale: #7C7C7C. Windows color (decimal): -379988 or 11285498. OLE color: 11285498.
HSL color Cylindrical-coordinate representation of color #FA33AC: hue angle of 323.52º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA33AC is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 172 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.02 |
| HSL | 323.52º | 0.95% | 0.59% | - |
| HSV(B) | 323.52º | 0.8% | 0.98% | - |
| XYZ | 48.05 | 25.67 | 41.45 | - |
| YUV | 124.3 | 154.93 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 172 | 0 | 0.80 | 0.31 | 0.02 | 323.52 | 0.95 | 0.59 |
| Hex | FA | 33 | AC | 0 | 50 | 1F | 2 | 144 | 5F | 3B |
| Octal | 372 | 63 | 254 | 0 | 120 | 37 | 2 | 504 | 137 | 73 |
| Binary | 11111010 | 110011 | 10101100 | 0 | 1010000 | 11111 | 10 | 101000100 | 1011111 | 111011 |
Color Harmonies of #FA33AC
Complementary color
Monochromatic Colors of #FA33AC
Black with #FA33AC
Text Example
Text Example
White with #FA33AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA33AC; }
p { color: rgb(250,51,172); }
H1.HeaderClassName
{
color: #FA33AC;
}
.AnyTagClassName
{
color: #FA33AC;
}
</style>
background-color css
<style>
a { background-color: #FA33AC; }
a { background-color: rgb(250,51,172); }
div.DivClassName
{
background-color: #FA33AC;
}
.BgClassName
{
background-color: #FA33AC;
}
</style>
border-color css
<style>
span { border-color: #FA33AC; }
span { border-color: rgb(250,51,172); }
td.TdClassName
{
border-color: #FA33AC;
}
.TagClassName
{
border-color: #FA33AC;
}
</style>