Shades of Persian Rose #F33CAB
Tints of Persian Rose #F33CAB
RGB
CMYK
RGB Variations
Color information
#F33CAB (or 0xF33CAB) is known color: Persian Rose. HEX triplet: F3, 3C and AB. RGB value is (243,60,171). Sum of RGB (Red+Green+Blue) = 243+60+171=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F33CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33CAB is #0CC354. Grayscale: #7F7F7F. Windows color (decimal): -836437 or 11222259. OLE color: 11222259.
HSL color Cylindrical-coordinate representation of color #F33CAB: hue angle of 323.61º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33CAB is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 171 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.05 |
| HSL | 323.61º | 0.88% | 0.59% | - |
| HSV(B) | 323.61º | 0.75% | 0.95% | - |
| XYZ | 45.93 | 25.23 | 40.98 | - |
| YUV | 127.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 171 | 0 | 0.75 | 0.30 | 0.05 | 323.61 | 0.88 | 0.59 |
| Hex | F3 | 3C | AB | 0 | 4B | 1E | 5 | 144 | 58 | 3B |
| Octal | 363 | 74 | 253 | 0 | 113 | 36 | 5 | 504 | 130 | 73 |
| Binary | 11110011 | 111100 | 10101011 | 0 | 1001011 | 11110 | 101 | 101000100 | 1011000 | 111011 |
Color Harmonies of #F33CAB
Complementary color
Monochromatic Colors of #F33CAB
Black with #F33CAB
Text Example
Text Example
White with #F33CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33CAB; }
p { color: rgb(243,60,171); }
H1.HeaderClassName
{
color: #F33CAB;
}
.AnyTagClassName
{
color: #F33CAB;
}
</style>
background-color css
<style>
a { background-color: #F33CAB; }
a { background-color: rgb(243,60,171); }
div.DivClassName
{
background-color: #F33CAB;
}
.BgClassName
{
background-color: #F33CAB;
}
</style>
border-color css
<style>
span { border-color: #F33CAB; }
span { border-color: rgb(243,60,171); }
td.TdClassName
{
border-color: #F33CAB;
}
.TagClassName
{
border-color: #F33CAB;
}
</style>