Shades of Persian Rose #FA2099
Tints of Persian Rose #FA2099
RGB
CMYK
RGB Variations
Color information
#FA2099 (or 0xFA2099) is known color: Persian Rose. HEX triplet: FA, 20 and 99. RGB value is (250,32,153). Sum of RGB (Red+Green+Blue) = 250+32+153=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2099 is #05DF66. Grayscale: #6E6E6E. Windows color (decimal): -384871 or 10035450. OLE color: 10035450.
HSL color Cylindrical-coordinate representation of color #FA2099: hue angle of 326.7º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2099 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 153 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.02 |
| HSL | 326.7º | 0.96% | 0.55% | - |
| HSV(B) | 326.7º | 0.87% | 0.98% | - |
| XYZ | 45.69 | 23.66 | 32.3 | - |
| YUV | 110.98 | 151.72 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 153 | 0 | 0.87 | 0.39 | 0.02 | 326.7 | 0.96 | 0.55 |
| Hex | FA | 20 | 99 | 0 | 57 | 27 | 2 | 147 | 60 | 37 |
| Octal | 372 | 40 | 231 | 0 | 127 | 47 | 2 | 507 | 140 | 67 |
| Binary | 11111010 | 100000 | 10011001 | 0 | 1010111 | 100111 | 10 | 101000111 | 1100000 | 110111 |
Color Harmonies of #FA2099
Complementary color
Monochromatic Colors of #FA2099
Black with #FA2099
Text Example
Text Example
White with #FA2099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2099; }
p { color: rgb(250,32,153); }
H1.HeaderClassName
{
color: #FA2099;
}
.AnyTagClassName
{
color: #FA2099;
}
</style>
background-color css
<style>
a { background-color: #FA2099; }
a { background-color: rgb(250,32,153); }
div.DivClassName
{
background-color: #FA2099;
}
.BgClassName
{
background-color: #FA2099;
}
</style>
border-color css
<style>
span { border-color: #FA2099; }
span { border-color: rgb(250,32,153); }
td.TdClassName
{
border-color: #FA2099;
}
.TagClassName
{
border-color: #FA2099;
}
</style>