Shades of Persian Rose #F33BAC
Tints of Persian Rose #F33BAC
RGB
CMYK
RGB Variations
Color information
#F33BAC (or 0xF33BAC) is known color: Persian Rose. HEX triplet: F3, 3B and AC. RGB value is (243,59,172). Sum of RGB (Red+Green+Blue) = 243+59+172=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33BAC is #0CC453. Grayscale: #7E7E7E. Windows color (decimal): -836692 or 11287539. OLE color: 11287539.
HSL color Cylindrical-coordinate representation of color #F33BAC: hue angle of 323.15º 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 #F33BAC is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 172 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.05 |
| HSL | 323.15º | 0.88% | 0.59% | - |
| HSV(B) | 323.15º | 0.76% | 0.95% | - |
| XYZ | 45.97 | 25.16 | 41.46 | - |
| YUV | 126.9 | 153.46 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 172 | 0 | 0.76 | 0.29 | 0.05 | 323.15 | 0.88 | 0.59 |
| Hex | F3 | 3B | AC | 0 | 4C | 1D | 5 | 143 | 58 | 3B |
| Octal | 363 | 73 | 254 | 0 | 114 | 35 | 5 | 503 | 130 | 73 |
| Binary | 11110011 | 111011 | 10101100 | 0 | 1001100 | 11101 | 101 | 101000011 | 1011000 | 111011 |
Color Harmonies of #F33BAC
Complementary color
Monochromatic Colors of #F33BAC
Black with #F33BAC
Text Example
Text Example
White with #F33BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BAC; }
p { color: rgb(243,59,172); }
H1.HeaderClassName
{
color: #F33BAC;
}
.AnyTagClassName
{
color: #F33BAC;
}
</style>
background-color css
<style>
a { background-color: #F33BAC; }
a { background-color: rgb(243,59,172); }
div.DivClassName
{
background-color: #F33BAC;
}
.BgClassName
{
background-color: #F33BAC;
}
</style>
border-color css
<style>
span { border-color: #F33BAC; }
span { border-color: rgb(243,59,172); }
td.TdClassName
{
border-color: #F33BAC;
}
.TagClassName
{
border-color: #F33BAC;
}
</style>