Shades of Persian Rose #FF39B1
Tints of Persian Rose #FF39B1
RGB
CMYK
RGB Variations
Color information
#FF39B1 (or 0xFF39B1) is known color: Persian Rose. HEX triplet: FF, 39 and B1. RGB value is (255,57,177). Sum of RGB (Red+Green+Blue) = 255+57+177=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 57 (22.66% from 255 or 11.66% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF39B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF39B1 is #00C64E. Grayscale: #818181. Windows color (decimal): -50767 or 11614719. OLE color: 11614719.
HSL color Cylindrical-coordinate representation of color #FF39B1: hue angle of 323.64º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF39B1 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 177 | - |
| CMYK | 0 | 0.78 | 0.31 | 0 |
| HSL | 323.64º | 1% | 0.61% | - |
| HSV(B) | 323.64º | 0.78% | 1% | - |
| XYZ | 50.64 | 27.36 | 44.21 | - |
| YUV | 129.88 | 154.6 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 177 | 0 | 0.78 | 0.31 | 0 | 323.64 | 1 | 0.61 |
| Hex | FF | 39 | B1 | 0 | 4E | 1F | 0 | 144 | 64 | 3D |
| Octal | 377 | 71 | 261 | 0 | 116 | 37 | 0 | 504 | 144 | 75 |
| Binary | 11111111 | 111001 | 10110001 | 0 | 1001110 | 11111 | 0 | 101000100 | 1100100 | 111101 |
Color Harmonies of #FF39B1
Complementary color
Monochromatic Colors of #FF39B1
Black with #FF39B1
Text Example
Text Example
White with #FF39B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF39B1; }
p { color: rgb(255,57,177); }
H1.HeaderClassName
{
color: #FF39B1;
}
.AnyTagClassName
{
color: #FF39B1;
}
</style>
background-color css
<style>
a { background-color: #FF39B1; }
a { background-color: rgb(255,57,177); }
div.DivClassName
{
background-color: #FF39B1;
}
.BgClassName
{
background-color: #FF39B1;
}
</style>
border-color css
<style>
span { border-color: #FF39B1; }
span { border-color: rgb(255,57,177); }
td.TdClassName
{
border-color: #FF39B1;
}
.TagClassName
{
border-color: #FF39B1;
}
</style>