Shades of Persian Rose #FB229D
Tints of Persian Rose #FB229D
RGB
CMYK
RGB Variations
Color information
#FB229D (or 0xFB229D) is known color: Persian Rose. HEX triplet: FB, 22 and 9D. RGB value is (251,34,157). Sum of RGB (Red+Green+Blue) = 251+34+157=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB229D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB229D is #04DD62. Grayscale: #707070. Windows color (decimal): -318819 or 10298107. OLE color: 10298107.
HSL color Cylindrical-coordinate representation of color #FB229D: hue angle of 325.99º 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 #FB229D is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 157 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.02 |
| HSL | 325.99º | 0.96% | 0.56% | - |
| HSV(B) | 325.99º | 0.86% | 0.98% | - |
| XYZ | 46.44 | 24.09 | 34.1 | - |
| YUV | 112.91 | 152.89 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 157 | 0 | 0.86 | 0.37 | 0.02 | 325.99 | 0.96 | 0.56 |
| Hex | FB | 22 | 9D | 0 | 56 | 25 | 2 | 146 | 60 | 38 |
| Octal | 373 | 42 | 235 | 0 | 126 | 45 | 2 | 506 | 140 | 70 |
| Binary | 11111011 | 100010 | 10011101 | 0 | 1010110 | 100101 | 10 | 101000110 | 1100000 | 111000 |
Color Harmonies of #FB229D
Complementary color
Monochromatic Colors of #FB229D
Black with #FB229D
Text Example
Text Example
White with #FB229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB229D; }
p { color: rgb(251,34,157); }
H1.HeaderClassName
{
color: #FB229D;
}
.AnyTagClassName
{
color: #FB229D;
}
</style>
background-color css
<style>
a { background-color: #FB229D; }
a { background-color: rgb(251,34,157); }
div.DivClassName
{
background-color: #FB229D;
}
.BgClassName
{
background-color: #FB229D;
}
</style>
border-color css
<style>
span { border-color: #FB229D; }
span { border-color: rgb(251,34,157); }
td.TdClassName
{
border-color: #FB229D;
}
.TagClassName
{
border-color: #FB229D;
}
</style>