Shades of Persian Rose #F42D9D
Tints of Persian Rose #F42D9D
RGB
CMYK
RGB Variations
Color information
#F42D9D (or 0xF42D9D) is known color: Persian Rose. HEX triplet: F4, 2D and 9D. RGB value is (244,45,157). Sum of RGB (Red+Green+Blue) = 244+45+157=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42D9D is #0BD262. Grayscale: #757575. Windows color (decimal): -774755 or 10300916. OLE color: 10300916.
HSL color Cylindrical-coordinate representation of color #F42D9D: hue angle of 326.23º 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 #F42D9D is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 45 | 157 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.04 |
| HSL | 326.23º | 0.9% | 0.57% | - |
| HSV(B) | 326.23º | 0.82% | 0.96% | - |
| XYZ | 44.33 | 23.54 | 34.11 | - |
| YUV | 117.27 | 150.43 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 45 | 157 | 0 | 0.82 | 0.36 | 0.04 | 326.23 | 0.9 | 0.57 |
| Hex | F4 | 2D | 9D | 0 | 52 | 24 | 4 | 146 | 5A | 39 |
| Octal | 364 | 55 | 235 | 0 | 122 | 44 | 4 | 506 | 132 | 71 |
| Binary | 11110100 | 101101 | 10011101 | 0 | 1010010 | 100100 | 100 | 101000110 | 1011010 | 111001 |
Color Harmonies of #F42D9D
Complementary color
Monochromatic Colors of #F42D9D
Black with #F42D9D
Text Example
Text Example
White with #F42D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42D9D; }
p { color: rgb(244,45,157); }
H1.HeaderClassName
{
color: #F42D9D;
}
.AnyTagClassName
{
color: #F42D9D;
}
</style>
background-color css
<style>
a { background-color: #F42D9D; }
a { background-color: rgb(244,45,157); }
div.DivClassName
{
background-color: #F42D9D;
}
.BgClassName
{
background-color: #F42D9D;
}
</style>
border-color css
<style>
span { border-color: #F42D9D; }
span { border-color: rgb(244,45,157); }
td.TdClassName
{
border-color: #F42D9D;
}
.TagClassName
{
border-color: #F42D9D;
}
</style>