Shades of Persian Rose #FD32B6
Tints of Persian Rose #FD32B6
RGB
CMYK
RGB Variations
Color information
#FD32B6 (or 0xFD32B6) is known color: Persian Rose. HEX triplet: FD, 32 and B6. RGB value is (253,50,182). Sum of RGB (Red+Green+Blue) = 253+50+182=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32B6 is #02CD49. Grayscale: #7D7D7D. Windows color (decimal): -183626 or 11940605. OLE color: 11940605.
HSL color Cylindrical-coordinate representation of color #FD32B6: hue angle of 320.99º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD32B6 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 182 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.01 |
| HSL | 320.99º | 0.98% | 0.59% | - |
| HSV(B) | 320.99º | 0.8% | 0.99% | - |
| XYZ | 50.09 | 26.54 | 46.74 | - |
| YUV | 125.75 | 159.75 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 182 | 0 | 0.80 | 0.28 | 0.01 | 320.99 | 0.98 | 0.59 |
| Hex | FD | 32 | B6 | 0 | 50 | 1C | 1 | 141 | 62 | 3B |
| Octal | 375 | 62 | 266 | 0 | 120 | 34 | 1 | 501 | 142 | 73 |
| Binary | 11111101 | 110010 | 10110110 | 0 | 1010000 | 11100 | 1 | 101000001 | 1100010 | 111011 |
Color Harmonies of #FD32B6
Complementary color
Monochromatic Colors of #FD32B6
Black with #FD32B6
Text Example
Text Example
White with #FD32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32B6; }
p { color: rgb(253,50,182); }
H1.HeaderClassName
{
color: #FD32B6;
}
.AnyTagClassName
{
color: #FD32B6;
}
</style>
background-color css
<style>
a { background-color: #FD32B6; }
a { background-color: rgb(253,50,182); }
div.DivClassName
{
background-color: #FD32B6;
}
.BgClassName
{
background-color: #FD32B6;
}
</style>
border-color css
<style>
span { border-color: #FD32B6; }
span { border-color: rgb(253,50,182); }
td.TdClassName
{
border-color: #FD32B6;
}
.TagClassName
{
border-color: #FD32B6;
}
</style>