Shades of Persian Rose #F123A8
Tints of Persian Rose #F123A8
RGB
CMYK
RGB Variations
Color information
#F123A8 (or 0xF123A8) is known color: Persian Rose. HEX triplet: F1, 23 and A8. RGB value is (241,35,168). Sum of RGB (Red+Green+Blue) = 241+35+168=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F123A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F123A8 is #0EDC57. Grayscale: #6F6F6F. Windows color (decimal): -973912 or 11019249. OLE color: 11019249.
HSL color Cylindrical-coordinate representation of color #F123A8: hue angle of 321.26º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F123A8 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 168 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.05 |
| HSL | 321.26º | 0.88% | 0.54% | - |
| HSV(B) | 321.26º | 0.85% | 0.95% | - |
| XYZ | 43.94 | 22.73 | 39.12 | - |
| YUV | 111.76 | 159.75 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 168 | 0 | 0.85 | 0.30 | 0.05 | 321.26 | 0.88 | 0.54 |
| Hex | F1 | 23 | A8 | 0 | 55 | 1E | 5 | 141 | 58 | 36 |
| Octal | 361 | 43 | 250 | 0 | 125 | 36 | 5 | 501 | 130 | 66 |
| Binary | 11110001 | 100011 | 10101000 | 0 | 1010101 | 11110 | 101 | 101000001 | 1011000 | 110110 |
Color Harmonies of #F123A8
Complementary color
Monochromatic Colors of #F123A8
Black with #F123A8
Text Example
Text Example
White with #F123A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123A8; }
p { color: rgb(241,35,168); }
H1.HeaderClassName
{
color: #F123A8;
}
.AnyTagClassName
{
color: #F123A8;
}
</style>
background-color css
<style>
a { background-color: #F123A8; }
a { background-color: rgb(241,35,168); }
div.DivClassName
{
background-color: #F123A8;
}
.BgClassName
{
background-color: #F123A8;
}
</style>
border-color css
<style>
span { border-color: #F123A8; }
span { border-color: rgb(241,35,168); }
td.TdClassName
{
border-color: #F123A8;
}
.TagClassName
{
border-color: #F123A8;
}
</style>