Shades of Persian Pink #FE7FB7
Tints of Persian Pink #FE7FB7
RGB
CMYK
RGB Variations
Color information
#FE7FB7 (or 0xFE7FB7) is known color: Persian Pink. HEX triplet: FE, 7F and B7. RGB value is (254,127,183). Sum of RGB (Red+Green+Blue) = 254+127+183=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FB7 is #018048. Grayscale: #ABABAB. Windows color (decimal): -98377 or 12025854. OLE color: 12025854.
HSL color Cylindrical-coordinate representation of color #FE7FB7: hue angle of 333.54º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7FB7 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 183 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.00 |
| HSL | 333.54º | 0.98% | 0.75% | - |
| HSV(B) | 333.54º | 0.5% | 1% | - |
| XYZ | 57.01 | 39.67 | 49.45 | - |
| YUV | 171.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 183 | 0 | 0.50 | 0.28 | 0.00 | 333.54 | 0.98 | 0.75 |
| Hex | FE | 7F | B7 | 0 | 32 | 1C | 0 | 14E | 62 | 4B |
| Octal | 376 | 177 | 267 | 0 | 62 | 34 | 0 | 516 | 142 | 113 |
| Binary | 11111110 | 1111111 | 10110111 | 0 | 110010 | 11100 | 0 | 101001110 | 1100010 | 1001011 |
Color Harmonies of #FE7FB7
Complementary color
Monochromatic Colors of #FE7FB7
Black with #FE7FB7
Text Example
Text Example
White with #FE7FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7FB7; }
p { color: rgb(254,127,183); }
H1.HeaderClassName
{
color: #FE7FB7;
}
.AnyTagClassName
{
color: #FE7FB7;
}
</style>
background-color css
<style>
a { background-color: #FE7FB7; }
a { background-color: rgb(254,127,183); }
div.DivClassName
{
background-color: #FE7FB7;
}
.BgClassName
{
background-color: #FE7FB7;
}
</style>
border-color css
<style>
span { border-color: #FE7FB7; }
span { border-color: rgb(254,127,183); }
td.TdClassName
{
border-color: #FE7FB7;
}
.TagClassName
{
border-color: #FE7FB7;
}
</style>