Shades of Persian Rose #F4269F
Tints of Persian Rose #F4269F
RGB
CMYK
RGB Variations
Color information
#F4269F (or 0xF4269F) is known color: Persian Rose. HEX triplet: F4, 26 and 9F. RGB value is (244,38,159). Sum of RGB (Red+Green+Blue) = 244+38+159=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F4269F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4269F is #0BD960. Grayscale: #717171. Windows color (decimal): -776545 or 10430196. OLE color: 10430196.
HSL color Cylindrical-coordinate representation of color #F4269F: hue angle of 324.76º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4269F is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 159 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.04 |
| HSL | 324.76º | 0.9% | 0.55% | - |
| HSV(B) | 324.76º | 0.84% | 0.96% | - |
| XYZ | 44.26 | 23.12 | 34.93 | - |
| YUV | 113.39 | 153.75 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 159 | 0 | 0.84 | 0.35 | 0.04 | 324.76 | 0.9 | 0.55 |
| Hex | F4 | 26 | 9F | 0 | 54 | 23 | 4 | 145 | 5A | 37 |
| Octal | 364 | 46 | 237 | 0 | 124 | 43 | 4 | 505 | 132 | 67 |
| Binary | 11110100 | 100110 | 10011111 | 0 | 1010100 | 100011 | 100 | 101000101 | 1011010 | 110111 |
Color Harmonies of #F4269F
Complementary color
Monochromatic Colors of #F4269F
Black with #F4269F
Text Example
Text Example
White with #F4269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4269F; }
p { color: rgb(244,38,159); }
H1.HeaderClassName
{
color: #F4269F;
}
.AnyTagClassName
{
color: #F4269F;
}
</style>
background-color css
<style>
a { background-color: #F4269F; }
a { background-color: rgb(244,38,159); }
div.DivClassName
{
background-color: #F4269F;
}
.BgClassName
{
background-color: #F4269F;
}
</style>
border-color css
<style>
span { border-color: #F4269F; }
span { border-color: rgb(244,38,159); }
td.TdClassName
{
border-color: #F4269F;
}
.TagClassName
{
border-color: #F4269F;
}
</style>