Shades of Persian Rose #FD3AB1
Tints of Persian Rose #FD3AB1
RGB
CMYK
RGB Variations
Color information
#FD3AB1 (or 0xFD3AB1) is known color: Persian Rose. HEX triplet: FD, 3A and B1. RGB value is (253,58,177). Sum of RGB (Red+Green+Blue) = 253+58+177=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3AB1 is #02C54E. Grayscale: #818181. Windows color (decimal): -181583 or 11614973. OLE color: 11614973.
HSL color Cylindrical-coordinate representation of color #FD3AB1: hue angle of 323.38º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3AB1 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 177 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.01 |
| HSL | 323.38º | 0.98% | 0.61% | - |
| HSV(B) | 323.38º | 0.77% | 0.99% | - |
| XYZ | 49.96 | 27.08 | 44.19 | - |
| YUV | 129.87 | 154.6 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 177 | 0 | 0.77 | 0.30 | 0.01 | 323.38 | 0.98 | 0.61 |
| Hex | FD | 3A | B1 | 0 | 4D | 1E | 1 | 143 | 62 | 3D |
| Octal | 375 | 72 | 261 | 0 | 115 | 36 | 1 | 503 | 142 | 75 |
| Binary | 11111101 | 111010 | 10110001 | 0 | 1001101 | 11110 | 1 | 101000011 | 1100010 | 111101 |
Color Harmonies of #FD3AB1
Complementary color
Monochromatic Colors of #FD3AB1
Black with #FD3AB1
Text Example
Text Example
White with #FD3AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3AB1; }
p { color: rgb(253,58,177); }
H1.HeaderClassName
{
color: #FD3AB1;
}
.AnyTagClassName
{
color: #FD3AB1;
}
</style>
background-color css
<style>
a { background-color: #FD3AB1; }
a { background-color: rgb(253,58,177); }
div.DivClassName
{
background-color: #FD3AB1;
}
.BgClassName
{
background-color: #FD3AB1;
}
</style>
border-color css
<style>
span { border-color: #FD3AB1; }
span { border-color: rgb(253,58,177); }
td.TdClassName
{
border-color: #FD3AB1;
}
.TagClassName
{
border-color: #FD3AB1;
}
</style>