Shades of Persian Pink #FE75BC
Tints of Persian Pink #FE75BC
RGB
CMYK
RGB Variations
Color information
#FE75BC (or 0xFE75BC) is known color: Persian Pink. HEX triplet: FE, 75 and BC. RGB value is (254,117,188). Sum of RGB (Red+Green+Blue) = 254+117+188=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75BC is #018A43. Grayscale: #A5A5A5. Windows color (decimal): -100932 or 12350974. OLE color: 12350974.
HSL color Cylindrical-coordinate representation of color #FE75BC: hue angle of 328.91º 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 #FE75BC is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 188 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.00 |
| HSL | 328.91º | 0.99% | 0.73% | - |
| HSV(B) | 328.91º | 0.54% | 1% | - |
| XYZ | 56.31 | 37.42 | 51.83 | - |
| YUV | 166.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 188 | 0 | 0.54 | 0.26 | 0.00 | 328.91 | 0.99 | 0.73 |
| Hex | FE | 75 | BC | 0 | 36 | 1A | 0 | 149 | 63 | 49 |
| Octal | 376 | 165 | 274 | 0 | 66 | 32 | 0 | 511 | 143 | 111 |
| Binary | 11111110 | 1110101 | 10111100 | 0 | 110110 | 11010 | 0 | 101001001 | 1100011 | 1001001 |
Color Harmonies of #FE75BC
Complementary color
Monochromatic Colors of #FE75BC
Black with #FE75BC
Text Example
Text Example
White with #FE75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75BC; }
p { color: rgb(254,117,188); }
H1.HeaderClassName
{
color: #FE75BC;
}
.AnyTagClassName
{
color: #FE75BC;
}
</style>
background-color css
<style>
a { background-color: #FE75BC; }
a { background-color: rgb(254,117,188); }
div.DivClassName
{
background-color: #FE75BC;
}
.BgClassName
{
background-color: #FE75BC;
}
</style>
border-color css
<style>
span { border-color: #FE75BC; }
span { border-color: rgb(254,117,188); }
td.TdClassName
{
border-color: #FE75BC;
}
.TagClassName
{
border-color: #FE75BC;
}
</style>