Shades of Persian Rose #F03DB0
Tints of Persian Rose #F03DB0
RGB
CMYK
RGB Variations
Color information
#F03DB0 (or 0xF03DB0) is known color: Persian Rose. HEX triplet: F0, 3D and B0. RGB value is (240,61,176). Sum of RGB (Red+Green+Blue) = 240+61+176=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F03DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03DB0 is #0FC24F. Grayscale: #7F7F7F. Windows color (decimal): -1032784 or 11550192. OLE color: 11550192.
HSL color Cylindrical-coordinate representation of color #F03DB0: hue angle of 321.45º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03DB0 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 176 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.06 |
| HSL | 321.45º | 0.86% | 0.59% | - |
| HSV(B) | 321.45º | 0.75% | 0.94% | - |
| XYZ | 45.44 | 25 | 43.5 | - |
| YUV | 127.63 | 155.3 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 176 | 0 | 0.75 | 0.27 | 0.06 | 321.45 | 0.86 | 0.59 |
| Hex | F0 | 3D | B0 | 0 | 4B | 1B | 6 | 141 | 56 | 3B |
| Octal | 360 | 75 | 260 | 0 | 113 | 33 | 6 | 501 | 126 | 73 |
| Binary | 11110000 | 111101 | 10110000 | 0 | 1001011 | 11011 | 110 | 101000001 | 1010110 | 111011 |
Color Harmonies of #F03DB0
Complementary color
Monochromatic Colors of #F03DB0
Black with #F03DB0
Text Example
Text Example
White with #F03DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03DB0; }
p { color: rgb(240,61,176); }
H1.HeaderClassName
{
color: #F03DB0;
}
.AnyTagClassName
{
color: #F03DB0;
}
</style>
background-color css
<style>
a { background-color: #F03DB0; }
a { background-color: rgb(240,61,176); }
div.DivClassName
{
background-color: #F03DB0;
}
.BgClassName
{
background-color: #F03DB0;
}
</style>
border-color css
<style>
span { border-color: #F03DB0; }
span { border-color: rgb(240,61,176); }
td.TdClassName
{
border-color: #F03DB0;
}
.TagClassName
{
border-color: #F03DB0;
}
</style>