Shades of Persian Rose #FA2FB0
Tints of Persian Rose #FA2FB0
RGB
CMYK
RGB Variations
Color information
#FA2FB0 (or 0xFA2FB0) is known color: Persian Rose. HEX triplet: FA, 2F and B0. RGB value is (250,47,176). Sum of RGB (Red+Green+Blue) = 250+47+176=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2FB0 is #05D04F. Grayscale: #7A7A7A. Windows color (decimal): -381008 or 11546618. OLE color: 11546618.
HSL color Cylindrical-coordinate representation of color #FA2FB0: hue angle of 321.87º 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 #FA2FB0 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 176 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.02 |
| HSL | 321.87º | 0.95% | 0.58% | - |
| HSV(B) | 321.87º | 0.81% | 0.98% | - |
| XYZ | 48.28 | 25.49 | 43.45 | - |
| YUV | 122.4 | 158.25 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 176 | 0 | 0.81 | 0.30 | 0.02 | 321.87 | 0.95 | 0.58 |
| Hex | FA | 2F | B0 | 0 | 51 | 1E | 2 | 142 | 5F | 3A |
| Octal | 372 | 57 | 260 | 0 | 121 | 36 | 2 | 502 | 137 | 72 |
| Binary | 11111010 | 101111 | 10110000 | 0 | 1010001 | 11110 | 10 | 101000010 | 1011111 | 111010 |
Color Harmonies of #FA2FB0
Complementary color
Monochromatic Colors of #FA2FB0
Black with #FA2FB0
Text Example
Text Example
White with #FA2FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FB0; }
p { color: rgb(250,47,176); }
H1.HeaderClassName
{
color: #FA2FB0;
}
.AnyTagClassName
{
color: #FA2FB0;
}
</style>
background-color css
<style>
a { background-color: #FA2FB0; }
a { background-color: rgb(250,47,176); }
div.DivClassName
{
background-color: #FA2FB0;
}
.BgClassName
{
background-color: #FA2FB0;
}
</style>
border-color css
<style>
span { border-color: #FA2FB0; }
span { border-color: rgb(250,47,176); }
td.TdClassName
{
border-color: #FA2FB0;
}
.TagClassName
{
border-color: #FA2FB0;
}
</style>