Shades of Persian Rose #F837B2
Tints of Persian Rose #F837B2
RGB
CMYK
RGB Variations
Color information
#F837B2 (or 0xF837B2) is known color: Persian Rose. HEX triplet: F8, 37 and B2. RGB value is (248,55,178). Sum of RGB (Red+Green+Blue) = 248+55+178=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F837B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F837B2 is #07C84D. Grayscale: #7E7E7E. Windows color (decimal): -510030 or 11679736. OLE color: 11679736.
HSL color Cylindrical-coordinate representation of color #F837B2: hue angle of 321.76º 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 #F837B2 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 178 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.03 |
| HSL | 321.76º | 0.93% | 0.59% | - |
| HSV(B) | 321.76º | 0.78% | 0.97% | - |
| XYZ | 48.11 | 25.9 | 44.58 | - |
| YUV | 126.73 | 156.94 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 178 | 0 | 0.78 | 0.28 | 0.03 | 321.76 | 0.93 | 0.59 |
| Hex | F8 | 37 | B2 | 0 | 4E | 1C | 3 | 142 | 5D | 3B |
| Octal | 370 | 67 | 262 | 0 | 116 | 34 | 3 | 502 | 135 | 73 |
| Binary | 11111000 | 110111 | 10110010 | 0 | 1001110 | 11100 | 11 | 101000010 | 1011101 | 111011 |
Color Harmonies of #F837B2
Complementary color
Monochromatic Colors of #F837B2
Black with #F837B2
Text Example
Text Example
White with #F837B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F837B2; }
p { color: rgb(248,55,178); }
H1.HeaderClassName
{
color: #F837B2;
}
.AnyTagClassName
{
color: #F837B2;
}
</style>
background-color css
<style>
a { background-color: #F837B2; }
a { background-color: rgb(248,55,178); }
div.DivClassName
{
background-color: #F837B2;
}
.BgClassName
{
background-color: #F837B2;
}
</style>
border-color css
<style>
span { border-color: #F837B2; }
span { border-color: rgb(248,55,178); }
td.TdClassName
{
border-color: #F837B2;
}
.TagClassName
{
border-color: #F837B2;
}
</style>