Shades of Persian Rose #F33BAD
Tints of Persian Rose #F33BAD
RGB
CMYK
RGB Variations
Color information
#F33BAD (or 0xF33BAD) is known color: Persian Rose. HEX triplet: F3, 3B and AD. RGB value is (243,59,173). Sum of RGB (Red+Green+Blue) = 243+59+173=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33BAD is #0CC452. Grayscale: #7E7E7E. Windows color (decimal): -836691 or 11353075. OLE color: 11353075.
HSL color Cylindrical-coordinate representation of color #F33BAD: hue angle of 322.83º 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 #F33BAD is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 173 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.05 |
| HSL | 322.83º | 0.88% | 0.59% | - |
| HSV(B) | 322.83º | 0.76% | 0.95% | - |
| XYZ | 46.07 | 25.2 | 41.97 | - |
| YUV | 127.01 | 153.96 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 173 | 0 | 0.76 | 0.29 | 0.05 | 322.83 | 0.88 | 0.59 |
| Hex | F3 | 3B | AD | 0 | 4C | 1D | 5 | 143 | 58 | 3B |
| Octal | 363 | 73 | 255 | 0 | 114 | 35 | 5 | 503 | 130 | 73 |
| Binary | 11110011 | 111011 | 10101101 | 0 | 1001100 | 11101 | 101 | 101000011 | 1011000 | 111011 |
Color Harmonies of #F33BAD
Complementary color
Monochromatic Colors of #F33BAD
Black with #F33BAD
Text Example
Text Example
White with #F33BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BAD; }
p { color: rgb(243,59,173); }
H1.HeaderClassName
{
color: #F33BAD;
}
.AnyTagClassName
{
color: #F33BAD;
}
</style>
background-color css
<style>
a { background-color: #F33BAD; }
a { background-color: rgb(243,59,173); }
div.DivClassName
{
background-color: #F33BAD;
}
.BgClassName
{
background-color: #F33BAD;
}
</style>
border-color css
<style>
span { border-color: #F33BAD; }
span { border-color: rgb(243,59,173); }
td.TdClassName
{
border-color: #F33BAD;
}
.TagClassName
{
border-color: #F33BAD;
}
</style>