Shades of Persian Rose #FF3BAD
Tints of Persian Rose #FF3BAD
RGB
CMYK
RGB Variations
Color information
#FF3BAD (or 0xFF3BAD) is known color: Persian Rose. HEX triplet: FF, 3B and AD. RGB value is (255,59,173). Sum of RGB (Red+Green+Blue) = 255+59+173=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3BAD is #00C452. Grayscale: #828282. Windows color (decimal): -50259 or 11353087. OLE color: 11353087.
HSL color Cylindrical-coordinate representation of color #FF3BAD: hue angle of 325.1º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3BAD is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 173 | - |
| CMYK | 0 | 0.77 | 0.32 | 0 |
| HSL | 325.1º | 1% | 0.62% | - |
| HSV(B) | 325.1º | 0.77% | 1% | - |
| XYZ | 50.35 | 27.41 | 42.17 | - |
| YUV | 130.6 | 151.93 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 173 | 0 | 0.77 | 0.32 | 0 | 325.1 | 1 | 0.62 |
| Hex | FF | 3B | AD | 0 | 4D | 20 | 0 | 145 | 64 | 3E |
| Octal | 377 | 73 | 255 | 0 | 115 | 40 | 0 | 505 | 144 | 76 |
| Binary | 11111111 | 111011 | 10101101 | 0 | 1001101 | 100000 | 0 | 101000101 | 1100100 | 111110 |
Color Harmonies of #FF3BAD
Complementary color
Monochromatic Colors of #FF3BAD
Black with #FF3BAD
Text Example
Text Example
White with #FF3BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BAD; }
p { color: rgb(255,59,173); }
H1.HeaderClassName
{
color: #FF3BAD;
}
.AnyTagClassName
{
color: #FF3BAD;
}
</style>
background-color css
<style>
a { background-color: #FF3BAD; }
a { background-color: rgb(255,59,173); }
div.DivClassName
{
background-color: #FF3BAD;
}
.BgClassName
{
background-color: #FF3BAD;
}
</style>
border-color css
<style>
span { border-color: #FF3BAD; }
span { border-color: rgb(255,59,173); }
td.TdClassName
{
border-color: #FF3BAD;
}
.TagClassName
{
border-color: #FF3BAD;
}
</style>