Shades of Persian Rose #F837A8
Tints of Persian Rose #F837A8
RGB
CMYK
RGB Variations
Color information
#F837A8 (or 0xF837A8) is known color: Persian Rose. HEX triplet: F8, 37 and A8. RGB value is (248,55,168). Sum of RGB (Red+Green+Blue) = 248+55+168=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F837A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F837A8 is #07C857. Grayscale: #7D7D7D. Windows color (decimal): -510040 or 11024376. OLE color: 11024376.
HSL color Cylindrical-coordinate representation of color #F837A8: hue angle of 324.87º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F837A8 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 168 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.03 |
| HSL | 324.87º | 0.93% | 0.59% | - |
| HSV(B) | 324.87º | 0.78% | 0.97% | - |
| XYZ | 47.15 | 25.52 | 39.49 | - |
| YUV | 125.59 | 151.94 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 168 | 0 | 0.78 | 0.32 | 0.03 | 324.87 | 0.93 | 0.59 |
| Hex | F8 | 37 | A8 | 0 | 4E | 20 | 3 | 145 | 5D | 3B |
| Octal | 370 | 67 | 250 | 0 | 116 | 40 | 3 | 505 | 135 | 73 |
| Binary | 11111000 | 110111 | 10101000 | 0 | 1001110 | 100000 | 11 | 101000101 | 1011101 | 111011 |
Color Harmonies of #F837A8
Complementary color
Monochromatic Colors of #F837A8
Black with #F837A8
Text Example
Text Example
White with #F837A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F837A8; }
p { color: rgb(248,55,168); }
H1.HeaderClassName
{
color: #F837A8;
}
.AnyTagClassName
{
color: #F837A8;
}
</style>
background-color css
<style>
a { background-color: #F837A8; }
a { background-color: rgb(248,55,168); }
div.DivClassName
{
background-color: #F837A8;
}
.BgClassName
{
background-color: #F837A8;
}
</style>
border-color css
<style>
span { border-color: #F837A8; }
span { border-color: rgb(248,55,168); }
td.TdClassName
{
border-color: #F837A8;
}
.TagClassName
{
border-color: #F837A8;
}
</style>