Shades of Persian Rose #F21F9D
Tints of Persian Rose #F21F9D
RGB
CMYK
RGB Variations
Color information
#F21F9D (or 0xF21F9D) is known color: Persian Rose. HEX triplet: F2, 1F and 9D. RGB value is (242,31,157). Sum of RGB (Red+Green+Blue) = 242+31+157=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21F9D is #0DE062. Grayscale: #6C6C6C. Windows color (decimal): -909411 or 10297330. OLE color: 10297330.
HSL color Cylindrical-coordinate representation of color #F21F9D: hue angle of 324.17º 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 #F21F9D is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 157 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.05 |
| HSL | 324.17º | 0.89% | 0.54% | - |
| HSV(B) | 324.17º | 0.87% | 0.95% | - |
| XYZ | 43.19 | 22.29 | 33.92 | - |
| YUV | 108.45 | 155.4 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 157 | 0 | 0.87 | 0.35 | 0.05 | 324.17 | 0.89 | 0.54 |
| Hex | F2 | 1F | 9D | 0 | 57 | 23 | 5 | 144 | 59 | 36 |
| Octal | 362 | 37 | 235 | 0 | 127 | 43 | 5 | 504 | 131 | 66 |
| Binary | 11110010 | 11111 | 10011101 | 0 | 1010111 | 100011 | 101 | 101000100 | 1011001 | 110110 |
Color Harmonies of #F21F9D
Complementary color
Monochromatic Colors of #F21F9D
Black with #F21F9D
Text Example
Text Example
White with #F21F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21F9D; }
p { color: rgb(242,31,157); }
H1.HeaderClassName
{
color: #F21F9D;
}
.AnyTagClassName
{
color: #F21F9D;
}
</style>
background-color css
<style>
a { background-color: #F21F9D; }
a { background-color: rgb(242,31,157); }
div.DivClassName
{
background-color: #F21F9D;
}
.BgClassName
{
background-color: #F21F9D;
}
</style>
border-color css
<style>
span { border-color: #F21F9D; }
span { border-color: rgb(242,31,157); }
td.TdClassName
{
border-color: #F21F9D;
}
.TagClassName
{
border-color: #F21F9D;
}
</style>