Shades of Persian Rose #F83BAE
Tints of Persian Rose #F83BAE
RGB
CMYK
RGB Variations
Color information
#F83BAE (or 0xF83BAE) is known color: Persian Rose. HEX triplet: F8, 3B and AE. RGB value is (248,59,174). Sum of RGB (Red+Green+Blue) = 248+59+174=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83BAE is #07C451. Grayscale: #808080. Windows color (decimal): -509010 or 11418616. OLE color: 11418616.
HSL color Cylindrical-coordinate representation of color #F83BAE: hue angle of 323.49º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83BAE is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 59 | 174 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.03 |
| HSL | 323.49º | 0.93% | 0.6% | - |
| HSV(B) | 323.49º | 0.76% | 0.97% | - |
| XYZ | 47.92 | 26.14 | 42.56 | - |
| YUV | 128.62 | 153.62 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 59 | 174 | 0 | 0.76 | 0.30 | 0.03 | 323.49 | 0.93 | 0.6 |
| Hex | F8 | 3B | AE | 0 | 4C | 1E | 3 | 143 | 5D | 3C |
| Octal | 370 | 73 | 256 | 0 | 114 | 36 | 3 | 503 | 135 | 74 |
| Binary | 11111000 | 111011 | 10101110 | 0 | 1001100 | 11110 | 11 | 101000011 | 1011101 | 111100 |
Color Harmonies of #F83BAE
Complementary color
Monochromatic Colors of #F83BAE
Black with #F83BAE
Text Example
Text Example
White with #F83BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83BAE; }
p { color: rgb(248,59,174); }
H1.HeaderClassName
{
color: #F83BAE;
}
.AnyTagClassName
{
color: #F83BAE;
}
</style>
background-color css
<style>
a { background-color: #F83BAE; }
a { background-color: rgb(248,59,174); }
div.DivClassName
{
background-color: #F83BAE;
}
.BgClassName
{
background-color: #F83BAE;
}
</style>
border-color css
<style>
span { border-color: #F83BAE; }
span { border-color: rgb(248,59,174); }
td.TdClassName
{
border-color: #F83BAE;
}
.TagClassName
{
border-color: #F83BAE;
}
</style>