Shades of Persian Rose #F33CB2
Tints of Persian Rose #F33CB2
RGB
CMYK
RGB Variations
Color information
#F33CB2 (or 0xF33CB2) is known color: Persian Rose. HEX triplet: F3, 3C and B2. RGB value is (243,60,178). Sum of RGB (Red+Green+Blue) = 243+60+178=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F33CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33CB2 is #0CC34D. Grayscale: #7F7F7F. Windows color (decimal): -836430 or 11681011. OLE color: 11681011.
HSL color Cylindrical-coordinate representation of color #F33CB2: hue angle of 321.31º 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 #F33CB2 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 178 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.05 |
| HSL | 321.31º | 0.88% | 0.59% | - |
| HSV(B) | 321.31º | 0.75% | 0.95% | - |
| XYZ | 46.61 | 25.5 | 44.58 | - |
| YUV | 128.17 | 156.13 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 178 | 0 | 0.75 | 0.27 | 0.05 | 321.31 | 0.88 | 0.59 |
| Hex | F3 | 3C | B2 | 0 | 4B | 1B | 5 | 141 | 58 | 3B |
| Octal | 363 | 74 | 262 | 0 | 113 | 33 | 5 | 501 | 130 | 73 |
| Binary | 11110011 | 111100 | 10110010 | 0 | 1001011 | 11011 | 101 | 101000001 | 1011000 | 111011 |
Color Harmonies of #F33CB2
Complementary color
Monochromatic Colors of #F33CB2
Black with #F33CB2
Text Example
Text Example
White with #F33CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33CB2; }
p { color: rgb(243,60,178); }
H1.HeaderClassName
{
color: #F33CB2;
}
.AnyTagClassName
{
color: #F33CB2;
}
</style>
background-color css
<style>
a { background-color: #F33CB2; }
a { background-color: rgb(243,60,178); }
div.DivClassName
{
background-color: #F33CB2;
}
.BgClassName
{
background-color: #F33CB2;
}
</style>
border-color css
<style>
span { border-color: #F33CB2; }
span { border-color: rgb(243,60,178); }
td.TdClassName
{
border-color: #F33CB2;
}
.TagClassName
{
border-color: #F33CB2;
}
</style>