Shades of Persian Rose #F82DAC
Tints of Persian Rose #F82DAC
RGB
CMYK
RGB Variations
Color information
#F82DAC (or 0xF82DAC) is known color: Persian Rose. HEX triplet: F8, 2D and AC. RGB value is (248,45,172). Sum of RGB (Red+Green+Blue) = 248+45+172=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F82DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82DAC is #07D253. Grayscale: #777777. Windows color (decimal): -512596 or 11283960. OLE color: 11283960.
HSL color Cylindrical-coordinate representation of color #F82DAC: hue angle of 322.46º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82DAC is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 172 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.03 |
| HSL | 322.46º | 0.94% | 0.57% | - |
| HSV(B) | 322.46º | 0.82% | 0.97% | - |
| XYZ | 47.1 | 24.81 | 41.34 | - |
| YUV | 120.18 | 157.25 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 172 | 0 | 0.82 | 0.31 | 0.03 | 322.46 | 0.94 | 0.57 |
| Hex | F8 | 2D | AC | 0 | 52 | 1F | 3 | 142 | 5E | 39 |
| Octal | 370 | 55 | 254 | 0 | 122 | 37 | 3 | 502 | 136 | 71 |
| Binary | 11111000 | 101101 | 10101100 | 0 | 1010010 | 11111 | 11 | 101000010 | 1011110 | 111001 |
Color Harmonies of #F82DAC
Complementary color
Monochromatic Colors of #F82DAC
Black with #F82DAC
Text Example
Text Example
White with #F82DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82DAC; }
p { color: rgb(248,45,172); }
H1.HeaderClassName
{
color: #F82DAC;
}
.AnyTagClassName
{
color: #F82DAC;
}
</style>
background-color css
<style>
a { background-color: #F82DAC; }
a { background-color: rgb(248,45,172); }
div.DivClassName
{
background-color: #F82DAC;
}
.BgClassName
{
background-color: #F82DAC;
}
</style>
border-color css
<style>
span { border-color: #F82DAC; }
span { border-color: rgb(248,45,172); }
td.TdClassName
{
border-color: #F82DAC;
}
.TagClassName
{
border-color: #F82DAC;
}
</style>