Shades of Persian Rose #FB31AF
Tints of Persian Rose #FB31AF
RGB
CMYK
RGB Variations
Color information
#FB31AF (or 0xFB31AF) is known color: Persian Rose. HEX triplet: FB, 31 and AF. RGB value is (251,49,175). Sum of RGB (Red+Green+Blue) = 251+49+175=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB31AF is #04CE50. Grayscale: #7B7B7B. Windows color (decimal): -314961 or 11481595. OLE color: 11481595.
HSL color Cylindrical-coordinate representation of color #FB31AF: hue angle of 322.57º 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 #FB31AF is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 175 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.02 |
| HSL | 322.57º | 0.96% | 0.59% | - |
| HSV(B) | 322.57º | 0.8% | 0.98% | - |
| XYZ | 48.62 | 25.8 | 42.97 | - |
| YUV | 123.76 | 156.92 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 175 | 0 | 0.80 | 0.30 | 0.02 | 322.57 | 0.96 | 0.59 |
| Hex | FB | 31 | AF | 0 | 50 | 1E | 2 | 143 | 60 | 3B |
| Octal | 373 | 61 | 257 | 0 | 120 | 36 | 2 | 503 | 140 | 73 |
| Binary | 11111011 | 110001 | 10101111 | 0 | 1010000 | 11110 | 10 | 101000011 | 1100000 | 111011 |
Color Harmonies of #FB31AF
Complementary color
Monochromatic Colors of #FB31AF
Black with #FB31AF
Text Example
Text Example
White with #FB31AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB31AF; }
p { color: rgb(251,49,175); }
H1.HeaderClassName
{
color: #FB31AF;
}
.AnyTagClassName
{
color: #FB31AF;
}
</style>
background-color css
<style>
a { background-color: #FB31AF; }
a { background-color: rgb(251,49,175); }
div.DivClassName
{
background-color: #FB31AF;
}
.BgClassName
{
background-color: #FB31AF;
}
</style>
border-color css
<style>
span { border-color: #FB31AF; }
span { border-color: rgb(251,49,175); }
td.TdClassName
{
border-color: #FB31AF;
}
.TagClassName
{
border-color: #FB31AF;
}
</style>