Shades of Persian Rose #F12DAB
Tints of Persian Rose #F12DAB
RGB
CMYK
RGB Variations
Color information
#F12DAB (or 0xF12DAB) is known color: Persian Rose. HEX triplet: F1, 2D and AB. RGB value is (241,45,171). Sum of RGB (Red+Green+Blue) = 241+45+171=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12DAB is #0ED254. Grayscale: #757575. Windows color (decimal): -971349 or 11218417. OLE color: 11218417.
HSL color Cylindrical-coordinate representation of color #F12DAB: hue angle of 321.43º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12DAB is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 171 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.05 |
| HSL | 321.43º | 0.88% | 0.56% | - |
| HSV(B) | 321.43º | 0.81% | 0.95% | - |
| XYZ | 44.56 | 23.52 | 40.72 | - |
| YUV | 117.97 | 157.93 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 171 | 0 | 0.81 | 0.29 | 0.05 | 321.43 | 0.88 | 0.56 |
| Hex | F1 | 2D | AB | 0 | 51 | 1D | 5 | 141 | 58 | 38 |
| Octal | 361 | 55 | 253 | 0 | 121 | 35 | 5 | 501 | 130 | 70 |
| Binary | 11110001 | 101101 | 10101011 | 0 | 1010001 | 11101 | 101 | 101000001 | 1011000 | 111000 |
Color Harmonies of #F12DAB
Complementary color
Monochromatic Colors of #F12DAB
Black with #F12DAB
Text Example
Text Example
White with #F12DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12DAB; }
p { color: rgb(241,45,171); }
H1.HeaderClassName
{
color: #F12DAB;
}
.AnyTagClassName
{
color: #F12DAB;
}
</style>
background-color css
<style>
a { background-color: #F12DAB; }
a { background-color: rgb(241,45,171); }
div.DivClassName
{
background-color: #F12DAB;
}
.BgClassName
{
background-color: #F12DAB;
}
</style>
border-color css
<style>
span { border-color: #F12DAB; }
span { border-color: rgb(241,45,171); }
td.TdClassName
{
border-color: #F12DAB;
}
.TagClassName
{
border-color: #F12DAB;
}
</style>