Shades of Persian Rose #F42D9E
Tints of Persian Rose #F42D9E
RGB
CMYK
RGB Variations
Color information
#F42D9E (or 0xF42D9E) is known color: Persian Rose. HEX triplet: F4, 2D and 9E. RGB value is (244,45,158). Sum of RGB (Red+Green+Blue) = 244+45+158=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42D9E is #0BD261. Grayscale: #757575. Windows color (decimal): -774754 or 10366452. OLE color: 10366452.
HSL color Cylindrical-coordinate representation of color #F42D9E: hue angle of 325.93º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42D9E is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 45 | 158 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.04 |
| HSL | 325.93º | 0.9% | 0.57% | - |
| HSV(B) | 325.93º | 0.82% | 0.96% | - |
| XYZ | 44.42 | 23.58 | 34.56 | - |
| YUV | 117.38 | 150.93 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 45 | 158 | 0 | 0.82 | 0.35 | 0.04 | 325.93 | 0.9 | 0.57 |
| Hex | F4 | 2D | 9E | 0 | 52 | 23 | 4 | 146 | 5A | 39 |
| Octal | 364 | 55 | 236 | 0 | 122 | 43 | 4 | 506 | 132 | 71 |
| Binary | 11110100 | 101101 | 10011110 | 0 | 1010010 | 100011 | 100 | 101000110 | 1011010 | 111001 |
Color Harmonies of #F42D9E
Complementary color
Monochromatic Colors of #F42D9E
Black with #F42D9E
Text Example
Text Example
White with #F42D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42D9E; }
p { color: rgb(244,45,158); }
H1.HeaderClassName
{
color: #F42D9E;
}
.AnyTagClassName
{
color: #F42D9E;
}
</style>
background-color css
<style>
a { background-color: #F42D9E; }
a { background-color: rgb(244,45,158); }
div.DivClassName
{
background-color: #F42D9E;
}
.BgClassName
{
background-color: #F42D9E;
}
</style>
border-color css
<style>
span { border-color: #F42D9E; }
span { border-color: rgb(244,45,158); }
td.TdClassName
{
border-color: #F42D9E;
}
.TagClassName
{
border-color: #F42D9E;
}
</style>