Shades of Persian Rose #F82DAE
Tints of Persian Rose #F82DAE
RGB
CMYK
RGB Variations
Color information
#F82DAE (or 0xF82DAE) is known color: Persian Rose. HEX triplet: F8, 2D and AE. RGB value is (248,45,174). Sum of RGB (Red+Green+Blue) = 248+45+174=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F82DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82DAE is #07D251. Grayscale: #787878. Windows color (decimal): -512594 or 11415032. OLE color: 11415032.
HSL color Cylindrical-coordinate representation of color #F82DAE: hue angle of 321.87º 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 #F82DAE is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 174 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.03 |
| HSL | 321.87º | 0.94% | 0.57% | - |
| HSV(B) | 321.87º | 0.82% | 0.97% | - |
| XYZ | 47.29 | 24.89 | 42.36 | - |
| YUV | 120.4 | 158.25 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 174 | 0 | 0.82 | 0.30 | 0.03 | 321.87 | 0.94 | 0.57 |
| Hex | F8 | 2D | AE | 0 | 52 | 1E | 3 | 142 | 5E | 39 |
| Octal | 370 | 55 | 256 | 0 | 122 | 36 | 3 | 502 | 136 | 71 |
| Binary | 11111000 | 101101 | 10101110 | 0 | 1010010 | 11110 | 11 | 101000010 | 1011110 | 111001 |
Color Harmonies of #F82DAE
Complementary color
Monochromatic Colors of #F82DAE
Black with #F82DAE
Text Example
Text Example
White with #F82DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82DAE; }
p { color: rgb(248,45,174); }
H1.HeaderClassName
{
color: #F82DAE;
}
.AnyTagClassName
{
color: #F82DAE;
}
</style>
background-color css
<style>
a { background-color: #F82DAE; }
a { background-color: rgb(248,45,174); }
div.DivClassName
{
background-color: #F82DAE;
}
.BgClassName
{
background-color: #F82DAE;
}
</style>
border-color css
<style>
span { border-color: #F82DAE; }
span { border-color: rgb(248,45,174); }
td.TdClassName
{
border-color: #F82DAE;
}
.TagClassName
{
border-color: #F82DAE;
}
</style>