Shades of Persian Rose #F21FA3
Tints of Persian Rose #F21FA3
RGB
CMYK
RGB Variations
Color information
#F21FA3 (or 0xF21FA3) is known color: Persian Rose. HEX triplet: F2, 1F and A3. RGB value is (242,31,163). Sum of RGB (Red+Green+Blue) = 242+31+163=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21FA3 is #0DE05C. Grayscale: #6C6C6C. Windows color (decimal): -909405 or 10690546. OLE color: 10690546.
HSL color Cylindrical-coordinate representation of color #F21FA3: hue angle of 322.46º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21FA3 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 163 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.05 |
| HSL | 322.46º | 0.89% | 0.54% | - |
| HSV(B) | 322.46º | 0.87% | 0.95% | - |
| XYZ | 43.72 | 22.5 | 36.69 | - |
| YUV | 109.14 | 158.4 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 163 | 0 | 0.87 | 0.33 | 0.05 | 322.46 | 0.89 | 0.54 |
| Hex | F2 | 1F | A3 | 0 | 57 | 21 | 5 | 142 | 59 | 36 |
| Octal | 362 | 37 | 243 | 0 | 127 | 41 | 5 | 502 | 131 | 66 |
| Binary | 11110010 | 11111 | 10100011 | 0 | 1010111 | 100001 | 101 | 101000010 | 1011001 | 110110 |
Color Harmonies of #F21FA3
Complementary color
Monochromatic Colors of #F21FA3
Black with #F21FA3
Text Example
Text Example
White with #F21FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21FA3; }
p { color: rgb(242,31,163); }
H1.HeaderClassName
{
color: #F21FA3;
}
.AnyTagClassName
{
color: #F21FA3;
}
</style>
background-color css
<style>
a { background-color: #F21FA3; }
a { background-color: rgb(242,31,163); }
div.DivClassName
{
background-color: #F21FA3;
}
.BgClassName
{
background-color: #F21FA3;
}
</style>
border-color css
<style>
span { border-color: #F21FA3; }
span { border-color: rgb(242,31,163); }
td.TdClassName
{
border-color: #F21FA3;
}
.TagClassName
{
border-color: #F21FA3;
}
</style>