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