Shades of Persian Rose #F33BAB
Tints of Persian Rose #F33BAB
RGB
CMYK
RGB Variations
Color information
#F33BAB (or 0xF33BAB) is known color: Persian Rose. HEX triplet: F3, 3B and AB. RGB value is (243,59,171). Sum of RGB (Red+Green+Blue) = 243+59+171=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33BAB is #0CC454. Grayscale: #7E7E7E. Windows color (decimal): -836693 or 11222003. OLE color: 11222003.
HSL color Cylindrical-coordinate representation of color #F33BAB: hue angle of 323.48º 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 #F33BAB is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 171 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.05 |
| HSL | 323.48º | 0.88% | 0.59% | - |
| HSV(B) | 323.48º | 0.76% | 0.95% | - |
| XYZ | 45.88 | 25.12 | 40.96 | - |
| YUV | 126.78 | 152.96 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 171 | 0 | 0.76 | 0.30 | 0.05 | 323.48 | 0.88 | 0.59 |
| Hex | F3 | 3B | AB | 0 | 4C | 1E | 5 | 143 | 58 | 3B |
| Octal | 363 | 73 | 253 | 0 | 114 | 36 | 5 | 503 | 130 | 73 |
| Binary | 11110011 | 111011 | 10101011 | 0 | 1001100 | 11110 | 101 | 101000011 | 1011000 | 111011 |
Color Harmonies of #F33BAB
Complementary color
Monochromatic Colors of #F33BAB
Black with #F33BAB
Text Example
Text Example
White with #F33BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BAB; }
p { color: rgb(243,59,171); }
H1.HeaderClassName
{
color: #F33BAB;
}
.AnyTagClassName
{
color: #F33BAB;
}
</style>
background-color css
<style>
a { background-color: #F33BAB; }
a { background-color: rgb(243,59,171); }
div.DivClassName
{
background-color: #F33BAB;
}
.BgClassName
{
background-color: #F33BAB;
}
</style>
border-color css
<style>
span { border-color: #F33BAB; }
span { border-color: rgb(243,59,171); }
td.TdClassName
{
border-color: #F33BAB;
}
.TagClassName
{
border-color: #F33BAB;
}
</style>