Shades of Persian Rose #FF39B0
Tints of Persian Rose #FF39B0
RGB
CMYK
RGB Variations
Color information
#FF39B0 (or 0xFF39B0) is known color: Persian Rose. HEX triplet: FF, 39 and B0. RGB value is (255,57,176). Sum of RGB (Red+Green+Blue) = 255+57+176=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 57 (22.66% from 255 or 11.68% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF39B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF39B0 is #00C64F. Grayscale: #818181. Windows color (decimal): -50768 or 11549183. OLE color: 11549183.
HSL color Cylindrical-coordinate representation of color #FF39B0: hue angle of 323.94º 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 #FF39B0 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 176 | - |
| CMYK | 0 | 0.78 | 0.31 | 0 |
| HSL | 323.94º | 1% | 0.61% | - |
| HSV(B) | 323.94º | 0.78% | 1% | - |
| XYZ | 50.54 | 27.32 | 43.68 | - |
| YUV | 129.77 | 154.1 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 176 | 0 | 0.78 | 0.31 | 0 | 323.94 | 1 | 0.61 |
| Hex | FF | 39 | B0 | 0 | 4E | 1F | 0 | 144 | 64 | 3D |
| Octal | 377 | 71 | 260 | 0 | 116 | 37 | 0 | 504 | 144 | 75 |
| Binary | 11111111 | 111001 | 10110000 | 0 | 1001110 | 11111 | 0 | 101000100 | 1100100 | 111101 |
Color Harmonies of #FF39B0
Complementary color
Monochromatic Colors of #FF39B0
Black with #FF39B0
Text Example
Text Example
White with #FF39B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF39B0; }
p { color: rgb(255,57,176); }
H1.HeaderClassName
{
color: #FF39B0;
}
.AnyTagClassName
{
color: #FF39B0;
}
</style>
background-color css
<style>
a { background-color: #FF39B0; }
a { background-color: rgb(255,57,176); }
div.DivClassName
{
background-color: #FF39B0;
}
.BgClassName
{
background-color: #FF39B0;
}
</style>
border-color css
<style>
span { border-color: #FF39B0; }
span { border-color: rgb(255,57,176); }
td.TdClassName
{
border-color: #FF39B0;
}
.TagClassName
{
border-color: #FF39B0;
}
</style>