Shades of Persian Rose #F62B9A
Tints of Persian Rose #F62B9A
RGB
CMYK
RGB Variations
Color information
#F62B9A (or 0xF62B9A) is known color: Persian Rose. HEX triplet: F6, 2B and 9A. RGB value is (246,43,154). Sum of RGB (Red+Green+Blue) = 246+43+154=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F62B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62B9A is #09D465. Grayscale: #747474. Windows color (decimal): -644198 or 10103798. OLE color: 10103798.
HSL color Cylindrical-coordinate representation of color #F62B9A: hue angle of 327.19º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62B9A is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 43 | 154 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.04 |
| HSL | 327.19º | 0.92% | 0.57% | - |
| HSV(B) | 327.19º | 0.83% | 0.96% | - |
| XYZ | 44.7 | 23.65 | 32.78 | - |
| YUV | 116.35 | 149.25 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 43 | 154 | 0 | 0.83 | 0.37 | 0.04 | 327.19 | 0.92 | 0.57 |
| Hex | F6 | 2B | 9A | 0 | 53 | 25 | 4 | 147 | 5C | 39 |
| Octal | 366 | 53 | 232 | 0 | 123 | 45 | 4 | 507 | 134 | 71 |
| Binary | 11110110 | 101011 | 10011010 | 0 | 1010011 | 100101 | 100 | 101000111 | 1011100 | 111001 |
Color Harmonies of #F62B9A
Complementary color
Monochromatic Colors of #F62B9A
Black with #F62B9A
Text Example
Text Example
White with #F62B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62B9A; }
p { color: rgb(246,43,154); }
H1.HeaderClassName
{
color: #F62B9A;
}
.AnyTagClassName
{
color: #F62B9A;
}
</style>
background-color css
<style>
a { background-color: #F62B9A; }
a { background-color: rgb(246,43,154); }
div.DivClassName
{
background-color: #F62B9A;
}
.BgClassName
{
background-color: #F62B9A;
}
</style>
border-color css
<style>
span { border-color: #F62B9A; }
span { border-color: rgb(246,43,154); }
td.TdClassName
{
border-color: #F62B9A;
}
.TagClassName
{
border-color: #F62B9A;
}
</style>