Shades of Persian Rose #FF39AF
Tints of Persian Rose #FF39AF
RGB
CMYK
RGB Variations
Color information
#FF39AF (or 0xFF39AF) is known color: Persian Rose. HEX triplet: FF, 39 and AF. RGB value is (255,57,175). Sum of RGB (Red+Green+Blue) = 255+57+175=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 57 (22.66% from 255 or 11.70% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF39AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF39AF is #00C650. Grayscale: #818181. Windows color (decimal): -50769 or 11483647. OLE color: 11483647.
HSL color Cylindrical-coordinate representation of color #FF39AF: hue angle of 324.24º 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 #FF39AF is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 175 | - |
| CMYK | 0 | 0.78 | 0.31 | 0 |
| HSL | 324.24º | 1% | 0.61% | - |
| HSV(B) | 324.24º | 0.78% | 1% | - |
| XYZ | 50.44 | 27.28 | 43.16 | - |
| YUV | 129.65 | 153.6 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 175 | 0 | 0.78 | 0.31 | 0 | 324.24 | 1 | 0.61 |
| Hex | FF | 39 | AF | 0 | 4E | 1F | 0 | 144 | 64 | 3D |
| Octal | 377 | 71 | 257 | 0 | 116 | 37 | 0 | 504 | 144 | 75 |
| Binary | 11111111 | 111001 | 10101111 | 0 | 1001110 | 11111 | 0 | 101000100 | 1100100 | 111101 |
Color Harmonies of #FF39AF
Complementary color
Monochromatic Colors of #FF39AF
Black with #FF39AF
Text Example
Text Example
White with #FF39AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF39AF; }
p { color: rgb(255,57,175); }
H1.HeaderClassName
{
color: #FF39AF;
}
.AnyTagClassName
{
color: #FF39AF;
}
</style>
background-color css
<style>
a { background-color: #FF39AF; }
a { background-color: rgb(255,57,175); }
div.DivClassName
{
background-color: #FF39AF;
}
.BgClassName
{
background-color: #FF39AF;
}
</style>
border-color css
<style>
span { border-color: #FF39AF; }
span { border-color: rgb(255,57,175); }
td.TdClassName
{
border-color: #FF39AF;
}
.TagClassName
{
border-color: #FF39AF;
}
</style>