Shades of Persian Rose #F4269D
Tints of Persian Rose #F4269D
RGB
CMYK
RGB Variations
Color information
#F4269D (or 0xF4269D) is known color: Persian Rose. HEX triplet: F4, 26 and 9D. RGB value is (244,38,157). Sum of RGB (Red+Green+Blue) = 244+38+157=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F4269D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4269D is #0BD962. Grayscale: #707070. Windows color (decimal): -776547 or 10299124. OLE color: 10299124.
HSL color Cylindrical-coordinate representation of color #F4269D: hue angle of 325.34º 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 #F4269D is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 157 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.04 |
| HSL | 325.34º | 0.9% | 0.55% | - |
| HSV(B) | 325.34º | 0.84% | 0.96% | - |
| XYZ | 44.09 | 23.05 | 34.02 | - |
| YUV | 113.16 | 152.75 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 157 | 0 | 0.84 | 0.36 | 0.04 | 325.34 | 0.9 | 0.55 |
| Hex | F4 | 26 | 9D | 0 | 54 | 24 | 4 | 145 | 5A | 37 |
| Octal | 364 | 46 | 235 | 0 | 124 | 44 | 4 | 505 | 132 | 67 |
| Binary | 11110100 | 100110 | 10011101 | 0 | 1010100 | 100100 | 100 | 101000101 | 1011010 | 110111 |
Color Harmonies of #F4269D
Complementary color
Monochromatic Colors of #F4269D
Black with #F4269D
Text Example
Text Example
White with #F4269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4269D; }
p { color: rgb(244,38,157); }
H1.HeaderClassName
{
color: #F4269D;
}
.AnyTagClassName
{
color: #F4269D;
}
</style>
background-color css
<style>
a { background-color: #F4269D; }
a { background-color: rgb(244,38,157); }
div.DivClassName
{
background-color: #F4269D;
}
.BgClassName
{
background-color: #F4269D;
}
</style>
border-color css
<style>
span { border-color: #F4269D; }
span { border-color: rgb(244,38,157); }
td.TdClassName
{
border-color: #F4269D;
}
.TagClassName
{
border-color: #F4269D;
}
</style>