Shades of Persian Rose #FF39B5
Tints of Persian Rose #FF39B5
RGB
CMYK
RGB Variations
Color information
#FF39B5 (or 0xFF39B5) is known color: Persian Rose. HEX triplet: FF, 39 and B5. RGB value is (255,57,181). Sum of RGB (Red+Green+Blue) = 255+57+181=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF39B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF39B5 is #00C64A. Grayscale: #828282. Windows color (decimal): -50763 or 11876863. OLE color: 11876863.
HSL color Cylindrical-coordinate representation of color #FF39B5: hue angle of 322.42º 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 #FF39B5 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 181 | - |
| CMYK | 0 | 0.78 | 0.29 | 0 |
| HSL | 322.42º | 1% | 0.61% | - |
| HSV(B) | 322.42º | 0.78% | 1% | - |
| XYZ | 51.04 | 27.52 | 46.34 | - |
| YUV | 130.34 | 156.6 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 181 | 0 | 0.78 | 0.29 | 0 | 322.42 | 1 | 0.61 |
| Hex | FF | 39 | B5 | 0 | 4E | 1D | 0 | 142 | 64 | 3D |
| Octal | 377 | 71 | 265 | 0 | 116 | 35 | 0 | 502 | 144 | 75 |
| Binary | 11111111 | 111001 | 10110101 | 0 | 1001110 | 11101 | 0 | 101000010 | 1100100 | 111101 |
Color Harmonies of #FF39B5
Complementary color
Monochromatic Colors of #FF39B5
Black with #FF39B5
Text Example
Text Example
White with #FF39B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF39B5; }
p { color: rgb(255,57,181); }
H1.HeaderClassName
{
color: #FF39B5;
}
.AnyTagClassName
{
color: #FF39B5;
}
</style>
background-color css
<style>
a { background-color: #FF39B5; }
a { background-color: rgb(255,57,181); }
div.DivClassName
{
background-color: #FF39B5;
}
.BgClassName
{
background-color: #FF39B5;
}
</style>
border-color css
<style>
span { border-color: #FF39B5; }
span { border-color: rgb(255,57,181); }
td.TdClassName
{
border-color: #FF39B5;
}
.TagClassName
{
border-color: #FF39B5;
}
</style>