Shades of Persian Rose #FB23A6
Tints of Persian Rose #FB23A6
RGB
CMYK
RGB Variations
Color information
#FB23A6 (or 0xFB23A6) is known color: Persian Rose. HEX triplet: FB, 23 and A6. RGB value is (251,35,166). Sum of RGB (Red+Green+Blue) = 251+35+166=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB23A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB23A6 is #04DC59. Grayscale: #727272. Windows color (decimal): -318554 or 10888187. OLE color: 10888187.
HSL color Cylindrical-coordinate representation of color #FB23A6: hue angle of 323.61º 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 #FB23A6 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 166 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.02 |
| HSL | 323.61º | 0.96% | 0.56% | - |
| HSV(B) | 323.61º | 0.86% | 0.98% | - |
| XYZ | 47.27 | 24.46 | 38.31 | - |
| YUV | 114.52 | 157.06 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 166 | 0 | 0.86 | 0.34 | 0.02 | 323.61 | 0.96 | 0.56 |
| Hex | FB | 23 | A6 | 0 | 56 | 22 | 2 | 144 | 60 | 38 |
| Octal | 373 | 43 | 246 | 0 | 126 | 42 | 2 | 504 | 140 | 70 |
| Binary | 11111011 | 100011 | 10100110 | 0 | 1010110 | 100010 | 10 | 101000100 | 1100000 | 111000 |
Color Harmonies of #FB23A6
Complementary color
Monochromatic Colors of #FB23A6
Black with #FB23A6
Text Example
Text Example
White with #FB23A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB23A6; }
p { color: rgb(251,35,166); }
H1.HeaderClassName
{
color: #FB23A6;
}
.AnyTagClassName
{
color: #FB23A6;
}
</style>
background-color css
<style>
a { background-color: #FB23A6; }
a { background-color: rgb(251,35,166); }
div.DivClassName
{
background-color: #FB23A6;
}
.BgClassName
{
background-color: #FB23A6;
}
</style>
border-color css
<style>
span { border-color: #FB23A6; }
span { border-color: rgb(251,35,166); }
td.TdClassName
{
border-color: #FB23A6;
}
.TagClassName
{
border-color: #FB23A6;
}
</style>