Shades of Persian Rose #F2259A
Tints of Persian Rose #F2259A
RGB
CMYK
RGB Variations
Color information
#F2259A (or 0xF2259A) is known color: Persian Rose. HEX triplet: F2, 25 and 9A. RGB value is (242,37,154). Sum of RGB (Red+Green+Blue) = 242+37+154=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2259A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2259A is #0DDA65. Grayscale: #6F6F6F. Windows color (decimal): -907878 or 10102258. OLE color: 10102258.
HSL color Cylindrical-coordinate representation of color #F2259A: hue angle of 325.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2259A is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 154 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.05 |
| HSL | 325.76º | 0.89% | 0.55% | - |
| HSV(B) | 325.76º | 0.85% | 0.95% | - |
| XYZ | 43.11 | 22.53 | 32.65 | - |
| YUV | 111.63 | 151.92 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 154 | 0 | 0.85 | 0.36 | 0.05 | 325.76 | 0.89 | 0.55 |
| Hex | F2 | 25 | 9A | 0 | 55 | 24 | 5 | 146 | 59 | 37 |
| Octal | 362 | 45 | 232 | 0 | 125 | 44 | 5 | 506 | 131 | 67 |
| Binary | 11110010 | 100101 | 10011010 | 0 | 1010101 | 100100 | 101 | 101000110 | 1011001 | 110111 |
Color Harmonies of #F2259A
Complementary color
Monochromatic Colors of #F2259A
Black with #F2259A
Text Example
Text Example
White with #F2259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2259A; }
p { color: rgb(242,37,154); }
H1.HeaderClassName
{
color: #F2259A;
}
.AnyTagClassName
{
color: #F2259A;
}
</style>
background-color css
<style>
a { background-color: #F2259A; }
a { background-color: rgb(242,37,154); }
div.DivClassName
{
background-color: #F2259A;
}
.BgClassName
{
background-color: #F2259A;
}
</style>
border-color css
<style>
span { border-color: #F2259A; }
span { border-color: rgb(242,37,154); }
td.TdClassName
{
border-color: #F2259A;
}
.TagClassName
{
border-color: #F2259A;
}
</style>