Shades of Persian Rose #FB3DB2
Tints of Persian Rose #FB3DB2
RGB
CMYK
RGB Variations
Color information
#FB3DB2 (or 0xFB3DB2) is known color: Persian Rose. HEX triplet: FB, 3D and B2. RGB value is (251,61,178). Sum of RGB (Red+Green+Blue) = 251+61+178=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3DB2 is #04C24D. Grayscale: #828282. Windows color (decimal): -311886 or 11681275. OLE color: 11681275.
HSL color Cylindrical-coordinate representation of color #FB3DB2: hue angle of 323.05º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3DB2 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 61 | 178 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.02 |
| HSL | 323.05º | 0.96% | 0.61% | - |
| HSV(B) | 323.05º | 0.76% | 0.98% | - |
| XYZ | 49.49 | 27.06 | 44.73 | - |
| YUV | 131.15 | 154.45 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 61 | 178 | 0 | 0.76 | 0.29 | 0.02 | 323.05 | 0.96 | 0.61 |
| Hex | FB | 3D | B2 | 0 | 4C | 1D | 2 | 143 | 60 | 3D |
| Octal | 373 | 75 | 262 | 0 | 114 | 35 | 2 | 503 | 140 | 75 |
| Binary | 11111011 | 111101 | 10110010 | 0 | 1001100 | 11101 | 10 | 101000011 | 1100000 | 111101 |
Color Harmonies of #FB3DB2
Complementary color
Monochromatic Colors of #FB3DB2
Black with #FB3DB2
Text Example
Text Example
White with #FB3DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3DB2; }
p { color: rgb(251,61,178); }
H1.HeaderClassName
{
color: #FB3DB2;
}
.AnyTagClassName
{
color: #FB3DB2;
}
</style>
background-color css
<style>
a { background-color: #FB3DB2; }
a { background-color: rgb(251,61,178); }
div.DivClassName
{
background-color: #FB3DB2;
}
.BgClassName
{
background-color: #FB3DB2;
}
</style>
border-color css
<style>
span { border-color: #FB3DB2; }
span { border-color: rgb(251,61,178); }
td.TdClassName
{
border-color: #FB3DB2;
}
.TagClassName
{
border-color: #FB3DB2;
}
</style>