Shades of Persian Rose #FA37B0
Tints of Persian Rose #FA37B0
RGB
CMYK
RGB Variations
Color information
#FA37B0 (or 0xFA37B0) is known color: Persian Rose. HEX triplet: FA, 37 and B0. RGB value is (250,55,176). Sum of RGB (Red+Green+Blue) = 250+55+176=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA37B0 is #05C84F. Grayscale: #7E7E7E. Windows color (decimal): -378960 or 11548666. OLE color: 11548666.
HSL color Cylindrical-coordinate representation of color #FA37B0: hue angle of 322.77º 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 #FA37B0 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 176 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.02 |
| HSL | 322.77º | 0.95% | 0.6% | - |
| HSV(B) | 322.77º | 0.78% | 0.98% | - |
| XYZ | 48.63 | 26.19 | 43.57 | - |
| YUV | 127.1 | 155.6 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 176 | 0 | 0.78 | 0.30 | 0.02 | 322.77 | 0.95 | 0.6 |
| Hex | FA | 37 | B0 | 0 | 4E | 1E | 2 | 143 | 5F | 3C |
| Octal | 372 | 67 | 260 | 0 | 116 | 36 | 2 | 503 | 137 | 74 |
| Binary | 11111010 | 110111 | 10110000 | 0 | 1001110 | 11110 | 10 | 101000011 | 1011111 | 111100 |
Color Harmonies of #FA37B0
Complementary color
Monochromatic Colors of #FA37B0
Black with #FA37B0
Text Example
Text Example
White with #FA37B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA37B0; }
p { color: rgb(250,55,176); }
H1.HeaderClassName
{
color: #FA37B0;
}
.AnyTagClassName
{
color: #FA37B0;
}
</style>
background-color css
<style>
a { background-color: #FA37B0; }
a { background-color: rgb(250,55,176); }
div.DivClassName
{
background-color: #FA37B0;
}
.BgClassName
{
background-color: #FA37B0;
}
</style>
border-color css
<style>
span { border-color: #FA37B0; }
span { border-color: rgb(250,55,176); }
td.TdClassName
{
border-color: #FA37B0;
}
.TagClassName
{
border-color: #FA37B0;
}
</style>