Shades of Persian Rose #FA2FB2
Tints of Persian Rose #FA2FB2
RGB
CMYK
RGB Variations
Color information
#FA2FB2 (or 0xFA2FB2) is known color: Persian Rose. HEX triplet: FA, 2F and B2. RGB value is (250,47,178). Sum of RGB (Red+Green+Blue) = 250+47+178=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2FB2 is #05D04D. Grayscale: #7A7A7A. Windows color (decimal): -381006 or 11677690. OLE color: 11677690.
HSL color Cylindrical-coordinate representation of color #FA2FB2: hue angle of 321.28º 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 #FA2FB2 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 178 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.02 |
| HSL | 321.28º | 0.95% | 0.58% | - |
| HSV(B) | 321.28º | 0.81% | 0.98% | - |
| XYZ | 48.48 | 25.57 | 44.5 | - |
| YUV | 122.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 178 | 0 | 0.81 | 0.29 | 0.02 | 321.28 | 0.95 | 0.58 |
| Hex | FA | 2F | B2 | 0 | 51 | 1D | 2 | 141 | 5F | 3A |
| Octal | 372 | 57 | 262 | 0 | 121 | 35 | 2 | 501 | 137 | 72 |
| Binary | 11111010 | 101111 | 10110010 | 0 | 1010001 | 11101 | 10 | 101000001 | 1011111 | 111010 |
Color Harmonies of #FA2FB2
Complementary color
Monochromatic Colors of #FA2FB2
Black with #FA2FB2
Text Example
Text Example
White with #FA2FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FB2; }
p { color: rgb(250,47,178); }
H1.HeaderClassName
{
color: #FA2FB2;
}
.AnyTagClassName
{
color: #FA2FB2;
}
</style>
background-color css
<style>
a { background-color: #FA2FB2; }
a { background-color: rgb(250,47,178); }
div.DivClassName
{
background-color: #FA2FB2;
}
.BgClassName
{
background-color: #FA2FB2;
}
</style>
border-color css
<style>
span { border-color: #FA2FB2; }
span { border-color: rgb(250,47,178); }
td.TdClassName
{
border-color: #FA2FB2;
}
.TagClassName
{
border-color: #FA2FB2;
}
</style>