Shades of Persian Rose #FB33AF
Tints of Persian Rose #FB33AF
RGB
CMYK
RGB Variations
Color information
#FB33AF (or 0xFB33AF) is known color: Persian Rose. HEX triplet: FB, 33 and AF. RGB value is (251,51,175). Sum of RGB (Red+Green+Blue) = 251+51+175=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB33AF is #04CC50. Grayscale: #7C7C7C. Windows color (decimal): -314449 or 11482107. OLE color: 11482107.
HSL color Cylindrical-coordinate representation of color #FB33AF: hue angle of 322.8º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB33AF is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 175 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.02 |
| HSL | 322.8º | 0.96% | 0.59% | - |
| HSV(B) | 322.8º | 0.8% | 0.98% | - |
| XYZ | 48.71 | 25.97 | 43 | - |
| YUV | 124.94 | 156.26 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 175 | 0 | 0.80 | 0.30 | 0.02 | 322.8 | 0.96 | 0.59 |
| Hex | FB | 33 | AF | 0 | 50 | 1E | 2 | 143 | 60 | 3B |
| Octal | 373 | 63 | 257 | 0 | 120 | 36 | 2 | 503 | 140 | 73 |
| Binary | 11111011 | 110011 | 10101111 | 0 | 1010000 | 11110 | 10 | 101000011 | 1100000 | 111011 |
Color Harmonies of #FB33AF
Complementary color
Monochromatic Colors of #FB33AF
Black with #FB33AF
Text Example
Text Example
White with #FB33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB33AF; }
p { color: rgb(251,51,175); }
H1.HeaderClassName
{
color: #FB33AF;
}
.AnyTagClassName
{
color: #FB33AF;
}
</style>
background-color css
<style>
a { background-color: #FB33AF; }
a { background-color: rgb(251,51,175); }
div.DivClassName
{
background-color: #FB33AF;
}
.BgClassName
{
background-color: #FB33AF;
}
</style>
border-color css
<style>
span { border-color: #FB33AF; }
span { border-color: rgb(251,51,175); }
td.TdClassName
{
border-color: #FB33AF;
}
.TagClassName
{
border-color: #FB33AF;
}
</style>