Shades of Persian Rose #F33FB2
Tints of Persian Rose #F33FB2
RGB
CMYK
RGB Variations
Color information
#F33FB2 (or 0xF33FB2) is known color: Persian Rose. HEX triplet: F3, 3F and B2. RGB value is (243,63,178). Sum of RGB (Red+Green+Blue) = 243+63+178=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F33FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33FB2 is #0CC04D. Grayscale: #818181. Windows color (decimal): -835662 or 11681779. OLE color: 11681779.
HSL color Cylindrical-coordinate representation of color #F33FB2: hue angle of 321.67º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33FB2 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 178 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.05 |
| HSL | 321.67º | 0.88% | 0.6% | - |
| HSV(B) | 321.67º | 0.74% | 0.95% | - |
| XYZ | 46.78 | 25.82 | 44.64 | - |
| YUV | 129.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 178 | 0 | 0.74 | 0.27 | 0.05 | 321.67 | 0.88 | 0.6 |
| Hex | F3 | 3F | B2 | 0 | 4A | 1B | 5 | 142 | 58 | 3C |
| Octal | 363 | 77 | 262 | 0 | 112 | 33 | 5 | 502 | 130 | 74 |
| Binary | 11110011 | 111111 | 10110010 | 0 | 1001010 | 11011 | 101 | 101000010 | 1011000 | 111100 |
Color Harmonies of #F33FB2
Complementary color
Monochromatic Colors of #F33FB2
Black with #F33FB2
Text Example
Text Example
White with #F33FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33FB2; }
p { color: rgb(243,63,178); }
H1.HeaderClassName
{
color: #F33FB2;
}
.AnyTagClassName
{
color: #F33FB2;
}
</style>
background-color css
<style>
a { background-color: #F33FB2; }
a { background-color: rgb(243,63,178); }
div.DivClassName
{
background-color: #F33FB2;
}
.BgClassName
{
background-color: #F33FB2;
}
</style>
border-color css
<style>
span { border-color: #F33FB2; }
span { border-color: rgb(243,63,178); }
td.TdClassName
{
border-color: #F33FB2;
}
.TagClassName
{
border-color: #F33FB2;
}
</style>