Shades of Persian Rose #FA37AD
Tints of Persian Rose #FA37AD
RGB
CMYK
RGB Variations
Color information
#FA37AD (or 0xFA37AD) is known color: Persian Rose. HEX triplet: FA, 37 and AD. RGB value is (250,55,173). Sum of RGB (Red+Green+Blue) = 250+55+173=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 55 (21.88% from 255 or 11.51% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA37AD is #05C852. Grayscale: #7E7E7E. Windows color (decimal): -378963 or 11352058. OLE color: 11352058.
HSL color Cylindrical-coordinate representation of color #FA37AD: hue angle of 323.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA37AD is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 173 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.02 |
| HSL | 323.69º | 0.95% | 0.6% | - |
| HSV(B) | 323.69º | 0.78% | 0.98% | - |
| XYZ | 48.33 | 26.07 | 42.02 | - |
| YUV | 126.76 | 154.1 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 173 | 0 | 0.78 | 0.31 | 0.02 | 323.69 | 0.95 | 0.6 |
| Hex | FA | 37 | AD | 0 | 4E | 1F | 2 | 144 | 5F | 3C |
| Octal | 372 | 67 | 255 | 0 | 116 | 37 | 2 | 504 | 137 | 74 |
| Binary | 11111010 | 110111 | 10101101 | 0 | 1001110 | 11111 | 10 | 101000100 | 1011111 | 111100 |
Color Harmonies of #FA37AD
Complementary color
Monochromatic Colors of #FA37AD
Black with #FA37AD
Text Example
Text Example
White with #FA37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA37AD; }
p { color: rgb(250,55,173); }
H1.HeaderClassName
{
color: #FA37AD;
}
.AnyTagClassName
{
color: #FA37AD;
}
</style>
background-color css
<style>
a { background-color: #FA37AD; }
a { background-color: rgb(250,55,173); }
div.DivClassName
{
background-color: #FA37AD;
}
.BgClassName
{
background-color: #FA37AD;
}
</style>
border-color css
<style>
span { border-color: #FA37AD; }
span { border-color: rgb(250,55,173); }
td.TdClassName
{
border-color: #FA37AD;
}
.TagClassName
{
border-color: #FA37AD;
}
</style>