Shades of Persian Rose #F43DAC
Tints of Persian Rose #F43DAC
RGB
CMYK
RGB Variations
Color information
#F43DAC (or 0xF43DAC) is known color: Persian Rose. HEX triplet: F4, 3D and AC. RGB value is (244,61,172). Sum of RGB (Red+Green+Blue) = 244+61+172=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F43DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43DAC is #0BC253. Grayscale: #808080. Windows color (decimal): -770644 or 11288052. OLE color: 11288052.
HSL color Cylindrical-coordinate representation of color #F43DAC: hue angle of 323.61º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43DAC is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 61 | 172 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.04 |
| HSL | 323.61º | 0.89% | 0.6% | - |
| HSV(B) | 323.61º | 0.75% | 0.96% | - |
| XYZ | 46.42 | 25.55 | 41.51 | - |
| YUV | 128.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 61 | 172 | 0 | 0.75 | 0.30 | 0.04 | 323.61 | 0.89 | 0.6 |
| Hex | F4 | 3D | AC | 0 | 4B | 1E | 4 | 144 | 59 | 3C |
| Octal | 364 | 75 | 254 | 0 | 113 | 36 | 4 | 504 | 131 | 74 |
| Binary | 11110100 | 111101 | 10101100 | 0 | 1001011 | 11110 | 100 | 101000100 | 1011001 | 111100 |
Color Harmonies of #F43DAC
Complementary color
Monochromatic Colors of #F43DAC
Black with #F43DAC
Text Example
Text Example
White with #F43DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43DAC; }
p { color: rgb(244,61,172); }
H1.HeaderClassName
{
color: #F43DAC;
}
.AnyTagClassName
{
color: #F43DAC;
}
</style>
background-color css
<style>
a { background-color: #F43DAC; }
a { background-color: rgb(244,61,172); }
div.DivClassName
{
background-color: #F43DAC;
}
.BgClassName
{
background-color: #F43DAC;
}
</style>
border-color css
<style>
span { border-color: #F43DAC; }
span { border-color: rgb(244,61,172); }
td.TdClassName
{
border-color: #F43DAC;
}
.TagClassName
{
border-color: #F43DAC;
}
</style>