Shades of Persian Rose #F034B2
Tints of Persian Rose #F034B2
RGB
CMYK
RGB Variations
Color information
#F034B2 (or 0xF034B2) is known color: Persian Rose. HEX triplet: F0, 34 and B2. RGB value is (240,52,178). Sum of RGB (Red+Green+Blue) = 240+52+178=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F034B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F034B2 is #0FCB4D. Grayscale: #7A7A7A. Windows color (decimal): -1035086 or 11678960. OLE color: 11678960.
HSL color Cylindrical-coordinate representation of color #F034B2: hue angle of 319.79º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F034B2 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 178 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.06 |
| HSL | 319.79º | 0.86% | 0.57% | - |
| HSV(B) | 319.79º | 0.78% | 0.94% | - |
| XYZ | 45.2 | 24.2 | 44.41 | - |
| YUV | 122.58 | 159.28 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 178 | 0 | 0.78 | 0.26 | 0.06 | 319.79 | 0.86 | 0.57 |
| Hex | F0 | 34 | B2 | 0 | 4E | 1A | 6 | 140 | 56 | 39 |
| Octal | 360 | 64 | 262 | 0 | 116 | 32 | 6 | 500 | 126 | 71 |
| Binary | 11110000 | 110100 | 10110010 | 0 | 1001110 | 11010 | 110 | 101000000 | 1010110 | 111001 |
Color Harmonies of #F034B2
Complementary color
Monochromatic Colors of #F034B2
Black with #F034B2
Text Example
Text Example
White with #F034B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F034B2; }
p { color: rgb(240,52,178); }
H1.HeaderClassName
{
color: #F034B2;
}
.AnyTagClassName
{
color: #F034B2;
}
</style>
background-color css
<style>
a { background-color: #F034B2; }
a { background-color: rgb(240,52,178); }
div.DivClassName
{
background-color: #F034B2;
}
.BgClassName
{
background-color: #F034B2;
}
</style>
border-color css
<style>
span { border-color: #F034B2; }
span { border-color: rgb(240,52,178); }
td.TdClassName
{
border-color: #F034B2;
}
.TagClassName
{
border-color: #F034B2;
}
</style>