Shades of Persian Pink #FE75BB
Tints of Persian Pink #FE75BB
RGB
CMYK
RGB Variations
Color information
#FE75BB (or 0xFE75BB) is known color: Persian Pink. HEX triplet: FE, 75 and BB. RGB value is (254,117,187). Sum of RGB (Red+Green+Blue) = 254+117+187=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75BB is #018A44. Grayscale: #A5A5A5. Windows color (decimal): -100933 or 12285438. OLE color: 12285438.
HSL color Cylindrical-coordinate representation of color #FE75BB: hue angle of 329.34º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE75BB is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 187 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.00 |
| HSL | 329.34º | 0.99% | 0.73% | - |
| HSV(B) | 329.34º | 0.54% | 1% | - |
| XYZ | 56.2 | 37.38 | 51.27 | - |
| YUV | 165.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 187 | 0 | 0.54 | 0.26 | 0.00 | 329.34 | 0.99 | 0.73 |
| Hex | FE | 75 | BB | 0 | 36 | 1A | 0 | 149 | 63 | 49 |
| Octal | 376 | 165 | 273 | 0 | 66 | 32 | 0 | 511 | 143 | 111 |
| Binary | 11111110 | 1110101 | 10111011 | 0 | 110110 | 11010 | 0 | 101001001 | 1100011 | 1001001 |
Color Harmonies of #FE75BB
Complementary color
Monochromatic Colors of #FE75BB
Black with #FE75BB
Text Example
Text Example
White with #FE75BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75BB; }
p { color: rgb(254,117,187); }
H1.HeaderClassName
{
color: #FE75BB;
}
.AnyTagClassName
{
color: #FE75BB;
}
</style>
background-color css
<style>
a { background-color: #FE75BB; }
a { background-color: rgb(254,117,187); }
div.DivClassName
{
background-color: #FE75BB;
}
.BgClassName
{
background-color: #FE75BB;
}
</style>
border-color css
<style>
span { border-color: #FE75BB; }
span { border-color: rgb(254,117,187); }
td.TdClassName
{
border-color: #FE75BB;
}
.TagClassName
{
border-color: #FE75BB;
}
</style>