Shades of Persian Rose #F33DAC
Tints of Persian Rose #F33DAC
RGB
CMYK
RGB Variations
Color information
#F33DAC (or 0xF33DAC) is known color: Persian Rose. HEX triplet: F3, 3D and AC. RGB value is (243,61,172). Sum of RGB (Red+Green+Blue) = 243+61+172=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F33DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33DAC is #0CC253. Grayscale: #7F7F7F. Windows color (decimal): -836180 or 11288051. OLE color: 11288051.
HSL color Cylindrical-coordinate representation of color #F33DAC: hue angle of 323.41º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33DAC is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 172 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.05 |
| HSL | 323.41º | 0.88% | 0.6% | - |
| HSV(B) | 323.41º | 0.75% | 0.95% | - |
| XYZ | 46.08 | 25.37 | 41.5 | - |
| YUV | 128.07 | 152.8 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 172 | 0 | 0.75 | 0.29 | 0.05 | 323.41 | 0.88 | 0.6 |
| Hex | F3 | 3D | AC | 0 | 4B | 1D | 5 | 143 | 58 | 3C |
| Octal | 363 | 75 | 254 | 0 | 113 | 35 | 5 | 503 | 130 | 74 |
| Binary | 11110011 | 111101 | 10101100 | 0 | 1001011 | 11101 | 101 | 101000011 | 1011000 | 111100 |
Color Harmonies of #F33DAC
Complementary color
Monochromatic Colors of #F33DAC
Black with #F33DAC
Text Example
Text Example
White with #F33DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33DAC; }
p { color: rgb(243,61,172); }
H1.HeaderClassName
{
color: #F33DAC;
}
.AnyTagClassName
{
color: #F33DAC;
}
</style>
background-color css
<style>
a { background-color: #F33DAC; }
a { background-color: rgb(243,61,172); }
div.DivClassName
{
background-color: #F33DAC;
}
.BgClassName
{
background-color: #F33DAC;
}
</style>
border-color css
<style>
span { border-color: #F33DAC; }
span { border-color: rgb(243,61,172); }
td.TdClassName
{
border-color: #F33DAC;
}
.TagClassName
{
border-color: #F33DAC;
}
</style>