Shades of Persian Rose #FB3AB4
Tints of Persian Rose #FB3AB4
RGB
CMYK
RGB Variations
Color information
#FB3AB4 (or 0xFB3AB4) is known color: Persian Rose. HEX triplet: FB, 3A and B4. RGB value is (251,58,180). Sum of RGB (Red+Green+Blue) = 251+58+180=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3AB4 is #04C54B. Grayscale: #818181. Windows color (decimal): -312652 or 11811579. OLE color: 11811579.
HSL color Cylindrical-coordinate representation of color #FB3AB4: hue angle of 322.07º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3AB4 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 180 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.02 |
| HSL | 322.07º | 0.96% | 0.61% | - |
| HSV(B) | 322.07º | 0.77% | 0.98% | - |
| XYZ | 49.53 | 26.83 | 45.75 | - |
| YUV | 129.62 | 156.44 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 180 | 0 | 0.77 | 0.28 | 0.02 | 322.07 | 0.96 | 0.61 |
| Hex | FB | 3A | B4 | 0 | 4D | 1C | 2 | 142 | 60 | 3D |
| Octal | 373 | 72 | 264 | 0 | 115 | 34 | 2 | 502 | 140 | 75 |
| Binary | 11111011 | 111010 | 10110100 | 0 | 1001101 | 11100 | 10 | 101000010 | 1100000 | 111101 |
Color Harmonies of #FB3AB4
Complementary color
Monochromatic Colors of #FB3AB4
Black with #FB3AB4
Text Example
Text Example
White with #FB3AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3AB4; }
p { color: rgb(251,58,180); }
H1.HeaderClassName
{
color: #FB3AB4;
}
.AnyTagClassName
{
color: #FB3AB4;
}
</style>
background-color css
<style>
a { background-color: #FB3AB4; }
a { background-color: rgb(251,58,180); }
div.DivClassName
{
background-color: #FB3AB4;
}
.BgClassName
{
background-color: #FB3AB4;
}
</style>
border-color css
<style>
span { border-color: #FB3AB4; }
span { border-color: rgb(251,58,180); }
td.TdClassName
{
border-color: #FB3AB4;
}
.TagClassName
{
border-color: #FB3AB4;
}
</style>