Shades of Persian Rose #F21D9F
Tints of Persian Rose #F21D9F
RGB
CMYK
RGB Variations
Color information
#F21D9F (or 0xF21D9F) is known color: Persian Rose. HEX triplet: F2, 1D and 9F. RGB value is (242,29,159). Sum of RGB (Red+Green+Blue) = 242+29+159=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21D9F is #0DE260. Grayscale: #6B6B6B. Windows color (decimal): -909921 or 10427890. OLE color: 10427890.
HSL color Cylindrical-coordinate representation of color #F21D9F: hue angle of 323.38º 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 #F21D9F is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 159 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.05 |
| HSL | 323.38º | 0.89% | 0.53% | - |
| HSV(B) | 323.38º | 0.88% | 0.95% | - |
| XYZ | 43.32 | 22.26 | 34.81 | - |
| YUV | 107.51 | 157.07 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 159 | 0 | 0.88 | 0.34 | 0.05 | 323.38 | 0.89 | 0.53 |
| Hex | F2 | 1D | 9F | 0 | 58 | 22 | 5 | 143 | 59 | 35 |
| Octal | 362 | 35 | 237 | 0 | 130 | 42 | 5 | 503 | 131 | 65 |
| Binary | 11110010 | 11101 | 10011111 | 0 | 1011000 | 100010 | 101 | 101000011 | 1011001 | 110101 |
Color Harmonies of #F21D9F
Complementary color
Monochromatic Colors of #F21D9F
Black with #F21D9F
Text Example
Text Example
White with #F21D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21D9F; }
p { color: rgb(242,29,159); }
H1.HeaderClassName
{
color: #F21D9F;
}
.AnyTagClassName
{
color: #F21D9F;
}
</style>
background-color css
<style>
a { background-color: #F21D9F; }
a { background-color: rgb(242,29,159); }
div.DivClassName
{
background-color: #F21D9F;
}
.BgClassName
{
background-color: #F21D9F;
}
</style>
border-color css
<style>
span { border-color: #F21D9F; }
span { border-color: rgb(242,29,159); }
td.TdClassName
{
border-color: #F21D9F;
}
.TagClassName
{
border-color: #F21D9F;
}
</style>