Shades of Persian Rose #FF33B6
Tints of Persian Rose #FF33B6
RGB
CMYK
RGB Variations
Color information
#FF33B6 (or 0xFF33B6) is known color: Persian Rose. HEX triplet: FF, 33 and B6. RGB value is (255,51,182). Sum of RGB (Red+Green+Blue) = 255+51+182=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33B6 is #00CC49. Grayscale: #7E7E7E. Windows color (decimal): -52298 or 11940863. OLE color: 11940863.
HSL color Cylindrical-coordinate representation of color #FF33B6: hue angle of 321.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF33B6 is Cyan = 0, Magento = 0.8, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 182 | - |
| CMYK | 0 | 0.8 | 0.29 | 0 |
| HSL | 321.47º | 1% | 0.6% | - |
| HSV(B) | 321.47º | 0.8% | 1% | - |
| XYZ | 50.87 | 27.01 | 46.79 | - |
| YUV | 126.93 | 159.09 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 182 | 0 | 0.8 | 0.29 | 0 | 321.47 | 1 | 0.6 |
| Hex | FF | 33 | B6 | 0 | 50 | 1D | 0 | 141 | 64 | 3C |
| Octal | 377 | 63 | 266 | 0 | 120 | 35 | 0 | 501 | 144 | 74 |
| Binary | 11111111 | 110011 | 10110110 | 0 | 1010000 | 11101 | 0 | 101000001 | 1100100 | 111100 |
Color Harmonies of #FF33B6
Complementary color
Monochromatic Colors of #FF33B6
Black with #FF33B6
Text Example
Text Example
White with #FF33B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33B6; }
p { color: rgb(255,51,182); }
H1.HeaderClassName
{
color: #FF33B6;
}
.AnyTagClassName
{
color: #FF33B6;
}
</style>
background-color css
<style>
a { background-color: #FF33B6; }
a { background-color: rgb(255,51,182); }
div.DivClassName
{
background-color: #FF33B6;
}
.BgClassName
{
background-color: #FF33B6;
}
</style>
border-color css
<style>
span { border-color: #FF33B6; }
span { border-color: rgb(255,51,182); }
td.TdClassName
{
border-color: #FF33B6;
}
.TagClassName
{
border-color: #FF33B6;
}
</style>