Shades of Persian Rose #F2269C
Tints of Persian Rose #F2269C
RGB
CMYK
RGB Variations
Color information
#F2269C (or 0xF2269C) is known color: Persian Rose. HEX triplet: F2, 26 and 9C. RGB value is (242,38,156). Sum of RGB (Red+Green+Blue) = 242+38+156=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2269C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2269C is #0DD963. Grayscale: #707070. Windows color (decimal): -907620 or 10233586. OLE color: 10233586.
HSL color Cylindrical-coordinate representation of color #F2269C: hue angle of 325.29º 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 #F2269C is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 156 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.05 |
| HSL | 325.29º | 0.89% | 0.55% | - |
| HSV(B) | 325.29º | 0.84% | 0.95% | - |
| XYZ | 43.31 | 22.66 | 33.54 | - |
| YUV | 112.45 | 152.59 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 156 | 0 | 0.84 | 0.36 | 0.05 | 325.29 | 0.89 | 0.55 |
| Hex | F2 | 26 | 9C | 0 | 54 | 24 | 5 | 145 | 59 | 37 |
| Octal | 362 | 46 | 234 | 0 | 124 | 44 | 5 | 505 | 131 | 67 |
| Binary | 11110010 | 100110 | 10011100 | 0 | 1010100 | 100100 | 101 | 101000101 | 1011001 | 110111 |
Color Harmonies of #F2269C
Complementary color
Monochromatic Colors of #F2269C
Black with #F2269C
Text Example
Text Example
White with #F2269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2269C; }
p { color: rgb(242,38,156); }
H1.HeaderClassName
{
color: #F2269C;
}
.AnyTagClassName
{
color: #F2269C;
}
</style>
background-color css
<style>
a { background-color: #F2269C; }
a { background-color: rgb(242,38,156); }
div.DivClassName
{
background-color: #F2269C;
}
.BgClassName
{
background-color: #F2269C;
}
</style>
border-color css
<style>
span { border-color: #F2269C; }
span { border-color: rgb(242,38,156); }
td.TdClassName
{
border-color: #F2269C;
}
.TagClassName
{
border-color: #F2269C;
}
</style>