Shades of Persian Rose #FF32B4
Tints of Persian Rose #FF32B4
RGB
CMYK
RGB Variations
Color information
#FF32B4 (or 0xFF32B4) is known color: Persian Rose. HEX triplet: FF, 32 and B4. RGB value is (255,50,180). Sum of RGB (Red+Green+Blue) = 255+50+180=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF32B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF32B4 is #00CD4B. Grayscale: #7D7D7D. Windows color (decimal): -52556 or 11809535. OLE color: 11809535.
HSL color Cylindrical-coordinate representation of color #FF32B4: hue angle of 321.95º 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 #FF32B4 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 180 | - |
| CMYK | 0 | 0.80 | 0.29 | 0 |
| HSL | 321.95º | 1% | 0.6% | - |
| HSV(B) | 321.95º | 0.8% | 1% | - |
| XYZ | 50.62 | 26.84 | 45.69 | - |
| YUV | 126.12 | 158.42 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 180 | 0 | 0.80 | 0.29 | 0 | 321.95 | 1 | 0.6 |
| Hex | FF | 32 | B4 | 0 | 50 | 1D | 0 | 142 | 64 | 3C |
| Octal | 377 | 62 | 264 | 0 | 120 | 35 | 0 | 502 | 144 | 74 |
| Binary | 11111111 | 110010 | 10110100 | 0 | 1010000 | 11101 | 0 | 101000010 | 1100100 | 111100 |
Color Harmonies of #FF32B4
Complementary color
Monochromatic Colors of #FF32B4
Black with #FF32B4
Text Example
Text Example
White with #FF32B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF32B4; }
p { color: rgb(255,50,180); }
H1.HeaderClassName
{
color: #FF32B4;
}
.AnyTagClassName
{
color: #FF32B4;
}
</style>
background-color css
<style>
a { background-color: #FF32B4; }
a { background-color: rgb(255,50,180); }
div.DivClassName
{
background-color: #FF32B4;
}
.BgClassName
{
background-color: #FF32B4;
}
</style>
border-color css
<style>
span { border-color: #FF32B4; }
span { border-color: rgb(255,50,180); }
td.TdClassName
{
border-color: #FF32B4;
}
.TagClassName
{
border-color: #FF32B4;
}
</style>