Shades of Persian Rose #F2279B
Tints of Persian Rose #F2279B
RGB
CMYK
RGB Variations
Color information
#F2279B (or 0xF2279B) is known color: Persian Rose. HEX triplet: F2, 27 and 9B. RGB value is (242,39,155). Sum of RGB (Red+Green+Blue) = 242+39+155=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2279B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2279B is #0DD864. Grayscale: #707070. Windows color (decimal): -907365 or 10168306. OLE color: 10168306.
HSL color Cylindrical-coordinate representation of color #F2279B: hue angle of 325.71º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2279B is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 155 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.05 |
| HSL | 325.71º | 0.89% | 0.55% | - |
| HSV(B) | 325.71º | 0.84% | 0.95% | - |
| XYZ | 43.26 | 22.69 | 33.11 | - |
| YUV | 112.92 | 151.75 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 155 | 0 | 0.84 | 0.36 | 0.05 | 325.71 | 0.89 | 0.55 |
| Hex | F2 | 27 | 9B | 0 | 54 | 24 | 5 | 146 | 59 | 37 |
| Octal | 362 | 47 | 233 | 0 | 124 | 44 | 5 | 506 | 131 | 67 |
| Binary | 11110010 | 100111 | 10011011 | 0 | 1010100 | 100100 | 101 | 101000110 | 1011001 | 110111 |
Color Harmonies of #F2279B
Complementary color
Monochromatic Colors of #F2279B
Black with #F2279B
Text Example
Text Example
White with #F2279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2279B; }
p { color: rgb(242,39,155); }
H1.HeaderClassName
{
color: #F2279B;
}
.AnyTagClassName
{
color: #F2279B;
}
</style>
background-color css
<style>
a { background-color: #F2279B; }
a { background-color: rgb(242,39,155); }
div.DivClassName
{
background-color: #F2279B;
}
.BgClassName
{
background-color: #F2279B;
}
</style>
border-color css
<style>
span { border-color: #F2279B; }
span { border-color: rgb(242,39,155); }
td.TdClassName
{
border-color: #F2279B;
}
.TagClassName
{
border-color: #F2279B;
}
</style>