Shades of Persian Rose #F82A9A
Tints of Persian Rose #F82A9A
RGB
CMYK
RGB Variations
Color information
#F82A9A (or 0xF82A9A) is known color: Persian Rose. HEX triplet: F8, 2A and 9A. RGB value is (248,42,154). Sum of RGB (Red+Green+Blue) = 248+42+154=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82A9A is #07D565. Grayscale: #747474. Windows color (decimal): -513382 or 10103544. OLE color: 10103544.
HSL color Cylindrical-coordinate representation of color #F82A9A: hue angle of 327.38º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F82A9A is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 42 | 154 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.03 |
| HSL | 327.38º | 0.94% | 0.57% | - |
| HSV(B) | 327.38º | 0.83% | 0.97% | - |
| XYZ | 45.37 | 23.95 | 32.8 | - |
| YUV | 116.36 | 149.25 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 42 | 154 | 0 | 0.83 | 0.38 | 0.03 | 327.38 | 0.94 | 0.57 |
| Hex | F8 | 2A | 9A | 0 | 53 | 26 | 3 | 147 | 5E | 39 |
| Octal | 370 | 52 | 232 | 0 | 123 | 46 | 3 | 507 | 136 | 71 |
| Binary | 11111000 | 101010 | 10011010 | 0 | 1010011 | 100110 | 11 | 101000111 | 1011110 | 111001 |
Color Harmonies of #F82A9A
Complementary color
Monochromatic Colors of #F82A9A
Black with #F82A9A
Text Example
Text Example
White with #F82A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82A9A; }
p { color: rgb(248,42,154); }
H1.HeaderClassName
{
color: #F82A9A;
}
.AnyTagClassName
{
color: #F82A9A;
}
</style>
background-color css
<style>
a { background-color: #F82A9A; }
a { background-color: rgb(248,42,154); }
div.DivClassName
{
background-color: #F82A9A;
}
.BgClassName
{
background-color: #F82A9A;
}
</style>
border-color css
<style>
span { border-color: #F82A9A; }
span { border-color: rgb(248,42,154); }
td.TdClassName
{
border-color: #F82A9A;
}
.TagClassName
{
border-color: #F82A9A;
}
</style>