Shades of Persian Rose #F0279D
Tints of Persian Rose #F0279D
RGB
CMYK
RGB Variations
Color information
#F0279D (or 0xF0279D) is known color: Persian Rose. HEX triplet: F0, 27 and 9D. RGB value is (240,39,157). Sum of RGB (Red+Green+Blue) = 240+39+157=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0279D is #0FD862. Grayscale: #707070. Windows color (decimal): -1038435 or 10299376. OLE color: 10299376.
HSL color Cylindrical-coordinate representation of color #F0279D: hue angle of 324.78º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0279D is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 157 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.06 |
| HSL | 324.78º | 0.87% | 0.55% | - |
| HSV(B) | 324.78º | 0.84% | 0.94% | - |
| XYZ | 42.75 | 22.41 | 33.97 | - |
| YUV | 112.55 | 153.09 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 157 | 0 | 0.84 | 0.35 | 0.06 | 324.78 | 0.87 | 0.55 |
| Hex | F0 | 27 | 9D | 0 | 54 | 23 | 6 | 145 | 57 | 37 |
| Octal | 360 | 47 | 235 | 0 | 124 | 43 | 6 | 505 | 127 | 67 |
| Binary | 11110000 | 100111 | 10011101 | 0 | 1010100 | 100011 | 110 | 101000101 | 1010111 | 110111 |
Color Harmonies of #F0279D
Complementary color
Monochromatic Colors of #F0279D
Black with #F0279D
Text Example
Text Example
White with #F0279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0279D; }
p { color: rgb(240,39,157); }
H1.HeaderClassName
{
color: #F0279D;
}
.AnyTagClassName
{
color: #F0279D;
}
</style>
background-color css
<style>
a { background-color: #F0279D; }
a { background-color: rgb(240,39,157); }
div.DivClassName
{
background-color: #F0279D;
}
.BgClassName
{
background-color: #F0279D;
}
</style>
border-color css
<style>
span { border-color: #F0279D; }
span { border-color: rgb(240,39,157); }
td.TdClassName
{
border-color: #F0279D;
}
.TagClassName
{
border-color: #F0279D;
}
</style>