Shades of Persian Rose #F42BAC
Tints of Persian Rose #F42BAC
RGB
CMYK
RGB Variations
Color information
#F42BAC (or 0xF42BAC) is known color: Persian Rose. HEX triplet: F4, 2B and AC. RGB value is (244,43,172). Sum of RGB (Red+Green+Blue) = 244+43+172=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F42BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42BAC is #0BD453. Grayscale: #757575. Windows color (decimal): -775252 or 11283444. OLE color: 11283444.
HSL color Cylindrical-coordinate representation of color #F42BAC: hue angle of 321.49º 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 #F42BAC is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 43 | 172 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.04 |
| HSL | 321.49º | 0.9% | 0.56% | - |
| HSV(B) | 321.49º | 0.82% | 0.96% | - |
| XYZ | 45.62 | 23.94 | 41.25 | - |
| YUV | 117.81 | 158.59 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 43 | 172 | 0 | 0.82 | 0.30 | 0.04 | 321.49 | 0.9 | 0.56 |
| Hex | F4 | 2B | AC | 0 | 52 | 1E | 4 | 141 | 5A | 38 |
| Octal | 364 | 53 | 254 | 0 | 122 | 36 | 4 | 501 | 132 | 70 |
| Binary | 11110100 | 101011 | 10101100 | 0 | 1010010 | 11110 | 100 | 101000001 | 1011010 | 111000 |
Color Harmonies of #F42BAC
Complementary color
Monochromatic Colors of #F42BAC
Black with #F42BAC
Text Example
Text Example
White with #F42BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42BAC; }
p { color: rgb(244,43,172); }
H1.HeaderClassName
{
color: #F42BAC;
}
.AnyTagClassName
{
color: #F42BAC;
}
</style>
background-color css
<style>
a { background-color: #F42BAC; }
a { background-color: rgb(244,43,172); }
div.DivClassName
{
background-color: #F42BAC;
}
.BgClassName
{
background-color: #F42BAC;
}
</style>
border-color css
<style>
span { border-color: #F42BAC; }
span { border-color: rgb(244,43,172); }
td.TdClassName
{
border-color: #F42BAC;
}
.TagClassName
{
border-color: #F42BAC;
}
</style>