Shades of Persian Rose #F228AB
Tints of Persian Rose #F228AB
RGB
CMYK
RGB Variations
Color information
#F228AB (or 0xF228AB) is known color: Persian Rose. HEX triplet: F2, 28 and AB. RGB value is (242,40,171). Sum of RGB (Red+Green+Blue) = 242+40+171=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F228AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F228AB is #0DD754. Grayscale: #737373. Windows color (decimal): -907093 or 11217138. OLE color: 11217138.
HSL color Cylindrical-coordinate representation of color #F228AB: hue angle of 321.09º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F228AB is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 171 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.05 |
| HSL | 321.09º | 0.89% | 0.55% | - |
| HSV(B) | 321.09º | 0.83% | 0.95% | - |
| XYZ | 44.73 | 23.34 | 40.67 | - |
| YUV | 115.33 | 159.42 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 171 | 0 | 0.83 | 0.29 | 0.05 | 321.09 | 0.89 | 0.55 |
| Hex | F2 | 28 | AB | 0 | 53 | 1D | 5 | 141 | 59 | 37 |
| Octal | 362 | 50 | 253 | 0 | 123 | 35 | 5 | 501 | 131 | 67 |
| Binary | 11110010 | 101000 | 10101011 | 0 | 1010011 | 11101 | 101 | 101000001 | 1011001 | 110111 |
Color Harmonies of #F228AB
Complementary color
Monochromatic Colors of #F228AB
Black with #F228AB
Text Example
Text Example
White with #F228AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F228AB; }
p { color: rgb(242,40,171); }
H1.HeaderClassName
{
color: #F228AB;
}
.AnyTagClassName
{
color: #F228AB;
}
</style>
background-color css
<style>
a { background-color: #F228AB; }
a { background-color: rgb(242,40,171); }
div.DivClassName
{
background-color: #F228AB;
}
.BgClassName
{
background-color: #F228AB;
}
</style>
border-color css
<style>
span { border-color: #F228AB; }
span { border-color: rgb(242,40,171); }
td.TdClassName
{
border-color: #F228AB;
}
.TagClassName
{
border-color: #F228AB;
}
</style>