Shades of Persian Rose #FF2FAB
Tints of Persian Rose #FF2FAB
RGB
CMYK
RGB Variations
Color information
#FF2FAB (or 0xFF2FAB) is known color: Persian Rose. HEX triplet: FF, 2F and AB. RGB value is (255,47,171). Sum of RGB (Red+Green+Blue) = 255+47+171=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2FAB is #00D054. Grayscale: #7B7B7B. Windows color (decimal): -53333 or 11218943. OLE color: 11218943.
HSL color Cylindrical-coordinate representation of color #FF2FAB: hue angle of 324.23º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2FAB is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 171 | - |
| CMYK | 0 | 0.82 | 0.33 | 0 |
| HSL | 324.23º | 1% | 0.59% | - |
| HSV(B) | 324.23º | 0.82% | 1% | - |
| XYZ | 49.61 | 26.23 | 40.98 | - |
| YUV | 123.33 | 154.91 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 171 | 0 | 0.82 | 0.33 | 0 | 324.23 | 1 | 0.59 |
| Hex | FF | 2F | AB | 0 | 52 | 21 | 0 | 144 | 64 | 3B |
| Octal | 377 | 57 | 253 | 0 | 122 | 41 | 0 | 504 | 144 | 73 |
| Binary | 11111111 | 101111 | 10101011 | 0 | 1010010 | 100001 | 0 | 101000100 | 1100100 | 111011 |
Color Harmonies of #FF2FAB
Complementary color
Monochromatic Colors of #FF2FAB
Black with #FF2FAB
Text Example
Text Example
White with #FF2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FAB; }
p { color: rgb(255,47,171); }
H1.HeaderClassName
{
color: #FF2FAB;
}
.AnyTagClassName
{
color: #FF2FAB;
}
</style>
background-color css
<style>
a { background-color: #FF2FAB; }
a { background-color: rgb(255,47,171); }
div.DivClassName
{
background-color: #FF2FAB;
}
.BgClassName
{
background-color: #FF2FAB;
}
</style>
border-color css
<style>
span { border-color: #FF2FAB; }
span { border-color: rgb(255,47,171); }
td.TdClassName
{
border-color: #FF2FAB;
}
.TagClassName
{
border-color: #FF2FAB;
}
</style>