Shades of Persian Rose #F21CA0
Tints of Persian Rose #F21CA0
RGB
CMYK
RGB Variations
Color information
#F21CA0 (or 0xF21CA0) is known color: Persian Rose. HEX triplet: F2, 1C and A0. RGB value is (242,28,160). Sum of RGB (Red+Green+Blue) = 242+28+160=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21CA0 is #0DE35F. Grayscale: #6A6A6A. Windows color (decimal): -910176 or 10493170. OLE color: 10493170.
HSL color Cylindrical-coordinate representation of color #F21CA0: hue angle of 322.99º 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 #F21CA0 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 160 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.05 |
| HSL | 322.99º | 0.89% | 0.53% | - |
| HSV(B) | 322.99º | 0.88% | 0.95% | - |
| XYZ | 43.38 | 22.25 | 35.27 | - |
| YUV | 107.03 | 157.9 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 160 | 0 | 0.88 | 0.34 | 0.05 | 322.99 | 0.89 | 0.53 |
| Hex | F2 | 1C | A0 | 0 | 58 | 22 | 5 | 143 | 59 | 35 |
| Octal | 362 | 34 | 240 | 0 | 130 | 42 | 5 | 503 | 131 | 65 |
| Binary | 11110010 | 11100 | 10100000 | 0 | 1011000 | 100010 | 101 | 101000011 | 1011001 | 110101 |
Color Harmonies of #F21CA0
Complementary color
Monochromatic Colors of #F21CA0
Black with #F21CA0
Text Example
Text Example
White with #F21CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CA0; }
p { color: rgb(242,28,160); }
H1.HeaderClassName
{
color: #F21CA0;
}
.AnyTagClassName
{
color: #F21CA0;
}
</style>
background-color css
<style>
a { background-color: #F21CA0; }
a { background-color: rgb(242,28,160); }
div.DivClassName
{
background-color: #F21CA0;
}
.BgClassName
{
background-color: #F21CA0;
}
</style>
border-color css
<style>
span { border-color: #F21CA0; }
span { border-color: rgb(242,28,160); }
td.TdClassName
{
border-color: #F21CA0;
}
.TagClassName
{
border-color: #F21CA0;
}
</style>