Shades of Persian Rose #F22CB0
Tints of Persian Rose #F22CB0
RGB
CMYK
RGB Variations
Color information
#F22CB0 (or 0xF22CB0) is known color: Persian Rose. HEX triplet: F2, 2C and B0. RGB value is (242,44,176). Sum of RGB (Red+Green+Blue) = 242+44+176=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F22CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22CB0 is #0DD34F. Grayscale: #757575. Windows color (decimal): -906064 or 11545842. OLE color: 11545842.
HSL color Cylindrical-coordinate representation of color #F22CB0: hue angle of 320º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22CB0 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 176 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.05 |
| HSL | 320º | 0.88% | 0.56% | - |
| HSV(B) | 320º | 0.82% | 0.95% | - |
| XYZ | 45.36 | 23.81 | 43.28 | - |
| YUV | 118.25 | 160.6 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 176 | 0 | 0.82 | 0.27 | 0.05 | 320 | 0.88 | 0.56 |
| Hex | F2 | 2C | B0 | 0 | 52 | 1B | 5 | 140 | 58 | 38 |
| Octal | 362 | 54 | 260 | 0 | 122 | 33 | 5 | 500 | 130 | 70 |
| Binary | 11110010 | 101100 | 10110000 | 0 | 1010010 | 11011 | 101 | 101000000 | 1011000 | 111000 |
Color Harmonies of #F22CB0
Complementary color
Monochromatic Colors of #F22CB0
Black with #F22CB0
Text Example
Text Example
White with #F22CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22CB0; }
p { color: rgb(242,44,176); }
H1.HeaderClassName
{
color: #F22CB0;
}
.AnyTagClassName
{
color: #F22CB0;
}
</style>
background-color css
<style>
a { background-color: #F22CB0; }
a { background-color: rgb(242,44,176); }
div.DivClassName
{
background-color: #F22CB0;
}
.BgClassName
{
background-color: #F22CB0;
}
</style>
border-color css
<style>
span { border-color: #F22CB0; }
span { border-color: rgb(242,44,176); }
td.TdClassName
{
border-color: #F22CB0;
}
.TagClassName
{
border-color: #F22CB0;
}
</style>