Shades of Persian Rose #F125A3
Tints of Persian Rose #F125A3
RGB
CMYK
RGB Variations
Color information
#F125A3 (or 0xF125A3) is known color: Persian Rose. HEX triplet: F1, 25 and A3. RGB value is (241,37,163). Sum of RGB (Red+Green+Blue) = 241+37+163=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F125A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F125A3 is #0EDA5C. Grayscale: #707070. Windows color (decimal): -973405 or 10692081. OLE color: 10692081.
HSL color Cylindrical-coordinate representation of color #F125A3: hue angle of 322.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F125A3 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 163 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.05 |
| HSL | 322.94º | 0.88% | 0.55% | - |
| HSV(B) | 322.94º | 0.85% | 0.95% | - |
| XYZ | 43.55 | 22.67 | 36.73 | - |
| YUV | 112.36 | 156.59 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 163 | 0 | 0.85 | 0.32 | 0.05 | 322.94 | 0.88 | 0.55 |
| Hex | F1 | 25 | A3 | 0 | 55 | 20 | 5 | 143 | 58 | 37 |
| Octal | 361 | 45 | 243 | 0 | 125 | 40 | 5 | 503 | 130 | 67 |
| Binary | 11110001 | 100101 | 10100011 | 0 | 1010101 | 100000 | 101 | 101000011 | 1011000 | 110111 |
Color Harmonies of #F125A3
Complementary color
Monochromatic Colors of #F125A3
Black with #F125A3
Text Example
Text Example
White with #F125A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F125A3; }
p { color: rgb(241,37,163); }
H1.HeaderClassName
{
color: #F125A3;
}
.AnyTagClassName
{
color: #F125A3;
}
</style>
background-color css
<style>
a { background-color: #F125A3; }
a { background-color: rgb(241,37,163); }
div.DivClassName
{
background-color: #F125A3;
}
.BgClassName
{
background-color: #F125A3;
}
</style>
border-color css
<style>
span { border-color: #F125A3; }
span { border-color: rgb(241,37,163); }
td.TdClassName
{
border-color: #F125A3;
}
.TagClassName
{
border-color: #F125A3;
}
</style>