Shades of Persian Rose #F33BAE
Tints of Persian Rose #F33BAE
RGB
CMYK
RGB Variations
Color information
#F33BAE (or 0xF33BAE) is known color: Persian Rose. HEX triplet: F3, 3B and AE. RGB value is (243,59,174). Sum of RGB (Red+Green+Blue) = 243+59+174=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33BAE is #0CC451. Grayscale: #7E7E7E. Windows color (decimal): -836690 or 11418611. OLE color: 11418611.
HSL color Cylindrical-coordinate representation of color #F33BAE: hue angle of 322.5º degrees, saturation: 0.88, 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 #F33BAE is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 174 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.05 |
| HSL | 322.5º | 0.88% | 0.59% | - |
| HSV(B) | 322.5º | 0.76% | 0.95% | - |
| XYZ | 46.17 | 25.24 | 42.48 | - |
| YUV | 127.13 | 154.46 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 174 | 0 | 0.76 | 0.28 | 0.05 | 322.5 | 0.88 | 0.59 |
| Hex | F3 | 3B | AE | 0 | 4C | 1C | 5 | 142 | 58 | 3B |
| Octal | 363 | 73 | 256 | 0 | 114 | 34 | 5 | 502 | 130 | 73 |
| Binary | 11110011 | 111011 | 10101110 | 0 | 1001100 | 11100 | 101 | 101000010 | 1011000 | 111011 |
Color Harmonies of #F33BAE
Complementary color
Monochromatic Colors of #F33BAE
Black with #F33BAE
Text Example
Text Example
White with #F33BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BAE; }
p { color: rgb(243,59,174); }
H1.HeaderClassName
{
color: #F33BAE;
}
.AnyTagClassName
{
color: #F33BAE;
}
</style>
background-color css
<style>
a { background-color: #F33BAE; }
a { background-color: rgb(243,59,174); }
div.DivClassName
{
background-color: #F33BAE;
}
.BgClassName
{
background-color: #F33BAE;
}
</style>
border-color css
<style>
span { border-color: #F33BAE; }
span { border-color: rgb(243,59,174); }
td.TdClassName
{
border-color: #F33BAE;
}
.TagClassName
{
border-color: #F33BAE;
}
</style>