Shades of Persian Rose #F42CAC
Tints of Persian Rose #F42CAC
RGB
CMYK
RGB Variations
Color information
#F42CAC (or 0xF42CAC) is known color: Persian Rose. HEX triplet: F4, 2C and AC. RGB value is (244,44,172). Sum of RGB (Red+Green+Blue) = 244+44+172=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F42CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42CAC is #0BD353. Grayscale: #767676. Windows color (decimal): -774996 or 11283700. OLE color: 11283700.
HSL color Cylindrical-coordinate representation of color #F42CAC: hue angle of 321.6º 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 #F42CAC is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 44 | 172 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.04 |
| HSL | 321.6º | 0.9% | 0.56% | - |
| HSV(B) | 321.6º | 0.82% | 0.96% | - |
| XYZ | 45.66 | 24.01 | 41.26 | - |
| YUV | 118.39 | 158.26 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 172 | 0 | 0.82 | 0.30 | 0.04 | 321.6 | 0.9 | 0.56 |
| Hex | F4 | 2C | AC | 0 | 52 | 1E | 4 | 142 | 5A | 38 |
| Octal | 364 | 54 | 254 | 0 | 122 | 36 | 4 | 502 | 132 | 70 |
| Binary | 11110100 | 101100 | 10101100 | 0 | 1010010 | 11110 | 100 | 101000010 | 1011010 | 111000 |
Color Harmonies of #F42CAC
Complementary color
Monochromatic Colors of #F42CAC
Black with #F42CAC
Text Example
Text Example
White with #F42CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42CAC; }
p { color: rgb(244,44,172); }
H1.HeaderClassName
{
color: #F42CAC;
}
.AnyTagClassName
{
color: #F42CAC;
}
</style>
background-color css
<style>
a { background-color: #F42CAC; }
a { background-color: rgb(244,44,172); }
div.DivClassName
{
background-color: #F42CAC;
}
.BgClassName
{
background-color: #F42CAC;
}
</style>
border-color css
<style>
span { border-color: #F42CAC; }
span { border-color: rgb(244,44,172); }
td.TdClassName
{
border-color: #F42CAC;
}
.TagClassName
{
border-color: #F42CAC;
}
</style>