Shades of Persian Rose #F42BAE
Tints of Persian Rose #F42BAE
RGB
CMYK
RGB Variations
Color information
#F42BAE (or 0xF42BAE) is known color: Persian Rose. HEX triplet: F4, 2B and AE. RGB value is (244,43,174). Sum of RGB (Red+Green+Blue) = 244+43+174=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F42BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42BAE is #0BD451. Grayscale: #757575. Windows color (decimal): -775250 or 11414516. OLE color: 11414516.
HSL color Cylindrical-coordinate representation of color #F42BAE: hue angle of 320.9º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42BAE is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 43 | 174 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.04 |
| HSL | 320.9º | 0.9% | 0.56% | - |
| HSV(B) | 320.9º | 0.82% | 0.96% | - |
| XYZ | 45.81 | 24.02 | 42.27 | - |
| YUV | 118.03 | 159.59 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 43 | 174 | 0 | 0.82 | 0.29 | 0.04 | 320.9 | 0.9 | 0.56 |
| Hex | F4 | 2B | AE | 0 | 52 | 1D | 4 | 141 | 5A | 38 |
| Octal | 364 | 53 | 256 | 0 | 122 | 35 | 4 | 501 | 132 | 70 |
| Binary | 11110100 | 101011 | 10101110 | 0 | 1010010 | 11101 | 100 | 101000001 | 1011010 | 111000 |
Color Harmonies of #F42BAE
Complementary color
Monochromatic Colors of #F42BAE
Black with #F42BAE
Text Example
Text Example
White with #F42BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42BAE; }
p { color: rgb(244,43,174); }
H1.HeaderClassName
{
color: #F42BAE;
}
.AnyTagClassName
{
color: #F42BAE;
}
</style>
background-color css
<style>
a { background-color: #F42BAE; }
a { background-color: rgb(244,43,174); }
div.DivClassName
{
background-color: #F42BAE;
}
.BgClassName
{
background-color: #F42BAE;
}
</style>
border-color css
<style>
span { border-color: #F42BAE; }
span { border-color: rgb(244,43,174); }
td.TdClassName
{
border-color: #F42BAE;
}
.TagClassName
{
border-color: #F42BAE;
}
</style>