Shades of Persian Pink #F674BD
Tints of Persian Pink #F674BD
RGB
CMYK
RGB Variations
Color information
#F674BD (or 0xF674BD) is known color: Persian Pink. HEX triplet: F6, 74 and BD. RGB value is (246,116,189). Sum of RGB (Red+Green+Blue) = 246+116+189=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F674BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674BD is #098B42. Grayscale: #A3A3A3. Windows color (decimal): -625475 or 12416246. OLE color: 12416246.
HSL color Cylindrical-coordinate representation of color #F674BD: hue angle of 326.31º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F674BD is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 189 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.04 |
| HSL | 326.31º | 0.88% | 0.71% | - |
| HSV(B) | 326.31º | 0.53% | 0.96% | - |
| XYZ | 53.44 | 35.76 | 52.23 | - |
| YUV | 163.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 189 | 0 | 0.53 | 0.23 | 0.04 | 326.31 | 0.88 | 0.71 |
| Hex | F6 | 74 | BD | 0 | 35 | 17 | 4 | 146 | 58 | 47 |
| Octal | 366 | 164 | 275 | 0 | 65 | 27 | 4 | 506 | 130 | 107 |
| Binary | 11110110 | 1110100 | 10111101 | 0 | 110101 | 10111 | 100 | 101000110 | 1011000 | 1000111 |
Color Harmonies of #F674BD
Complementary color
Monochromatic Colors of #F674BD
Black with #F674BD
Text Example
Text Example
White with #F674BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674BD; }
p { color: rgb(246,116,189); }
H1.HeaderClassName
{
color: #F674BD;
}
.AnyTagClassName
{
color: #F674BD;
}
</style>
background-color css
<style>
a { background-color: #F674BD; }
a { background-color: rgb(246,116,189); }
div.DivClassName
{
background-color: #F674BD;
}
.BgClassName
{
background-color: #F674BD;
}
</style>
border-color css
<style>
span { border-color: #F674BD; }
span { border-color: rgb(246,116,189); }
td.TdClassName
{
border-color: #F674BD;
}
.TagClassName
{
border-color: #F674BD;
}
</style>