Shades of Persian Pink #FE74BC
Tints of Persian Pink #FE74BC
RGB
CMYK
RGB Variations
Color information
#FE74BC (or 0xFE74BC) is known color: Persian Pink. HEX triplet: FE, 74 and BC. RGB value is (254,116,188). Sum of RGB (Red+Green+Blue) = 254+116+188=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74BC is #018B43. Grayscale: #A5A5A5. Windows color (decimal): -101188 or 12350718. OLE color: 12350718.
HSL color Cylindrical-coordinate representation of color #FE74BC: hue angle of 328.7º 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 #FE74BC is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 188 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.00 |
| HSL | 328.7º | 0.99% | 0.73% | - |
| HSV(B) | 328.7º | 0.54% | 1% | - |
| XYZ | 56.2 | 37.19 | 51.79 | - |
| YUV | 165.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 188 | 0 | 0.54 | 0.26 | 0.00 | 328.7 | 0.99 | 0.73 |
| Hex | FE | 74 | BC | 0 | 36 | 1A | 0 | 149 | 63 | 49 |
| Octal | 376 | 164 | 274 | 0 | 66 | 32 | 0 | 511 | 143 | 111 |
| Binary | 11111110 | 1110100 | 10111100 | 0 | 110110 | 11010 | 0 | 101001001 | 1100011 | 1001001 |
Color Harmonies of #FE74BC
Complementary color
Monochromatic Colors of #FE74BC
Black with #FE74BC
Text Example
Text Example
White with #FE74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74BC; }
p { color: rgb(254,116,188); }
H1.HeaderClassName
{
color: #FE74BC;
}
.AnyTagClassName
{
color: #FE74BC;
}
</style>
background-color css
<style>
a { background-color: #FE74BC; }
a { background-color: rgb(254,116,188); }
div.DivClassName
{
background-color: #FE74BC;
}
.BgClassName
{
background-color: #FE74BC;
}
</style>
border-color css
<style>
span { border-color: #FE74BC; }
span { border-color: rgb(254,116,188); }
td.TdClassName
{
border-color: #FE74BC;
}
.TagClassName
{
border-color: #FE74BC;
}
</style>