Shades of Persian Rose #FB31AC
Tints of Persian Rose #FB31AC
RGB
CMYK
RGB Variations
Color information
#FB31AC (or 0xFB31AC) is known color: Persian Rose. HEX triplet: FB, 31 and AC. RGB value is (251,49,172). Sum of RGB (Red+Green+Blue) = 251+49+172=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB31AC is #04CE53. Grayscale: #7B7B7B. Windows color (decimal): -314964 or 11284987. OLE color: 11284987.
HSL color Cylindrical-coordinate representation of color #FB31AC: hue angle of 323.47º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB31AC is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 172 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.02 |
| HSL | 323.47º | 0.96% | 0.59% | - |
| HSV(B) | 323.47º | 0.8% | 0.98% | - |
| XYZ | 48.33 | 25.68 | 41.44 | - |
| YUV | 123.42 | 155.42 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 172 | 0 | 0.80 | 0.31 | 0.02 | 323.47 | 0.96 | 0.59 |
| Hex | FB | 31 | AC | 0 | 50 | 1F | 2 | 143 | 60 | 3B |
| Octal | 373 | 61 | 254 | 0 | 120 | 37 | 2 | 503 | 140 | 73 |
| Binary | 11111011 | 110001 | 10101100 | 0 | 1010000 | 11111 | 10 | 101000011 | 1100000 | 111011 |
Color Harmonies of #FB31AC
Complementary color
Monochromatic Colors of #FB31AC
Black with #FB31AC
Text Example
Text Example
White with #FB31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB31AC; }
p { color: rgb(251,49,172); }
H1.HeaderClassName
{
color: #FB31AC;
}
.AnyTagClassName
{
color: #FB31AC;
}
</style>
background-color css
<style>
a { background-color: #FB31AC; }
a { background-color: rgb(251,49,172); }
div.DivClassName
{
background-color: #FB31AC;
}
.BgClassName
{
background-color: #FB31AC;
}
</style>
border-color css
<style>
span { border-color: #FB31AC; }
span { border-color: rgb(251,49,172); }
td.TdClassName
{
border-color: #FB31AC;
}
.TagClassName
{
border-color: #FB31AC;
}
</style>