Shades of Persian Rose #F034B1
Tints of Persian Rose #F034B1
RGB
CMYK
RGB Variations
Color information
#F034B1 (or 0xF034B1) is known color: Persian Rose. HEX triplet: F0, 34 and B1. RGB value is (240,52,177). Sum of RGB (Red+Green+Blue) = 240+52+177=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F034B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F034B1 is #0FCB4E. Grayscale: #7A7A7A. Windows color (decimal): -1035087 or 11613424. OLE color: 11613424.
HSL color Cylindrical-coordinate representation of color #F034B1: hue angle of 320.11º 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 #F034B1 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 177 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.06 |
| HSL | 320.11º | 0.86% | 0.57% | - |
| HSV(B) | 320.11º | 0.78% | 0.94% | - |
| XYZ | 45.1 | 24.16 | 43.88 | - |
| YUV | 122.46 | 158.78 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 177 | 0 | 0.78 | 0.26 | 0.06 | 320.11 | 0.86 | 0.57 |
| Hex | F0 | 34 | B1 | 0 | 4E | 1A | 6 | 140 | 56 | 39 |
| Octal | 360 | 64 | 261 | 0 | 116 | 32 | 6 | 500 | 126 | 71 |
| Binary | 11110000 | 110100 | 10110001 | 0 | 1001110 | 11010 | 110 | 101000000 | 1010110 | 111001 |
Color Harmonies of #F034B1
Complementary color
Monochromatic Colors of #F034B1
Black with #F034B1
Text Example
Text Example
White with #F034B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F034B1; }
p { color: rgb(240,52,177); }
H1.HeaderClassName
{
color: #F034B1;
}
.AnyTagClassName
{
color: #F034B1;
}
</style>
background-color css
<style>
a { background-color: #F034B1; }
a { background-color: rgb(240,52,177); }
div.DivClassName
{
background-color: #F034B1;
}
.BgClassName
{
background-color: #F034B1;
}
</style>
border-color css
<style>
span { border-color: #F034B1; }
span { border-color: rgb(240,52,177); }
td.TdClassName
{
border-color: #F034B1;
}
.TagClassName
{
border-color: #F034B1;
}
</style>