Shades of Persian Rose #F1279D
Tints of Persian Rose #F1279D
RGB
CMYK
RGB Variations
Color information
#F1279D (or 0xF1279D) is known color: Persian Rose. HEX triplet: F1, 27 and 9D. RGB value is (241,39,157). Sum of RGB (Red+Green+Blue) = 241+39+157=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1279D is #0ED862. Grayscale: #707070. Windows color (decimal): -972899 or 10299377. OLE color: 10299377.
HSL color Cylindrical-coordinate representation of color #F1279D: hue angle of 324.95º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1279D is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 157 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.05 |
| HSL | 324.95º | 0.88% | 0.55% | - |
| HSV(B) | 324.95º | 0.84% | 0.95% | - |
| XYZ | 43.09 | 22.59 | 33.99 | - |
| YUV | 112.85 | 152.92 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 157 | 0 | 0.84 | 0.35 | 0.05 | 324.95 | 0.88 | 0.55 |
| Hex | F1 | 27 | 9D | 0 | 54 | 23 | 5 | 145 | 58 | 37 |
| Octal | 361 | 47 | 235 | 0 | 124 | 43 | 5 | 505 | 130 | 67 |
| Binary | 11110001 | 100111 | 10011101 | 0 | 1010100 | 100011 | 101 | 101000101 | 1011000 | 110111 |
Color Harmonies of #F1279D
Complementary color
Monochromatic Colors of #F1279D
Black with #F1279D
Text Example
Text Example
White with #F1279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1279D; }
p { color: rgb(241,39,157); }
H1.HeaderClassName
{
color: #F1279D;
}
.AnyTagClassName
{
color: #F1279D;
}
</style>
background-color css
<style>
a { background-color: #F1279D; }
a { background-color: rgb(241,39,157); }
div.DivClassName
{
background-color: #F1279D;
}
.BgClassName
{
background-color: #F1279D;
}
</style>
border-color css
<style>
span { border-color: #F1279D; }
span { border-color: rgb(241,39,157); }
td.TdClassName
{
border-color: #F1279D;
}
.TagClassName
{
border-color: #F1279D;
}
</style>