Shades of Persian Rose #FF2FB3
Tints of Persian Rose #FF2FB3
RGB
CMYK
RGB Variations
Color information
#FF2FB3 (or 0xFF2FB3) is known color: Persian Rose. HEX triplet: FF, 2F and B3. RGB value is (255,47,179). Sum of RGB (Red+Green+Blue) = 255+47+179=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2FB3 is #00D04C. Grayscale: #7B7B7B. Windows color (decimal): -53325 or 11743231. OLE color: 11743231.
HSL color Cylindrical-coordinate representation of color #FF2FB3: hue angle of 321.92º 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 #FF2FB3 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 179 | - |
| CMYK | 0 | 0.82 | 0.30 | 0 |
| HSL | 321.92º | 1% | 0.59% | - |
| HSV(B) | 321.92º | 0.82% | 1% | - |
| XYZ | 50.39 | 26.55 | 45.12 | - |
| YUV | 124.24 | 158.91 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 179 | 0 | 0.82 | 0.30 | 0 | 321.92 | 1 | 0.59 |
| Hex | FF | 2F | B3 | 0 | 52 | 1E | 0 | 142 | 64 | 3B |
| Octal | 377 | 57 | 263 | 0 | 122 | 36 | 0 | 502 | 144 | 73 |
| Binary | 11111111 | 101111 | 10110011 | 0 | 1010010 | 11110 | 0 | 101000010 | 1100100 | 111011 |
Color Harmonies of #FF2FB3
Complementary color
Monochromatic Colors of #FF2FB3
Black with #FF2FB3
Text Example
Text Example
White with #FF2FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FB3; }
p { color: rgb(255,47,179); }
H1.HeaderClassName
{
color: #FF2FB3;
}
.AnyTagClassName
{
color: #FF2FB3;
}
</style>
background-color css
<style>
a { background-color: #FF2FB3; }
a { background-color: rgb(255,47,179); }
div.DivClassName
{
background-color: #FF2FB3;
}
.BgClassName
{
background-color: #FF2FB3;
}
</style>
border-color css
<style>
span { border-color: #FF2FB3; }
span { border-color: rgb(255,47,179); }
td.TdClassName
{
border-color: #FF2FB3;
}
.TagClassName
{
border-color: #FF2FB3;
}
</style>