Shades of Persian Rose #FD37A8
Tints of Persian Rose #FD37A8
RGB
CMYK
RGB Variations
Color information
#FD37A8 (or 0xFD37A8) is known color: Persian Rose. HEX triplet: FD, 37 and A8. RGB value is (253,55,168). Sum of RGB (Red+Green+Blue) = 253+55+168=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 55 (21.88% from 255 or 11.55% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD37A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD37A8 is #02C857. Grayscale: #7E7E7E. Windows color (decimal): -182360 or 11024381. OLE color: 11024381.
HSL color Cylindrical-coordinate representation of color #FD37A8: hue angle of 325.76º 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 #FD37A8 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 168 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.01 |
| HSL | 325.76º | 0.98% | 0.6% | - |
| HSV(B) | 325.76º | 0.78% | 0.99% | - |
| XYZ | 48.94 | 26.44 | 39.57 | - |
| YUV | 127.08 | 151.1 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 168 | 0 | 0.78 | 0.34 | 0.01 | 325.76 | 0.98 | 0.6 |
| Hex | FD | 37 | A8 | 0 | 4E | 22 | 1 | 146 | 62 | 3C |
| Octal | 375 | 67 | 250 | 0 | 116 | 42 | 1 | 506 | 142 | 74 |
| Binary | 11111101 | 110111 | 10101000 | 0 | 1001110 | 100010 | 1 | 101000110 | 1100010 | 111100 |
Color Harmonies of #FD37A8
Complementary color
Monochromatic Colors of #FD37A8
Black with #FD37A8
Text Example
Text Example
White with #FD37A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD37A8; }
p { color: rgb(253,55,168); }
H1.HeaderClassName
{
color: #FD37A8;
}
.AnyTagClassName
{
color: #FD37A8;
}
</style>
background-color css
<style>
a { background-color: #FD37A8; }
a { background-color: rgb(253,55,168); }
div.DivClassName
{
background-color: #FD37A8;
}
.BgClassName
{
background-color: #FD37A8;
}
</style>
border-color css
<style>
span { border-color: #FD37A8; }
span { border-color: rgb(253,55,168); }
td.TdClassName
{
border-color: #FD37A8;
}
.TagClassName
{
border-color: #FD37A8;
}
</style>