Shades of Persian Rose #F824A3
Tints of Persian Rose #F824A3
RGB
CMYK
RGB Variations
Color information
#F824A3 (or 0xF824A3) is known color: Persian Rose. HEX triplet: F8, 24 and A3. RGB value is (248,36,163). Sum of RGB (Red+Green+Blue) = 248+36+163=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F824A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F824A3 is #07DB5C. Grayscale: #717171. Windows color (decimal): -514909 or 10691832. OLE color: 10691832.
HSL color Cylindrical-coordinate representation of color #F824A3: hue angle of 324.06º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F824A3 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 163 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.03 |
| HSL | 324.06º | 0.94% | 0.56% | - |
| HSV(B) | 324.06º | 0.85% | 0.97% | - |
| XYZ | 45.95 | 23.86 | 36.83 | - |
| YUV | 113.87 | 155.74 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 163 | 0 | 0.85 | 0.34 | 0.03 | 324.06 | 0.94 | 0.56 |
| Hex | F8 | 24 | A3 | 0 | 55 | 22 | 3 | 144 | 5E | 38 |
| Octal | 370 | 44 | 243 | 0 | 125 | 42 | 3 | 504 | 136 | 70 |
| Binary | 11111000 | 100100 | 10100011 | 0 | 1010101 | 100010 | 11 | 101000100 | 1011110 | 111000 |
Color Harmonies of #F824A3
Complementary color
Monochromatic Colors of #F824A3
Black with #F824A3
Text Example
Text Example
White with #F824A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F824A3; }
p { color: rgb(248,36,163); }
H1.HeaderClassName
{
color: #F824A3;
}
.AnyTagClassName
{
color: #F824A3;
}
</style>
background-color css
<style>
a { background-color: #F824A3; }
a { background-color: rgb(248,36,163); }
div.DivClassName
{
background-color: #F824A3;
}
.BgClassName
{
background-color: #F824A3;
}
</style>
border-color css
<style>
span { border-color: #F824A3; }
span { border-color: rgb(248,36,163); }
td.TdClassName
{
border-color: #F824A3;
}
.TagClassName
{
border-color: #F824A3;
}
</style>