Shades of Persian Rose #F12696
Tints of Persian Rose #F12696
RGB
CMYK
RGB Variations
Color information
#F12696 (or 0xF12696) is known color: Persian Rose. HEX triplet: F1, 26 and 96. RGB value is (241,38,150). Sum of RGB (Red+Green+Blue) = 241+38+150=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F12696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12696 is #0ED969. Grayscale: #6F6F6F. Windows color (decimal): -973162 or 9840369. OLE color: 9840369.
HSL color Cylindrical-coordinate representation of color #F12696: hue angle of 326.9º 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 #F12696 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 150 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.05 |
| HSL | 326.9º | 0.88% | 0.55% | - |
| HSV(B) | 326.9º | 0.84% | 0.95% | - |
| XYZ | 42.47 | 22.29 | 30.92 | - |
| YUV | 111.47 | 149.75 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 150 | 0 | 0.84 | 0.38 | 0.05 | 326.9 | 0.88 | 0.55 |
| Hex | F1 | 26 | 96 | 0 | 54 | 26 | 5 | 147 | 58 | 37 |
| Octal | 361 | 46 | 226 | 0 | 124 | 46 | 5 | 507 | 130 | 67 |
| Binary | 11110001 | 100110 | 10010110 | 0 | 1010100 | 100110 | 101 | 101000111 | 1011000 | 110111 |
Color Harmonies of #F12696
Complementary color
Monochromatic Colors of #F12696
Black with #F12696
Text Example
Text Example
White with #F12696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12696; }
p { color: rgb(241,38,150); }
H1.HeaderClassName
{
color: #F12696;
}
.AnyTagClassName
{
color: #F12696;
}
</style>
background-color css
<style>
a { background-color: #F12696; }
a { background-color: rgb(241,38,150); }
div.DivClassName
{
background-color: #F12696;
}
.BgClassName
{
background-color: #F12696;
}
</style>
border-color css
<style>
span { border-color: #F12696; }
span { border-color: rgb(241,38,150); }
td.TdClassName
{
border-color: #F12696;
}
.TagClassName
{
border-color: #F12696;
}
</style>