Shades of Persian Rose #F33AB0
Tints of Persian Rose #F33AB0
RGB
CMYK
RGB Variations
Color information
#F33AB0 (or 0xF33AB0) is known color: Persian Rose. HEX triplet: F3, 3A and B0. RGB value is (243,58,176). Sum of RGB (Red+Green+Blue) = 243+58+176=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F33AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33AB0 is #0CC54F. Grayscale: #7E7E7E. Windows color (decimal): -836944 or 11549427. OLE color: 11549427.
HSL color Cylindrical-coordinate representation of color #F33AB0: hue angle of 321.73º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33AB0 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 176 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.05 |
| HSL | 321.73º | 0.89% | 0.59% | - |
| HSV(B) | 321.73º | 0.76% | 0.95% | - |
| XYZ | 46.31 | 25.22 | 43.5 | - |
| YUV | 126.77 | 155.79 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 176 | 0 | 0.76 | 0.28 | 0.05 | 321.73 | 0.89 | 0.59 |
| Hex | F3 | 3A | B0 | 0 | 4C | 1C | 5 | 142 | 59 | 3B |
| Octal | 363 | 72 | 260 | 0 | 114 | 34 | 5 | 502 | 131 | 73 |
| Binary | 11110011 | 111010 | 10110000 | 0 | 1001100 | 11100 | 101 | 101000010 | 1011001 | 111011 |
Color Harmonies of #F33AB0
Complementary color
Monochromatic Colors of #F33AB0
Black with #F33AB0
Text Example
Text Example
White with #F33AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33AB0; }
p { color: rgb(243,58,176); }
H1.HeaderClassName
{
color: #F33AB0;
}
.AnyTagClassName
{
color: #F33AB0;
}
</style>
background-color css
<style>
a { background-color: #F33AB0; }
a { background-color: rgb(243,58,176); }
div.DivClassName
{
background-color: #F33AB0;
}
.BgClassName
{
background-color: #F33AB0;
}
</style>
border-color css
<style>
span { border-color: #F33AB0; }
span { border-color: rgb(243,58,176); }
td.TdClassName
{
border-color: #F33AB0;
}
.TagClassName
{
border-color: #F33AB0;
}
</style>