Shades of Persian Pink #F974B8
Tints of Persian Pink #F974B8
RGB
CMYK
RGB Variations
Color information
#F974B8 (or 0xF974B8) is known color: Persian Pink. HEX triplet: F9, 74 and B8. RGB value is (249,116,184). Sum of RGB (Red+Green+Blue) = 249+116+184=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F974B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974B8 is #068B47. Grayscale: #A3A3A3. Windows color (decimal): -428872 or 12088569. OLE color: 12088569.
HSL color Cylindrical-coordinate representation of color #F974B8: hue angle of 329.32º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F974B8 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 184 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.02 |
| HSL | 329.32º | 0.92% | 0.72% | - |
| HSV(B) | 329.32º | 0.53% | 0.98% | - |
| XYZ | 53.96 | 36.09 | 49.47 | - |
| YUV | 163.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 184 | 0 | 0.53 | 0.26 | 0.02 | 329.32 | 0.92 | 0.72 |
| Hex | F9 | 74 | B8 | 0 | 35 | 1A | 2 | 149 | 5C | 48 |
| Octal | 371 | 164 | 270 | 0 | 65 | 32 | 2 | 511 | 134 | 110 |
| Binary | 11111001 | 1110100 | 10111000 | 0 | 110101 | 11010 | 10 | 101001001 | 1011100 | 1001000 |
Color Harmonies of #F974B8
Complementary color
Monochromatic Colors of #F974B8
Black with #F974B8
Text Example
Text Example
White with #F974B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F974B8; }
p { color: rgb(249,116,184); }
H1.HeaderClassName
{
color: #F974B8;
}
.AnyTagClassName
{
color: #F974B8;
}
</style>
background-color css
<style>
a { background-color: #F974B8; }
a { background-color: rgb(249,116,184); }
div.DivClassName
{
background-color: #F974B8;
}
.BgClassName
{
background-color: #F974B8;
}
</style>
border-color css
<style>
span { border-color: #F974B8; }
span { border-color: rgb(249,116,184); }
td.TdClassName
{
border-color: #F974B8;
}
.TagClassName
{
border-color: #F974B8;
}
</style>