Shades of Persian Rose #F61FA3
Tints of Persian Rose #F61FA3
RGB
CMYK
RGB Variations
Color information
#F61FA3 (or 0xF61FA3) is known color: Persian Rose. HEX triplet: F6, 1F and A3. RGB value is (246,31,163). Sum of RGB (Red+Green+Blue) = 246+31+163=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F61FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61FA3 is #09E05C. Grayscale: #6E6E6E. Windows color (decimal): -647261 or 10690550. OLE color: 10690550.
HSL color Cylindrical-coordinate representation of color #F61FA3: hue angle of 323.16º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61FA3 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 163 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.04 |
| HSL | 323.16º | 0.92% | 0.54% | - |
| HSV(B) | 323.16º | 0.87% | 0.96% | - |
| XYZ | 45.11 | 23.22 | 36.75 | - |
| YUV | 110.33 | 157.73 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 163 | 0 | 0.87 | 0.34 | 0.04 | 323.16 | 0.92 | 0.54 |
| Hex | F6 | 1F | A3 | 0 | 57 | 22 | 4 | 143 | 5C | 36 |
| Octal | 366 | 37 | 243 | 0 | 127 | 42 | 4 | 503 | 134 | 66 |
| Binary | 11110110 | 11111 | 10100011 | 0 | 1010111 | 100010 | 100 | 101000011 | 1011100 | 110110 |
Color Harmonies of #F61FA3
Complementary color
Monochromatic Colors of #F61FA3
Black with #F61FA3
Text Example
Text Example
White with #F61FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61FA3; }
p { color: rgb(246,31,163); }
H1.HeaderClassName
{
color: #F61FA3;
}
.AnyTagClassName
{
color: #F61FA3;
}
</style>
background-color css
<style>
a { background-color: #F61FA3; }
a { background-color: rgb(246,31,163); }
div.DivClassName
{
background-color: #F61FA3;
}
.BgClassName
{
background-color: #F61FA3;
}
</style>
border-color css
<style>
span { border-color: #F61FA3; }
span { border-color: rgb(246,31,163); }
td.TdClassName
{
border-color: #F61FA3;
}
.TagClassName
{
border-color: #F61FA3;
}
</style>