Shades of Persian Rose #FF3BB0
Tints of Persian Rose #FF3BB0
RGB
CMYK
RGB Variations
Color information
#FF3BB0 (or 0xFF3BB0) is known color: Persian Rose. HEX triplet: FF, 3B and B0. RGB value is (255,59,176). Sum of RGB (Red+Green+Blue) = 255+59+176=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 59 (23.44% from 255 or 12.04% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3BB0 is #00C44F. Grayscale: #828282. Windows color (decimal): -50256 or 11549695. OLE color: 11549695.
HSL color Cylindrical-coordinate representation of color #FF3BB0: hue angle of 324.18º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3BB0 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 176 | - |
| CMYK | 0 | 0.77 | 0.31 | 0 |
| HSL | 324.18º | 1% | 0.62% | - |
| HSV(B) | 324.18º | 0.77% | 1% | - |
| XYZ | 50.64 | 27.52 | 43.72 | - |
| YUV | 130.94 | 153.43 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 176 | 0 | 0.77 | 0.31 | 0 | 324.18 | 1 | 0.62 |
| Hex | FF | 3B | B0 | 0 | 4D | 1F | 0 | 144 | 64 | 3E |
| Octal | 377 | 73 | 260 | 0 | 115 | 37 | 0 | 504 | 144 | 76 |
| Binary | 11111111 | 111011 | 10110000 | 0 | 1001101 | 11111 | 0 | 101000100 | 1100100 | 111110 |
Color Harmonies of #FF3BB0
Complementary color
Monochromatic Colors of #FF3BB0
Black with #FF3BB0
Text Example
Text Example
White with #FF3BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BB0; }
p { color: rgb(255,59,176); }
H1.HeaderClassName
{
color: #FF3BB0;
}
.AnyTagClassName
{
color: #FF3BB0;
}
</style>
background-color css
<style>
a { background-color: #FF3BB0; }
a { background-color: rgb(255,59,176); }
div.DivClassName
{
background-color: #FF3BB0;
}
.BgClassName
{
background-color: #FF3BB0;
}
</style>
border-color css
<style>
span { border-color: #FF3BB0; }
span { border-color: rgb(255,59,176); }
td.TdClassName
{
border-color: #FF3BB0;
}
.TagClassName
{
border-color: #FF3BB0;
}
</style>