Shades of Persian Rose #F02FB2
Tints of Persian Rose #F02FB2
RGB
CMYK
RGB Variations
Color information
#F02FB2 (or 0xF02FB2) is known color: Persian Rose. HEX triplet: F0, 2F and B2. RGB value is (240,47,178). Sum of RGB (Red+Green+Blue) = 240+47+178=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02FB2 is #0FD04D. Grayscale: #777777. Windows color (decimal): -1036366 or 11677680. OLE color: 11677680.
HSL color Cylindrical-coordinate representation of color #F02FB2: hue angle of 319.27º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02FB2 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 47 | 178 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.06 |
| HSL | 319.27º | 0.87% | 0.56% | - |
| HSV(B) | 319.27º | 0.8% | 0.94% | - |
| XYZ | 44.99 | 23.77 | 44.34 | - |
| YUV | 119.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 178 | 0 | 0.80 | 0.26 | 0.06 | 319.27 | 0.87 | 0.56 |
| Hex | F0 | 2F | B2 | 0 | 50 | 1A | 6 | 13F | 57 | 38 |
| Octal | 360 | 57 | 262 | 0 | 120 | 32 | 6 | 477 | 127 | 70 |
| Binary | 11110000 | 101111 | 10110010 | 0 | 1010000 | 11010 | 110 | 100111111 | 1010111 | 111000 |
Color Harmonies of #F02FB2
Complementary color
Monochromatic Colors of #F02FB2
Black with #F02FB2
Text Example
Text Example
White with #F02FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02FB2; }
p { color: rgb(240,47,178); }
H1.HeaderClassName
{
color: #F02FB2;
}
.AnyTagClassName
{
color: #F02FB2;
}
</style>
background-color css
<style>
a { background-color: #F02FB2; }
a { background-color: rgb(240,47,178); }
div.DivClassName
{
background-color: #F02FB2;
}
.BgClassName
{
background-color: #F02FB2;
}
</style>
border-color css
<style>
span { border-color: #F02FB2; }
span { border-color: rgb(240,47,178); }
td.TdClassName
{
border-color: #F02FB2;
}
.TagClassName
{
border-color: #F02FB2;
}
</style>