Shades of Persian Pink #F47DBD
Tints of Persian Pink #F47DBD
RGB
CMYK
RGB Variations
Color information
#F47DBD (or 0xF47DBD) is known color: Persian Pink. HEX triplet: F4, 7D and BD. RGB value is (244,125,189). Sum of RGB (Red+Green+Blue) = 244+125+189=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47DBD is #0B8242. Grayscale: #A7A7A7. Windows color (decimal): -754243 or 12418548. OLE color: 12418548.
HSL color Cylindrical-coordinate representation of color #F47DBD: hue angle of 327.73º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47DBD is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 125 | 189 | - |
CMYK | 0 | 0.49 | 0.23 | 0.04 |
HSL | 327.73º | 0.84% | 0.72% | - |
HSV(B) | 327.73º | 0.49% | 0.96% | - |
XYZ | 53.83 | 37.57 | 52.56 | - |
YUV | 167.88 | 139.92 | 182.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 125 | 189 | 0 | 0.49 | 0.23 | 0.04 | 327.73 | 0.84 | 0.72 |
Hex | F4 | 7D | BD | 0 | 31 | 17 | 4 | 148 | 54 | 48 |
Octal | 364 | 175 | 275 | 0 | 61 | 27 | 4 | 510 | 124 | 110 |
Binary | 11110100 | 1111101 | 10111101 | 0 | 110001 | 10111 | 100 | 101001000 | 1010100 | 1001000 |
Color Harmonies of #F47DBD
Complementary color
Monochromatic Colors of #F47DBD
Black with #F47DBD
Text Example
Text Example
White with #F47DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47DBD; }
p { color: rgb(244,125,189); }
H1.HeaderClassName
{
color: #F47DBD;
}
.AnyTagClassName
{
color: #F47DBD;
}
</style>
background-color css
<style>
a { background-color: #F47DBD; }
a { background-color: rgb(244,125,189); }
div.DivClassName
{
background-color: #F47DBD;
}
.BgClassName
{
background-color: #F47DBD;
}
</style>
border-color css
<style>
span { border-color: #F47DBD; }
span { border-color: rgb(244,125,189); }
td.TdClassName
{
border-color: #F47DBD;
}
.TagClassName
{
border-color: #F47DBD;
}
</style>