Shades of Persian Rose #FA37A8
Tints of Persian Rose #FA37A8
RGB
CMYK
RGB Variations
Color information
#FA37A8 (or 0xFA37A8) is known color: Persian Rose. HEX triplet: FA, 37 and A8. RGB value is (250,55,168). Sum of RGB (Red+Green+Blue) = 250+55+168=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA37A8 is #05C857. Grayscale: #7D7D7D. Windows color (decimal): -378968 or 11024378. OLE color: 11024378.
HSL color Cylindrical-coordinate representation of color #FA37A8: hue angle of 325.23º 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 #FA37A8 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 168 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.02 |
| HSL | 325.23º | 0.95% | 0.6% | - |
| HSV(B) | 325.23º | 0.78% | 0.98% | - |
| XYZ | 47.86 | 25.88 | 39.52 | - |
| YUV | 126.19 | 151.6 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 168 | 0 | 0.78 | 0.33 | 0.02 | 325.23 | 0.95 | 0.6 |
| Hex | FA | 37 | A8 | 0 | 4E | 21 | 2 | 145 | 5F | 3C |
| Octal | 372 | 67 | 250 | 0 | 116 | 41 | 2 | 505 | 137 | 74 |
| Binary | 11111010 | 110111 | 10101000 | 0 | 1001110 | 100001 | 10 | 101000101 | 1011111 | 111100 |
Color Harmonies of #FA37A8
Complementary color
Monochromatic Colors of #FA37A8
Black with #FA37A8
Text Example
Text Example
White with #FA37A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA37A8; }
p { color: rgb(250,55,168); }
H1.HeaderClassName
{
color: #FA37A8;
}
.AnyTagClassName
{
color: #FA37A8;
}
</style>
background-color css
<style>
a { background-color: #FA37A8; }
a { background-color: rgb(250,55,168); }
div.DivClassName
{
background-color: #FA37A8;
}
.BgClassName
{
background-color: #FA37A8;
}
</style>
border-color css
<style>
span { border-color: #FA37A8; }
span { border-color: rgb(250,55,168); }
td.TdClassName
{
border-color: #FA37A8;
}
.TagClassName
{
border-color: #FA37A8;
}
</style>