Shades of Persian Rose #F62898
Tints of Persian Rose #F62898
RGB
CMYK
RGB Variations
Color information
#F62898 (or 0xF62898) is known color: Persian Rose. HEX triplet: F6, 28 and 98. RGB value is (246,40,152). Sum of RGB (Red+Green+Blue) = 246+40+152=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F62898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62898 is #09D767. Grayscale: #727272. Windows color (decimal): -644968 or 9971958. OLE color: 9971958.
HSL color Cylindrical-coordinate representation of color #F62898: hue angle of 327.38º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F62898 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 152 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.04 |
| HSL | 327.38º | 0.92% | 0.56% | - |
| HSV(B) | 327.38º | 0.84% | 0.96% | - |
| XYZ | 44.43 | 23.38 | 31.88 | - |
| YUV | 114.36 | 149.25 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 152 | 0 | 0.84 | 0.38 | 0.04 | 327.38 | 0.92 | 0.56 |
| Hex | F6 | 28 | 98 | 0 | 54 | 26 | 4 | 147 | 5C | 38 |
| Octal | 366 | 50 | 230 | 0 | 124 | 46 | 4 | 507 | 134 | 70 |
| Binary | 11110110 | 101000 | 10011000 | 0 | 1010100 | 100110 | 100 | 101000111 | 1011100 | 111000 |
Color Harmonies of #F62898
Complementary color
Monochromatic Colors of #F62898
Black with #F62898
Text Example
Text Example
White with #F62898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62898; }
p { color: rgb(246,40,152); }
H1.HeaderClassName
{
color: #F62898;
}
.AnyTagClassName
{
color: #F62898;
}
</style>
background-color css
<style>
a { background-color: #F62898; }
a { background-color: rgb(246,40,152); }
div.DivClassName
{
background-color: #F62898;
}
.BgClassName
{
background-color: #F62898;
}
</style>
border-color css
<style>
span { border-color: #F62898; }
span { border-color: rgb(246,40,152); }
td.TdClassName
{
border-color: #F62898;
}
.TagClassName
{
border-color: #F62898;
}
</style>