Shades of Persian Rose #FD37B1
Tints of Persian Rose #FD37B1
RGB
CMYK
RGB Variations
Color information
#FD37B1 (or 0xFD37B1) is known color: Persian Rose. HEX triplet: FD, 37 and B1. RGB value is (253,55,177). Sum of RGB (Red+Green+Blue) = 253+55+177=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD37B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD37B1 is #02C84E. Grayscale: #7F7F7F. Windows color (decimal): -182351 or 11614205. OLE color: 11614205.
HSL color Cylindrical-coordinate representation of color #FD37B1: hue angle of 323.03º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD37B1 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 177 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.01 |
| HSL | 323.03º | 0.98% | 0.6% | - |
| HSV(B) | 323.03º | 0.78% | 0.99% | - |
| XYZ | 49.81 | 26.79 | 44.14 | - |
| YUV | 128.11 | 155.6 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 177 | 0 | 0.78 | 0.30 | 0.01 | 323.03 | 0.98 | 0.6 |
| Hex | FD | 37 | B1 | 0 | 4E | 1E | 1 | 143 | 62 | 3C |
| Octal | 375 | 67 | 261 | 0 | 116 | 36 | 1 | 503 | 142 | 74 |
| Binary | 11111101 | 110111 | 10110001 | 0 | 1001110 | 11110 | 1 | 101000011 | 1100010 | 111100 |
Color Harmonies of #FD37B1
Complementary color
Monochromatic Colors of #FD37B1
Black with #FD37B1
Text Example
Text Example
White with #FD37B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD37B1; }
p { color: rgb(253,55,177); }
H1.HeaderClassName
{
color: #FD37B1;
}
.AnyTagClassName
{
color: #FD37B1;
}
</style>
background-color css
<style>
a { background-color: #FD37B1; }
a { background-color: rgb(253,55,177); }
div.DivClassName
{
background-color: #FD37B1;
}
.BgClassName
{
background-color: #FD37B1;
}
</style>
border-color css
<style>
span { border-color: #FD37B1; }
span { border-color: rgb(253,55,177); }
td.TdClassName
{
border-color: #FD37B1;
}
.TagClassName
{
border-color: #FD37B1;
}
</style>