Shades of Persian Rose #FA37AF
Tints of Persian Rose #FA37AF
RGB
CMYK
RGB Variations
Color information
#FA37AF (or 0xFA37AF) is known color: Persian Rose. HEX triplet: FA, 37 and AF. RGB value is (250,55,175). Sum of RGB (Red+Green+Blue) = 250+55+175=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA37AF is #05C850. Grayscale: #7E7E7E. Windows color (decimal): -378961 or 11483130. OLE color: 11483130.
HSL color Cylindrical-coordinate representation of color #FA37AF: hue angle of 323.08º 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 #FA37AF is Cyan = 0, Magento = 0.78, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 175 | - |
| CMYK | 0 | 0.78 | 0.3 | 0.02 |
| HSL | 323.08º | 0.95% | 0.6% | - |
| HSV(B) | 323.08º | 0.78% | 0.98% | - |
| XYZ | 48.53 | 26.15 | 43.05 | - |
| YUV | 126.99 | 155.1 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 175 | 0 | 0.78 | 0.3 | 0.02 | 323.08 | 0.95 | 0.6 |
| Hex | FA | 37 | AF | 0 | 4E | 1E | 2 | 143 | 5F | 3C |
| Octal | 372 | 67 | 257 | 0 | 116 | 36 | 2 | 503 | 137 | 74 |
| Binary | 11111010 | 110111 | 10101111 | 0 | 1001110 | 11110 | 10 | 101000011 | 1011111 | 111100 |
Color Harmonies of #FA37AF
Complementary color
Monochromatic Colors of #FA37AF
Black with #FA37AF
Text Example
Text Example
White with #FA37AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA37AF; }
p { color: rgb(250,55,175); }
H1.HeaderClassName
{
color: #FA37AF;
}
.AnyTagClassName
{
color: #FA37AF;
}
</style>
background-color css
<style>
a { background-color: #FA37AF; }
a { background-color: rgb(250,55,175); }
div.DivClassName
{
background-color: #FA37AF;
}
.BgClassName
{
background-color: #FA37AF;
}
</style>
border-color css
<style>
span { border-color: #FA37AF; }
span { border-color: rgb(250,55,175); }
td.TdClassName
{
border-color: #FA37AF;
}
.TagClassName
{
border-color: #FA37AF;
}
</style>