Shades of Persian Rose #FB3FB2
Tints of Persian Rose #FB3FB2
RGB
CMYK
RGB Variations
Color information
#FB3FB2 (or 0xFB3FB2) is known color: Persian Rose. HEX triplet: FB, 3F and B2. RGB value is (251,63,178). Sum of RGB (Red+Green+Blue) = 251+63+178=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3FB2 is #04C04D. Grayscale: #848484. Windows color (decimal): -311374 or 11681787. OLE color: 11681787.
HSL color Cylindrical-coordinate representation of color #FB3FB2: hue angle of 323.3º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3FB2 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 178 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.02 |
| HSL | 323.3º | 0.96% | 0.62% | - |
| HSV(B) | 323.3º | 0.75% | 0.98% | - |
| XYZ | 49.6 | 27.28 | 44.77 | - |
| YUV | 132.32 | 153.78 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 178 | 0 | 0.75 | 0.29 | 0.02 | 323.3 | 0.96 | 0.62 |
| Hex | FB | 3F | B2 | 0 | 4B | 1D | 2 | 143 | 60 | 3E |
| Octal | 373 | 77 | 262 | 0 | 113 | 35 | 2 | 503 | 140 | 76 |
| Binary | 11111011 | 111111 | 10110010 | 0 | 1001011 | 11101 | 10 | 101000011 | 1100000 | 111110 |
Color Harmonies of #FB3FB2
Complementary color
Monochromatic Colors of #FB3FB2
Black with #FB3FB2
Text Example
Text Example
White with #FB3FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3FB2; }
p { color: rgb(251,63,178); }
H1.HeaderClassName
{
color: #FB3FB2;
}
.AnyTagClassName
{
color: #FB3FB2;
}
</style>
background-color css
<style>
a { background-color: #FB3FB2; }
a { background-color: rgb(251,63,178); }
div.DivClassName
{
background-color: #FB3FB2;
}
.BgClassName
{
background-color: #FB3FB2;
}
</style>
border-color css
<style>
span { border-color: #FB3FB2; }
span { border-color: rgb(251,63,178); }
td.TdClassName
{
border-color: #FB3FB2;
}
.TagClassName
{
border-color: #FB3FB2;
}
</style>