Shades of Persian Rose #FF3BB1
Tints of Persian Rose #FF3BB1
RGB
CMYK
RGB Variations
Color information
#FF3BB1 (or 0xFF3BB1) is known color: Persian Rose. HEX triplet: FF, 3B and B1. RGB value is (255,59,177). Sum of RGB (Red+Green+Blue) = 255+59+177=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3BB1 is #00C44E. Grayscale: #828282. Windows color (decimal): -50255 or 11615231. OLE color: 11615231.
HSL color Cylindrical-coordinate representation of color #FF3BB1: hue angle of 323.88º 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 #FF3BB1 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 177 | - |
| CMYK | 0 | 0.77 | 0.31 | 0 |
| HSL | 323.88º | 1% | 0.62% | - |
| HSV(B) | 323.88º | 0.77% | 1% | - |
| XYZ | 50.74 | 27.56 | 44.24 | - |
| YUV | 131.06 | 153.93 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 177 | 0 | 0.77 | 0.31 | 0 | 323.88 | 1 | 0.62 |
| Hex | FF | 3B | B1 | 0 | 4D | 1F | 0 | 144 | 64 | 3E |
| Octal | 377 | 73 | 261 | 0 | 115 | 37 | 0 | 504 | 144 | 76 |
| Binary | 11111111 | 111011 | 10110001 | 0 | 1001101 | 11111 | 0 | 101000100 | 1100100 | 111110 |
Color Harmonies of #FF3BB1
Complementary color
Monochromatic Colors of #FF3BB1
Black with #FF3BB1
Text Example
Text Example
White with #FF3BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BB1; }
p { color: rgb(255,59,177); }
H1.HeaderClassName
{
color: #FF3BB1;
}
.AnyTagClassName
{
color: #FF3BB1;
}
</style>
background-color css
<style>
a { background-color: #FF3BB1; }
a { background-color: rgb(255,59,177); }
div.DivClassName
{
background-color: #FF3BB1;
}
.BgClassName
{
background-color: #FF3BB1;
}
</style>
border-color css
<style>
span { border-color: #FF3BB1; }
span { border-color: rgb(255,59,177); }
td.TdClassName
{
border-color: #FF3BB1;
}
.TagClassName
{
border-color: #FF3BB1;
}
</style>