Shades of Persian Pink #FF7FB3
Tints of Persian Pink #FF7FB3
RGB
CMYK
RGB Variations
Color information
#FF7FB3 (or 0xFF7FB3) is known color: Persian Pink. HEX triplet: FF, 7F and B3. RGB value is (255,127,179). Sum of RGB (Red+Green+Blue) = 255+127+179=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FB3 is #00804C. Grayscale: #ABABAB. Windows color (decimal): -32845 or 11763711. OLE color: 11763711.
HSL color Cylindrical-coordinate representation of color #FF7FB3: hue angle of 335.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FB3 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 179 | - |
| CMYK | 0 | 0.50 | 0.30 | 0 |
| HSL | 335.63º | 1% | 0.75% | - |
| HSV(B) | 335.63º | 0.5% | 1% | - |
| XYZ | 56.97 | 39.69 | 47.31 | - |
| YUV | 171.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 179 | 0 | 0.50 | 0.30 | 0 | 335.63 | 1 | 0.75 |
| Hex | FF | 7F | B3 | 0 | 32 | 1E | 0 | 150 | 64 | 4B |
| Octal | 377 | 177 | 263 | 0 | 62 | 36 | 0 | 520 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10110011 | 0 | 110010 | 11110 | 0 | 101010000 | 1100100 | 1001011 |
Color Harmonies of #FF7FB3
Complementary color
Monochromatic Colors of #FF7FB3
Black with #FF7FB3
Text Example
Text Example
White with #FF7FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FB3; }
p { color: rgb(255,127,179); }
H1.HeaderClassName
{
color: #FF7FB3;
}
.AnyTagClassName
{
color: #FF7FB3;
}
</style>
background-color css
<style>
a { background-color: #FF7FB3; }
a { background-color: rgb(255,127,179); }
div.DivClassName
{
background-color: #FF7FB3;
}
.BgClassName
{
background-color: #FF7FB3;
}
</style>
border-color css
<style>
span { border-color: #FF7FB3; }
span { border-color: rgb(255,127,179); }
td.TdClassName
{
border-color: #FF7FB3;
}
.TagClassName
{
border-color: #FF7FB3;
}
</style>