Shades of Persian Rose #FB229C
Tints of Persian Rose #FB229C
RGB
CMYK
RGB Variations
Color information
#FB229C (or 0xFB229C) is known color: Persian Rose. HEX triplet: FB, 22 and 9C. RGB value is (251,34,156). Sum of RGB (Red+Green+Blue) = 251+34+156=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 34 (13.67% from 255 or 7.71% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB229C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB229C is #04DD63. Grayscale: #707070. Windows color (decimal): -318820 or 10232571. OLE color: 10232571.
HSL color Cylindrical-coordinate representation of color #FB229C: hue angle of 326.27º 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 #FB229C is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 156 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.02 |
| HSL | 326.27º | 0.96% | 0.56% | - |
| HSV(B) | 326.27º | 0.86% | 0.98% | - |
| XYZ | 46.36 | 24.05 | 33.65 | - |
| YUV | 112.79 | 152.39 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 156 | 0 | 0.86 | 0.38 | 0.02 | 326.27 | 0.96 | 0.56 |
| Hex | FB | 22 | 9C | 0 | 56 | 26 | 2 | 146 | 60 | 38 |
| Octal | 373 | 42 | 234 | 0 | 126 | 46 | 2 | 506 | 140 | 70 |
| Binary | 11111011 | 100010 | 10011100 | 0 | 1010110 | 100110 | 10 | 101000110 | 1100000 | 111000 |
Color Harmonies of #FB229C
Complementary color
Monochromatic Colors of #FB229C
Black with #FB229C
Text Example
Text Example
White with #FB229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB229C; }
p { color: rgb(251,34,156); }
H1.HeaderClassName
{
color: #FB229C;
}
.AnyTagClassName
{
color: #FB229C;
}
</style>
background-color css
<style>
a { background-color: #FB229C; }
a { background-color: rgb(251,34,156); }
div.DivClassName
{
background-color: #FB229C;
}
.BgClassName
{
background-color: #FB229C;
}
</style>
border-color css
<style>
span { border-color: #FB229C; }
span { border-color: rgb(251,34,156); }
td.TdClassName
{
border-color: #FB229C;
}
.TagClassName
{
border-color: #FB229C;
}
</style>