Shades of Persian Rose #FF239D
Tints of Persian Rose #FF239D
RGB
CMYK
RGB Variations
Color information
#FF239D (or 0xFF239D) is known color: Persian Rose. HEX triplet: FF, 23 and 9D. RGB value is (255,35,157). Sum of RGB (Red+Green+Blue) = 255+35+157=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF239D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF239D is #00DC62. Grayscale: #727272. Windows color (decimal): -56419 or 10298367. OLE color: 10298367.
HSL color Cylindrical-coordinate representation of color #FF239D: hue angle of 326.73º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF239D is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 157 | - |
| CMYK | 0 | 0.86 | 0.38 | 0 |
| HSL | 326.73º | 1% | 0.57% | - |
| HSV(B) | 326.73º | 0.86% | 1% | - |
| XYZ | 47.93 | 24.9 | 34.18 | - |
| YUV | 114.69 | 151.89 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 157 | 0 | 0.86 | 0.38 | 0 | 326.73 | 1 | 0.57 |
| Hex | FF | 23 | 9D | 0 | 56 | 26 | 0 | 147 | 64 | 39 |
| Octal | 377 | 43 | 235 | 0 | 126 | 46 | 0 | 507 | 144 | 71 |
| Binary | 11111111 | 100011 | 10011101 | 0 | 1010110 | 100110 | 0 | 101000111 | 1100100 | 111001 |
Color Harmonies of #FF239D
Complementary color
Monochromatic Colors of #FF239D
Black with #FF239D
Text Example
Text Example
White with #FF239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF239D; }
p { color: rgb(255,35,157); }
H1.HeaderClassName
{
color: #FF239D;
}
.AnyTagClassName
{
color: #FF239D;
}
</style>
background-color css
<style>
a { background-color: #FF239D; }
a { background-color: rgb(255,35,157); }
div.DivClassName
{
background-color: #FF239D;
}
.BgClassName
{
background-color: #FF239D;
}
</style>
border-color css
<style>
span { border-color: #FF239D; }
span { border-color: rgb(255,35,157); }
td.TdClassName
{
border-color: #FF239D;
}
.TagClassName
{
border-color: #FF239D;
}
</style>