Shades of Persian Rose #F33BAF
Tints of Persian Rose #F33BAF
RGB
CMYK
RGB Variations
Color information
#F33BAF (or 0xF33BAF) is known color: Persian Rose. HEX triplet: F3, 3B and AF. RGB value is (243,59,175). Sum of RGB (Red+Green+Blue) = 243+59+175=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33BAF is #0CC450. Grayscale: #7E7E7E. Windows color (decimal): -836689 or 11484147. OLE color: 11484147.
HSL color Cylindrical-coordinate representation of color #F33BAF: hue angle of 322.17º 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 #F33BAF is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 175 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.05 |
| HSL | 322.17º | 0.88% | 0.59% | - |
| HSV(B) | 322.17º | 0.76% | 0.95% | - |
| XYZ | 46.26 | 25.28 | 43 | - |
| YUV | 127.24 | 154.96 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 175 | 0 | 0.76 | 0.28 | 0.05 | 322.17 | 0.88 | 0.59 |
| Hex | F3 | 3B | AF | 0 | 4C | 1C | 5 | 142 | 58 | 3B |
| Octal | 363 | 73 | 257 | 0 | 114 | 34 | 5 | 502 | 130 | 73 |
| Binary | 11110011 | 111011 | 10101111 | 0 | 1001100 | 11100 | 101 | 101000010 | 1011000 | 111011 |
Color Harmonies of #F33BAF
Complementary color
Monochromatic Colors of #F33BAF
Black with #F33BAF
Text Example
Text Example
White with #F33BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BAF; }
p { color: rgb(243,59,175); }
H1.HeaderClassName
{
color: #F33BAF;
}
.AnyTagClassName
{
color: #F33BAF;
}
</style>
background-color css
<style>
a { background-color: #F33BAF; }
a { background-color: rgb(243,59,175); }
div.DivClassName
{
background-color: #F33BAF;
}
.BgClassName
{
background-color: #F33BAF;
}
</style>
border-color css
<style>
span { border-color: #F33BAF; }
span { border-color: rgb(243,59,175); }
td.TdClassName
{
border-color: #F33BAF;
}
.TagClassName
{
border-color: #F33BAF;
}
</style>