Shades of Persian Rose #FB239B
Tints of Persian Rose #FB239B
RGB
CMYK
RGB Variations
Color information
#FB239B (or 0xFB239B) is known color: Persian Rose. HEX triplet: FB, 23 and 9B. RGB value is (251,35,155). Sum of RGB (Red+Green+Blue) = 251+35+155=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB239B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB239B is #04DC64. Grayscale: #707070. Windows color (decimal): -318565 or 10167291. OLE color: 10167291.
HSL color Cylindrical-coordinate representation of color #FB239B: hue angle of 326.67º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB239B is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 155 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.02 |
| HSL | 326.67º | 0.96% | 0.56% | - |
| HSV(B) | 326.67º | 0.86% | 0.98% | - |
| XYZ | 46.3 | 24.08 | 33.22 | - |
| YUV | 113.26 | 151.56 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 155 | 0 | 0.86 | 0.38 | 0.02 | 326.67 | 0.96 | 0.56 |
| Hex | FB | 23 | 9B | 0 | 56 | 26 | 2 | 147 | 60 | 38 |
| Octal | 373 | 43 | 233 | 0 | 126 | 46 | 2 | 507 | 140 | 70 |
| Binary | 11111011 | 100011 | 10011011 | 0 | 1010110 | 100110 | 10 | 101000111 | 1100000 | 111000 |
Color Harmonies of #FB239B
Complementary color
Monochromatic Colors of #FB239B
Black with #FB239B
Text Example
Text Example
White with #FB239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB239B; }
p { color: rgb(251,35,155); }
H1.HeaderClassName
{
color: #FB239B;
}
.AnyTagClassName
{
color: #FB239B;
}
</style>
background-color css
<style>
a { background-color: #FB239B; }
a { background-color: rgb(251,35,155); }
div.DivClassName
{
background-color: #FB239B;
}
.BgClassName
{
background-color: #FB239B;
}
</style>
border-color css
<style>
span { border-color: #FB239B; }
span { border-color: rgb(251,35,155); }
td.TdClassName
{
border-color: #FB239B;
}
.TagClassName
{
border-color: #FB239B;
}
</style>