Shades of Persian Rose #F63DB0
Tints of Persian Rose #F63DB0
RGB
CMYK
RGB Variations
Color information
#F63DB0 (or 0xF63DB0) is known color: Persian Rose. HEX triplet: F6, 3D and B0. RGB value is (246,61,176). Sum of RGB (Red+Green+Blue) = 246+61+176=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 61 (24.22% from 255 or 12.63% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F63DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63DB0 is #09C24F. Grayscale: #818181. Windows color (decimal): -639568 or 11550198. OLE color: 11550198.
HSL color Cylindrical-coordinate representation of color #F63DB0: hue angle of 322.7º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63DB0 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 176 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.04 |
| HSL | 322.7º | 0.91% | 0.6% | - |
| HSV(B) | 322.7º | 0.75% | 0.96% | - |
| XYZ | 47.51 | 26.06 | 43.6 | - |
| YUV | 129.43 | 154.29 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 176 | 0 | 0.75 | 0.28 | 0.04 | 322.7 | 0.91 | 0.6 |
| Hex | F6 | 3D | B0 | 0 | 4B | 1C | 4 | 143 | 5B | 3C |
| Octal | 366 | 75 | 260 | 0 | 113 | 34 | 4 | 503 | 133 | 74 |
| Binary | 11110110 | 111101 | 10110000 | 0 | 1001011 | 11100 | 100 | 101000011 | 1011011 | 111100 |
Color Harmonies of #F63DB0
Complementary color
Monochromatic Colors of #F63DB0
Black with #F63DB0
Text Example
Text Example
White with #F63DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63DB0; }
p { color: rgb(246,61,176); }
H1.HeaderClassName
{
color: #F63DB0;
}
.AnyTagClassName
{
color: #F63DB0;
}
</style>
background-color css
<style>
a { background-color: #F63DB0; }
a { background-color: rgb(246,61,176); }
div.DivClassName
{
background-color: #F63DB0;
}
.BgClassName
{
background-color: #F63DB0;
}
</style>
border-color css
<style>
span { border-color: #F63DB0; }
span { border-color: rgb(246,61,176); }
td.TdClassName
{
border-color: #F63DB0;
}
.TagClassName
{
border-color: #F63DB0;
}
</style>