Shades of Persian Rose #FE33B6
Tints of Persian Rose #FE33B6
RGB
CMYK
RGB Variations
Color information
#FE33B6 (or 0xFE33B6) is known color: Persian Rose. HEX triplet: FE, 33 and B6. RGB value is (254,51,182). Sum of RGB (Red+Green+Blue) = 254+51+182=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33B6 is #01CC49. Grayscale: #7E7E7E. Windows color (decimal): -117834 or 11940862. OLE color: 11940862.
HSL color Cylindrical-coordinate representation of color #FE33B6: hue angle of 321.28º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE33B6 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 182 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.00 |
| HSL | 321.28º | 0.99% | 0.6% | - |
| HSV(B) | 321.28º | 0.8% | 1% | - |
| XYZ | 50.5 | 26.82 | 46.77 | - |
| YUV | 126.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 182 | 0 | 0.80 | 0.28 | 0.00 | 321.28 | 0.99 | 0.6 |
| Hex | FE | 33 | B6 | 0 | 50 | 1C | 0 | 141 | 63 | 3C |
| Octal | 376 | 63 | 266 | 0 | 120 | 34 | 0 | 501 | 143 | 74 |
| Binary | 11111110 | 110011 | 10110110 | 0 | 1010000 | 11100 | 0 | 101000001 | 1100011 | 111100 |
Color Harmonies of #FE33B6
Complementary color
Monochromatic Colors of #FE33B6
Black with #FE33B6
Text Example
Text Example
White with #FE33B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33B6; }
p { color: rgb(254,51,182); }
H1.HeaderClassName
{
color: #FE33B6;
}
.AnyTagClassName
{
color: #FE33B6;
}
</style>
background-color css
<style>
a { background-color: #FE33B6; }
a { background-color: rgb(254,51,182); }
div.DivClassName
{
background-color: #FE33B6;
}
.BgClassName
{
background-color: #FE33B6;
}
</style>
border-color css
<style>
span { border-color: #FE33B6; }
span { border-color: rgb(254,51,182); }
td.TdClassName
{
border-color: #FE33B6;
}
.TagClassName
{
border-color: #FE33B6;
}
</style>