Shades of Persian Rose #FD3FB1
Tints of Persian Rose #FD3FB1
RGB
CMYK
RGB Variations
Color information
#FD3FB1 (or 0xFD3FB1) is known color: Persian Rose. HEX triplet: FD, 3F and B1. RGB value is (253,63,177). Sum of RGB (Red+Green+Blue) = 253+63+177=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3FB1 is #02C04E. Grayscale: #848484. Windows color (decimal): -180303 or 11616253. OLE color: 11616253.
HSL color Cylindrical-coordinate representation of color #FD3FB1: hue angle of 324º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD3FB1 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 63 | 177 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.01 |
| HSL | 324º | 0.98% | 0.62% | - |
| HSV(B) | 324º | 0.75% | 0.99% | - |
| XYZ | 50.22 | 27.61 | 44.28 | - |
| YUV | 132.81 | 152.95 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 63 | 177 | 0 | 0.75 | 0.30 | 0.01 | 324 | 0.98 | 0.62 |
| Hex | FD | 3F | B1 | 0 | 4B | 1E | 1 | 144 | 62 | 3E |
| Octal | 375 | 77 | 261 | 0 | 113 | 36 | 1 | 504 | 142 | 76 |
| Binary | 11111101 | 111111 | 10110001 | 0 | 1001011 | 11110 | 1 | 101000100 | 1100010 | 111110 |
Color Harmonies of #FD3FB1
Complementary color
Monochromatic Colors of #FD3FB1
Black with #FD3FB1
Text Example
Text Example
White with #FD3FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3FB1; }
p { color: rgb(253,63,177); }
H1.HeaderClassName
{
color: #FD3FB1;
}
.AnyTagClassName
{
color: #FD3FB1;
}
</style>
background-color css
<style>
a { background-color: #FD3FB1; }
a { background-color: rgb(253,63,177); }
div.DivClassName
{
background-color: #FD3FB1;
}
.BgClassName
{
background-color: #FD3FB1;
}
</style>
border-color css
<style>
span { border-color: #FD3FB1; }
span { border-color: rgb(253,63,177); }
td.TdClassName
{
border-color: #FD3FB1;
}
.TagClassName
{
border-color: #FD3FB1;
}
</style>