Shades of Persian Rose #FA33B5
Tints of Persian Rose #FA33B5
RGB
CMYK
RGB Variations
Color information
#FA33B5 (or 0xFA33B5) is known color: Persian Rose. HEX triplet: FA, 33 and B5. RGB value is (250,51,181). Sum of RGB (Red+Green+Blue) = 250+51+181=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA33B5 is #05CC4A. Grayscale: #7D7D7D. Windows color (decimal): -379979 or 11875322. OLE color: 11875322.
HSL color Cylindrical-coordinate representation of color #FA33B5: hue angle of 320.8º 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 #FA33B5 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 181 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.02 |
| HSL | 320.8º | 0.95% | 0.59% | - |
| HSV(B) | 320.8º | 0.8% | 0.98% | - |
| XYZ | 48.95 | 26.03 | 46.16 | - |
| YUV | 125.32 | 159.43 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 181 | 0 | 0.80 | 0.28 | 0.02 | 320.8 | 0.95 | 0.59 |
| Hex | FA | 33 | B5 | 0 | 50 | 1C | 2 | 141 | 5F | 3B |
| Octal | 372 | 63 | 265 | 0 | 120 | 34 | 2 | 501 | 137 | 73 |
| Binary | 11111010 | 110011 | 10110101 | 0 | 1010000 | 11100 | 10 | 101000001 | 1011111 | 111011 |
Color Harmonies of #FA33B5
Complementary color
Monochromatic Colors of #FA33B5
Black with #FA33B5
Text Example
Text Example
White with #FA33B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA33B5; }
p { color: rgb(250,51,181); }
H1.HeaderClassName
{
color: #FA33B5;
}
.AnyTagClassName
{
color: #FA33B5;
}
</style>
background-color css
<style>
a { background-color: #FA33B5; }
a { background-color: rgb(250,51,181); }
div.DivClassName
{
background-color: #FA33B5;
}
.BgClassName
{
background-color: #FA33B5;
}
</style>
border-color css
<style>
span { border-color: #FA33B5; }
span { border-color: rgb(250,51,181); }
td.TdClassName
{
border-color: #FA33B5;
}
.TagClassName
{
border-color: #FA33B5;
}
</style>