Shades of Persian Rose #FD3AB2
Tints of Persian Rose #FD3AB2
RGB
CMYK
RGB Variations
Color information
#FD3AB2 (or 0xFD3AB2) is known color: Persian Rose. HEX triplet: FD, 3A and B2. RGB value is (253,58,178). Sum of RGB (Red+Green+Blue) = 253+58+178=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3AB2 is #02C54D. Grayscale: #818181. Windows color (decimal): -181582 or 11680509. OLE color: 11680509.
HSL color Cylindrical-coordinate representation of color #FD3AB2: hue angle of 323.08º 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 #FD3AB2 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 178 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.01 |
| HSL | 323.08º | 0.98% | 0.61% | - |
| HSV(B) | 323.08º | 0.77% | 0.99% | - |
| XYZ | 50.06 | 27.12 | 44.72 | - |
| YUV | 129.99 | 155.1 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 178 | 0 | 0.77 | 0.30 | 0.01 | 323.08 | 0.98 | 0.61 |
| Hex | FD | 3A | B2 | 0 | 4D | 1E | 1 | 143 | 62 | 3D |
| Octal | 375 | 72 | 262 | 0 | 115 | 36 | 1 | 503 | 142 | 75 |
| Binary | 11111101 | 111010 | 10110010 | 0 | 1001101 | 11110 | 1 | 101000011 | 1100010 | 111101 |
Color Harmonies of #FD3AB2
Complementary color
Monochromatic Colors of #FD3AB2
Black with #FD3AB2
Text Example
Text Example
White with #FD3AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3AB2; }
p { color: rgb(253,58,178); }
H1.HeaderClassName
{
color: #FD3AB2;
}
.AnyTagClassName
{
color: #FD3AB2;
}
</style>
background-color css
<style>
a { background-color: #FD3AB2; }
a { background-color: rgb(253,58,178); }
div.DivClassName
{
background-color: #FD3AB2;
}
.BgClassName
{
background-color: #FD3AB2;
}
</style>
border-color css
<style>
span { border-color: #FD3AB2; }
span { border-color: rgb(253,58,178); }
td.TdClassName
{
border-color: #FD3AB2;
}
.TagClassName
{
border-color: #FD3AB2;
}
</style>