Shades of Persian Rose #F4269E
Tints of Persian Rose #F4269E
RGB
CMYK
RGB Variations
Color information
#F4269E (or 0xF4269E) is known color: Persian Rose. HEX triplet: F4, 26 and 9E. RGB value is (244,38,158). Sum of RGB (Red+Green+Blue) = 244+38+158=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F4269E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4269E is #0BD961. Grayscale: #717171. Windows color (decimal): -776546 or 10364660. OLE color: 10364660.
HSL color Cylindrical-coordinate representation of color #F4269E: hue angle of 325.05º 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 #F4269E is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 158 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.04 |
| HSL | 325.05º | 0.9% | 0.55% | - |
| HSV(B) | 325.05º | 0.84% | 0.96% | - |
| XYZ | 44.17 | 23.09 | 34.48 | - |
| YUV | 113.27 | 153.25 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 158 | 0 | 0.84 | 0.35 | 0.04 | 325.05 | 0.9 | 0.55 |
| Hex | F4 | 26 | 9E | 0 | 54 | 23 | 4 | 145 | 5A | 37 |
| Octal | 364 | 46 | 236 | 0 | 124 | 43 | 4 | 505 | 132 | 67 |
| Binary | 11110100 | 100110 | 10011110 | 0 | 1010100 | 100011 | 100 | 101000101 | 1011010 | 110111 |
Color Harmonies of #F4269E
Complementary color
Monochromatic Colors of #F4269E
Black with #F4269E
Text Example
Text Example
White with #F4269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4269E; }
p { color: rgb(244,38,158); }
H1.HeaderClassName
{
color: #F4269E;
}
.AnyTagClassName
{
color: #F4269E;
}
</style>
background-color css
<style>
a { background-color: #F4269E; }
a { background-color: rgb(244,38,158); }
div.DivClassName
{
background-color: #F4269E;
}
.BgClassName
{
background-color: #F4269E;
}
</style>
border-color css
<style>
span { border-color: #F4269E; }
span { border-color: rgb(244,38,158); }
td.TdClassName
{
border-color: #F4269E;
}
.TagClassName
{
border-color: #F4269E;
}
</style>