Shades of Persian Rose #FB2297
Tints of Persian Rose #FB2297
RGB
CMYK
RGB Variations
Color information
#FB2297 (or 0xFB2297) is known color: Persian Rose. HEX triplet: FB, 22 and 97. RGB value is (251,34,151). Sum of RGB (Red+Green+Blue) = 251+34+151=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2297 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2297 is #04DD68. Grayscale: #6F6F6F. Windows color (decimal): -318825 or 9904891. OLE color: 9904891.
HSL color Cylindrical-coordinate representation of color #FB2297: hue angle of 327.65º 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 #FB2297 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 151 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.02 |
| HSL | 327.65º | 0.96% | 0.56% | - |
| HSV(B) | 327.65º | 0.86% | 0.98% | - |
| XYZ | 45.94 | 23.89 | 31.47 | - |
| YUV | 112.22 | 149.89 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 151 | 0 | 0.86 | 0.40 | 0.02 | 327.65 | 0.96 | 0.56 |
| Hex | FB | 22 | 97 | 0 | 56 | 28 | 2 | 148 | 60 | 38 |
| Octal | 373 | 42 | 227 | 0 | 126 | 50 | 2 | 510 | 140 | 70 |
| Binary | 11111011 | 100010 | 10010111 | 0 | 1010110 | 101000 | 10 | 101001000 | 1100000 | 111000 |
Color Harmonies of #FB2297
Complementary color
Monochromatic Colors of #FB2297
Black with #FB2297
Text Example
Text Example
White with #FB2297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2297; }
p { color: rgb(251,34,151); }
H1.HeaderClassName
{
color: #FB2297;
}
.AnyTagClassName
{
color: #FB2297;
}
</style>
background-color css
<style>
a { background-color: #FB2297; }
a { background-color: rgb(251,34,151); }
div.DivClassName
{
background-color: #FB2297;
}
.BgClassName
{
background-color: #FB2297;
}
</style>
border-color css
<style>
span { border-color: #FB2297; }
span { border-color: rgb(251,34,151); }
td.TdClassName
{
border-color: #FB2297;
}
.TagClassName
{
border-color: #FB2297;
}
</style>