Shades of Persian Rose #FA2CB0
Tints of Persian Rose #FA2CB0
RGB
CMYK
RGB Variations
Color information
#FA2CB0 (or 0xFA2CB0) is known color: Persian Rose. HEX triplet: FA, 2C and B0. RGB value is (250,44,176). Sum of RGB (Red+Green+Blue) = 250+44+176=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2CB0 is #05D34F. Grayscale: #787878. Windows color (decimal): -381776 or 11545850. OLE color: 11545850.
HSL color Cylindrical-coordinate representation of color #FA2CB0: hue angle of 321.55º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2CB0 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 176 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.02 |
| HSL | 321.55º | 0.95% | 0.58% | - |
| HSV(B) | 321.55º | 0.82% | 0.98% | - |
| XYZ | 48.16 | 25.26 | 43.41 | - |
| YUV | 120.64 | 159.25 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 176 | 0 | 0.82 | 0.30 | 0.02 | 321.55 | 0.95 | 0.58 |
| Hex | FA | 2C | B0 | 0 | 52 | 1E | 2 | 142 | 5F | 3A |
| Octal | 372 | 54 | 260 | 0 | 122 | 36 | 2 | 502 | 137 | 72 |
| Binary | 11111010 | 101100 | 10110000 | 0 | 1010010 | 11110 | 10 | 101000010 | 1011111 | 111010 |
Color Harmonies of #FA2CB0
Complementary color
Monochromatic Colors of #FA2CB0
Black with #FA2CB0
Text Example
Text Example
White with #FA2CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2CB0; }
p { color: rgb(250,44,176); }
H1.HeaderClassName
{
color: #FA2CB0;
}
.AnyTagClassName
{
color: #FA2CB0;
}
</style>
background-color css
<style>
a { background-color: #FA2CB0; }
a { background-color: rgb(250,44,176); }
div.DivClassName
{
background-color: #FA2CB0;
}
.BgClassName
{
background-color: #FA2CB0;
}
</style>
border-color css
<style>
span { border-color: #FA2CB0; }
span { border-color: rgb(250,44,176); }
td.TdClassName
{
border-color: #FA2CB0;
}
.TagClassName
{
border-color: #FA2CB0;
}
</style>