Shades of Persian Rose #FA279D
Tints of Persian Rose #FA279D
RGB
CMYK
RGB Variations
Color information
#FA279D (or 0xFA279D) is known color: Persian Rose. HEX triplet: FA, 27 and 9D. RGB value is (250,39,157). Sum of RGB (Red+Green+Blue) = 250+39+157=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA279D is #05D862. Grayscale: #737373. Windows color (decimal): -383075 or 10299386. OLE color: 10299386.
HSL color Cylindrical-coordinate representation of color #FA279D: hue angle of 326.45º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA279D is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 157 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.02 |
| HSL | 326.45º | 0.95% | 0.57% | - |
| HSV(B) | 326.45º | 0.84% | 0.98% | - |
| XYZ | 46.24 | 24.21 | 34.13 | - |
| YUV | 115.54 | 151.4 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 157 | 0 | 0.84 | 0.37 | 0.02 | 326.45 | 0.95 | 0.57 |
| Hex | FA | 27 | 9D | 0 | 54 | 25 | 2 | 146 | 5F | 39 |
| Octal | 372 | 47 | 235 | 0 | 124 | 45 | 2 | 506 | 137 | 71 |
| Binary | 11111010 | 100111 | 10011101 | 0 | 1010100 | 100101 | 10 | 101000110 | 1011111 | 111001 |
Color Harmonies of #FA279D
Complementary color
Monochromatic Colors of #FA279D
Black with #FA279D
Text Example
Text Example
White with #FA279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA279D; }
p { color: rgb(250,39,157); }
H1.HeaderClassName
{
color: #FA279D;
}
.AnyTagClassName
{
color: #FA279D;
}
</style>
background-color css
<style>
a { background-color: #FA279D; }
a { background-color: rgb(250,39,157); }
div.DivClassName
{
background-color: #FA279D;
}
.BgClassName
{
background-color: #FA279D;
}
</style>
border-color css
<style>
span { border-color: #FA279D; }
span { border-color: rgb(250,39,157); }
td.TdClassName
{
border-color: #FA279D;
}
.TagClassName
{
border-color: #FA279D;
}
</style>