Shades of Persian Rose #FA2BAF
Tints of Persian Rose #FA2BAF
RGB
CMYK
RGB Variations
Color information
#FA2BAF (or 0xFA2BAF) is known color: Persian Rose. HEX triplet: FA, 2B and AF. RGB value is (250,43,175). Sum of RGB (Red+Green+Blue) = 250+43+175=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2BAF is #05D450. Grayscale: #777777. Windows color (decimal): -382033 or 11480058. OLE color: 11480058.
HSL color Cylindrical-coordinate representation of color #FA2BAF: hue angle of 321.74º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2BAF is Cyan = 0, Magento = 0.83, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 175 | - |
| CMYK | 0 | 0.83 | 0.3 | 0.02 |
| HSL | 321.74º | 0.95% | 0.57% | - |
| HSV(B) | 321.74º | 0.83% | 0.98% | - |
| XYZ | 48.03 | 25.15 | 42.88 | - |
| YUV | 119.94 | 159.08 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 175 | 0 | 0.83 | 0.3 | 0.02 | 321.74 | 0.95 | 0.57 |
| Hex | FA | 2B | AF | 0 | 53 | 1E | 2 | 142 | 5F | 39 |
| Octal | 372 | 53 | 257 | 0 | 123 | 36 | 2 | 502 | 137 | 71 |
| Binary | 11111010 | 101011 | 10101111 | 0 | 1010011 | 11110 | 10 | 101000010 | 1011111 | 111001 |
Color Harmonies of #FA2BAF
Complementary color
Monochromatic Colors of #FA2BAF
Black with #FA2BAF
Text Example
Text Example
White with #FA2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2BAF; }
p { color: rgb(250,43,175); }
H1.HeaderClassName
{
color: #FA2BAF;
}
.AnyTagClassName
{
color: #FA2BAF;
}
</style>
background-color css
<style>
a { background-color: #FA2BAF; }
a { background-color: rgb(250,43,175); }
div.DivClassName
{
background-color: #FA2BAF;
}
.BgClassName
{
background-color: #FA2BAF;
}
</style>
border-color css
<style>
span { border-color: #FA2BAF; }
span { border-color: rgb(250,43,175); }
td.TdClassName
{
border-color: #FA2BAF;
}
.TagClassName
{
border-color: #FA2BAF;
}
</style>