Shades of Persian Rose #FB249C
Tints of Persian Rose #FB249C
RGB
CMYK
RGB Variations
Color information
#FB249C (or 0xFB249C) is known color: Persian Rose. HEX triplet: FB, 24 and 9C. RGB value is (251,36,156). Sum of RGB (Red+Green+Blue) = 251+36+156=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB249C is #04DB63. Grayscale: #717171. Windows color (decimal): -318308 or 10233083. OLE color: 10233083.
HSL color Cylindrical-coordinate representation of color #FB249C: hue angle of 326.51º 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 #FB249C is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 156 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.02 |
| HSL | 326.51º | 0.96% | 0.56% | - |
| HSV(B) | 326.51º | 0.86% | 0.98% | - |
| XYZ | 46.42 | 24.17 | 33.67 | - |
| YUV | 113.97 | 151.73 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 156 | 0 | 0.86 | 0.38 | 0.02 | 326.51 | 0.96 | 0.56 |
| Hex | FB | 24 | 9C | 0 | 56 | 26 | 2 | 147 | 60 | 38 |
| Octal | 373 | 44 | 234 | 0 | 126 | 46 | 2 | 507 | 140 | 70 |
| Binary | 11111011 | 100100 | 10011100 | 0 | 1010110 | 100110 | 10 | 101000111 | 1100000 | 111000 |
Color Harmonies of #FB249C
Complementary color
Monochromatic Colors of #FB249C
Black with #FB249C
Text Example
Text Example
White with #FB249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB249C; }
p { color: rgb(251,36,156); }
H1.HeaderClassName
{
color: #FB249C;
}
.AnyTagClassName
{
color: #FB249C;
}
</style>
background-color css
<style>
a { background-color: #FB249C; }
a { background-color: rgb(251,36,156); }
div.DivClassName
{
background-color: #FB249C;
}
.BgClassName
{
background-color: #FB249C;
}
</style>
border-color css
<style>
span { border-color: #FB249C; }
span { border-color: rgb(251,36,156); }
td.TdClassName
{
border-color: #FB249C;
}
.TagClassName
{
border-color: #FB249C;
}
</style>