Shades of Persian Rose #F837AF
Tints of Persian Rose #F837AF
RGB
CMYK
RGB Variations
Color information
#F837AF (or 0xF837AF) is known color: Persian Rose. HEX triplet: F8, 37 and AF. RGB value is (248,55,175). Sum of RGB (Red+Green+Blue) = 248+55+175=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 55 (21.88% from 255 or 11.51% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F837AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F837AF is #07C850. Grayscale: #7E7E7E. Windows color (decimal): -510033 or 11483128. OLE color: 11483128.
HSL color Cylindrical-coordinate representation of color #F837AF: hue angle of 322.69º 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 #F837AF is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 175 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.03 |
| HSL | 322.69º | 0.93% | 0.59% | - |
| HSV(B) | 322.69º | 0.78% | 0.97% | - |
| XYZ | 47.82 | 25.78 | 43.01 | - |
| YUV | 126.39 | 155.44 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 175 | 0 | 0.78 | 0.29 | 0.03 | 322.69 | 0.93 | 0.59 |
| Hex | F8 | 37 | AF | 0 | 4E | 1D | 3 | 143 | 5D | 3B |
| Octal | 370 | 67 | 257 | 0 | 116 | 35 | 3 | 503 | 135 | 73 |
| Binary | 11111000 | 110111 | 10101111 | 0 | 1001110 | 11101 | 11 | 101000011 | 1011101 | 111011 |
Color Harmonies of #F837AF
Complementary color
Monochromatic Colors of #F837AF
Black with #F837AF
Text Example
Text Example
White with #F837AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F837AF; }
p { color: rgb(248,55,175); }
H1.HeaderClassName
{
color: #F837AF;
}
.AnyTagClassName
{
color: #F837AF;
}
</style>
background-color css
<style>
a { background-color: #F837AF; }
a { background-color: rgb(248,55,175); }
div.DivClassName
{
background-color: #F837AF;
}
.BgClassName
{
background-color: #F837AF;
}
</style>
border-color css
<style>
span { border-color: #F837AF; }
span { border-color: rgb(248,55,175); }
td.TdClassName
{
border-color: #F837AF;
}
.TagClassName
{
border-color: #F837AF;
}
</style>