Shades of Persian Rose #F21DA1
Tints of Persian Rose #F21DA1
RGB
CMYK
RGB Variations
Color information
#F21DA1 (or 0xF21DA1) is known color: Persian Rose. HEX triplet: F2, 1D and A1. RGB value is (242,29,161). Sum of RGB (Red+Green+Blue) = 242+29+161=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21DA1 is #0DE25E. Grayscale: #6B6B6B. Windows color (decimal): -909919 or 10558962. OLE color: 10558962.
HSL color Cylindrical-coordinate representation of color #F21DA1: hue angle of 322.82º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21DA1 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 161 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.05 |
| HSL | 322.82º | 0.89% | 0.53% | - |
| HSV(B) | 322.82º | 0.88% | 0.95% | - |
| XYZ | 43.49 | 22.33 | 35.74 | - |
| YUV | 107.74 | 158.07 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 161 | 0 | 0.88 | 0.33 | 0.05 | 322.82 | 0.89 | 0.53 |
| Hex | F2 | 1D | A1 | 0 | 58 | 21 | 5 | 143 | 59 | 35 |
| Octal | 362 | 35 | 241 | 0 | 130 | 41 | 5 | 503 | 131 | 65 |
| Binary | 11110010 | 11101 | 10100001 | 0 | 1011000 | 100001 | 101 | 101000011 | 1011001 | 110101 |
Color Harmonies of #F21DA1
Complementary color
Monochromatic Colors of #F21DA1
Black with #F21DA1
Text Example
Text Example
White with #F21DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DA1; }
p { color: rgb(242,29,161); }
H1.HeaderClassName
{
color: #F21DA1;
}
.AnyTagClassName
{
color: #F21DA1;
}
</style>
background-color css
<style>
a { background-color: #F21DA1; }
a { background-color: rgb(242,29,161); }
div.DivClassName
{
background-color: #F21DA1;
}
.BgClassName
{
background-color: #F21DA1;
}
</style>
border-color css
<style>
span { border-color: #F21DA1; }
span { border-color: rgb(242,29,161); }
td.TdClassName
{
border-color: #F21DA1;
}
.TagClassName
{
border-color: #F21DA1;
}
</style>