Shades of Persian Rose #FF2BAF
Tints of Persian Rose #FF2BAF
RGB
CMYK
RGB Variations
Color information
#FF2BAF (or 0xFF2BAF) is known color: Persian Rose. HEX triplet: FF, 2B and AF. RGB value is (255,43,175). Sum of RGB (Red+Green+Blue) = 255+43+175=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 43 (17.19% from 255 or 9.09% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2BAF is #00D450. Grayscale: #797979. Windows color (decimal): -54353 or 11480063. OLE color: 11480063.
HSL color Cylindrical-coordinate representation of color #FF2BAF: hue angle of 322.64º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2BAF is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 175 | - |
| CMYK | 0 | 0.83 | 0.31 | 0 |
| HSL | 322.64º | 1% | 0.58% | - |
| HSV(B) | 322.64º | 0.83% | 1% | - |
| XYZ | 49.84 | 26.08 | 42.97 | - |
| YUV | 121.44 | 158.24 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 175 | 0 | 0.83 | 0.31 | 0 | 322.64 | 1 | 0.58 |
| Hex | FF | 2B | AF | 0 | 53 | 1F | 0 | 143 | 64 | 3A |
| Octal | 377 | 53 | 257 | 0 | 123 | 37 | 0 | 503 | 144 | 72 |
| Binary | 11111111 | 101011 | 10101111 | 0 | 1010011 | 11111 | 0 | 101000011 | 1100100 | 111010 |
Color Harmonies of #FF2BAF
Complementary color
Monochromatic Colors of #FF2BAF
Black with #FF2BAF
Text Example
Text Example
White with #FF2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2BAF; }
p { color: rgb(255,43,175); }
H1.HeaderClassName
{
color: #FF2BAF;
}
.AnyTagClassName
{
color: #FF2BAF;
}
</style>
background-color css
<style>
a { background-color: #FF2BAF; }
a { background-color: rgb(255,43,175); }
div.DivClassName
{
background-color: #FF2BAF;
}
.BgClassName
{
background-color: #FF2BAF;
}
</style>
border-color css
<style>
span { border-color: #FF2BAF; }
span { border-color: rgb(255,43,175); }
td.TdClassName
{
border-color: #FF2BAF;
}
.TagClassName
{
border-color: #FF2BAF;
}
</style>