Shades of Persian Rose #F62595
Tints of Persian Rose #F62595
RGB
CMYK
RGB Variations
Color information
#F62595 (or 0xF62595) is known color: Persian Rose. HEX triplet: F6, 25 and 95. RGB value is (246,37,149). Sum of RGB (Red+Green+Blue) = 246+37+149=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F62595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62595 is #09DA6A. Grayscale: #707070. Windows color (decimal): -645739 or 9774582. OLE color: 9774582.
HSL color Cylindrical-coordinate representation of color #F62595: hue angle of 327.85º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62595 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 149 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.04 |
| HSL | 327.85º | 0.92% | 0.55% | - |
| HSV(B) | 327.85º | 0.85% | 0.96% | - |
| XYZ | 44.09 | 23.09 | 30.57 | - |
| YUV | 112.26 | 148.74 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 149 | 0 | 0.85 | 0.39 | 0.04 | 327.85 | 0.92 | 0.55 |
| Hex | F6 | 25 | 95 | 0 | 55 | 27 | 4 | 148 | 5C | 37 |
| Octal | 366 | 45 | 225 | 0 | 125 | 47 | 4 | 510 | 134 | 67 |
| Binary | 11110110 | 100101 | 10010101 | 0 | 1010101 | 100111 | 100 | 101001000 | 1011100 | 110111 |
Color Harmonies of #F62595
Complementary color
Monochromatic Colors of #F62595
Black with #F62595
Text Example
Text Example
White with #F62595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62595; }
p { color: rgb(246,37,149); }
H1.HeaderClassName
{
color: #F62595;
}
.AnyTagClassName
{
color: #F62595;
}
</style>
background-color css
<style>
a { background-color: #F62595; }
a { background-color: rgb(246,37,149); }
div.DivClassName
{
background-color: #F62595;
}
.BgClassName
{
background-color: #F62595;
}
</style>
border-color css
<style>
span { border-color: #F62595; }
span { border-color: rgb(246,37,149); }
td.TdClassName
{
border-color: #F62595;
}
.TagClassName
{
border-color: #F62595;
}
</style>