Shades of Persian Pink #FE74BD
Tints of Persian Pink #FE74BD
RGB
CMYK
RGB Variations
Color information
#FE74BD (or 0xFE74BD) is known color: Persian Pink. HEX triplet: FE, 74 and BD. RGB value is (254,116,189). Sum of RGB (Red+Green+Blue) = 254+116+189=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74BD is #018B42. Grayscale: #A5A5A5. Windows color (decimal): -101187 or 12416254. OLE color: 12416254.
HSL color Cylindrical-coordinate representation of color #FE74BD: hue angle of 328.26º 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 #FE74BD is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 189 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.00 |
| HSL | 328.26º | 0.99% | 0.73% | - |
| HSV(B) | 328.26º | 0.54% | 1% | - |
| XYZ | 56.3 | 37.24 | 52.36 | - |
| YUV | 165.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 189 | 0 | 0.54 | 0.26 | 0.00 | 328.26 | 0.99 | 0.73 |
| Hex | FE | 74 | BD | 0 | 36 | 1A | 0 | 148 | 63 | 49 |
| Octal | 376 | 164 | 275 | 0 | 66 | 32 | 0 | 510 | 143 | 111 |
| Binary | 11111110 | 1110100 | 10111101 | 0 | 110110 | 11010 | 0 | 101001000 | 1100011 | 1001001 |
Color Harmonies of #FE74BD
Complementary color
Monochromatic Colors of #FE74BD
Black with #FE74BD
Text Example
Text Example
White with #FE74BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74BD; }
p { color: rgb(254,116,189); }
H1.HeaderClassName
{
color: #FE74BD;
}
.AnyTagClassName
{
color: #FE74BD;
}
</style>
background-color css
<style>
a { background-color: #FE74BD; }
a { background-color: rgb(254,116,189); }
div.DivClassName
{
background-color: #FE74BD;
}
.BgClassName
{
background-color: #FE74BD;
}
</style>
border-color css
<style>
span { border-color: #FE74BD; }
span { border-color: rgb(254,116,189); }
td.TdClassName
{
border-color: #FE74BD;
}
.TagClassName
{
border-color: #FE74BD;
}
</style>