Shades of Persian Rose #FD37AD
Tints of Persian Rose #FD37AD
RGB
CMYK
RGB Variations
Color information
#FD37AD (or 0xFD37AD) is known color: Persian Rose. HEX triplet: FD, 37 and AD. RGB value is (253,55,173). Sum of RGB (Red+Green+Blue) = 253+55+173=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD37AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD37AD is #02C852. Grayscale: #7F7F7F. Windows color (decimal): -182355 or 11352061. OLE color: 11352061.
HSL color Cylindrical-coordinate representation of color #FD37AD: hue angle of 324.24º 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 #FD37AD is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 173 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.01 |
| HSL | 324.24º | 0.98% | 0.6% | - |
| HSV(B) | 324.24º | 0.78% | 0.99% | - |
| XYZ | 49.42 | 26.63 | 42.07 | - |
| YUV | 127.65 | 153.6 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 173 | 0 | 0.78 | 0.32 | 0.01 | 324.24 | 0.98 | 0.6 |
| Hex | FD | 37 | AD | 0 | 4E | 20 | 1 | 144 | 62 | 3C |
| Octal | 375 | 67 | 255 | 0 | 116 | 40 | 1 | 504 | 142 | 74 |
| Binary | 11111101 | 110111 | 10101101 | 0 | 1001110 | 100000 | 1 | 101000100 | 1100010 | 111100 |
Color Harmonies of #FD37AD
Complementary color
Monochromatic Colors of #FD37AD
Black with #FD37AD
Text Example
Text Example
White with #FD37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD37AD; }
p { color: rgb(253,55,173); }
H1.HeaderClassName
{
color: #FD37AD;
}
.AnyTagClassName
{
color: #FD37AD;
}
</style>
background-color css
<style>
a { background-color: #FD37AD; }
a { background-color: rgb(253,55,173); }
div.DivClassName
{
background-color: #FD37AD;
}
.BgClassName
{
background-color: #FD37AD;
}
</style>
border-color css
<style>
span { border-color: #FD37AD; }
span { border-color: rgb(253,55,173); }
td.TdClassName
{
border-color: #FD37AD;
}
.TagClassName
{
border-color: #FD37AD;
}
</style>