Shades of Persian Rose #F42CA4
Tints of Persian Rose #F42CA4
RGB
CMYK
RGB Variations
Color information
#F42CA4 (or 0xF42CA4) is known color: Persian Rose. HEX triplet: F4, 2C and A4. RGB value is (244,44,164). Sum of RGB (Red+Green+Blue) = 244+44+164=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F42CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42CA4 is #0BD35B. Grayscale: #757575. Windows color (decimal): -775004 or 10759412. OLE color: 10759412.
HSL color Cylindrical-coordinate representation of color #F42CA4: hue angle of 324º 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 #F42CA4 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 44 | 164 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.04 |
| HSL | 324º | 0.9% | 0.56% | - |
| HSV(B) | 324º | 0.82% | 0.96% | - |
| XYZ | 44.91 | 23.71 | 37.33 | - |
| YUV | 117.48 | 154.26 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 164 | 0 | 0.82 | 0.33 | 0.04 | 324 | 0.9 | 0.56 |
| Hex | F4 | 2C | A4 | 0 | 52 | 21 | 4 | 144 | 5A | 38 |
| Octal | 364 | 54 | 244 | 0 | 122 | 41 | 4 | 504 | 132 | 70 |
| Binary | 11110100 | 101100 | 10100100 | 0 | 1010010 | 100001 | 100 | 101000100 | 1011010 | 111000 |
Color Harmonies of #F42CA4
Complementary color
Monochromatic Colors of #F42CA4
Black with #F42CA4
Text Example
Text Example
White with #F42CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42CA4; }
p { color: rgb(244,44,164); }
H1.HeaderClassName
{
color: #F42CA4;
}
.AnyTagClassName
{
color: #F42CA4;
}
</style>
background-color css
<style>
a { background-color: #F42CA4; }
a { background-color: rgb(244,44,164); }
div.DivClassName
{
background-color: #F42CA4;
}
.BgClassName
{
background-color: #F42CA4;
}
</style>
border-color css
<style>
span { border-color: #F42CA4; }
span { border-color: rgb(244,44,164); }
td.TdClassName
{
border-color: #F42CA4;
}
.TagClassName
{
border-color: #F42CA4;
}
</style>