Shades of Persian Pink #F17DB2
Tints of Persian Pink #F17DB2
RGB
CMYK
RGB Variations
Color information
#F17DB2 (or 0xF17DB2) is known color: Persian Pink. HEX triplet: F1, 7D and B2. RGB value is (241,125,178). Sum of RGB (Red+Green+Blue) = 241+125+178=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17DB2 is #0E824D. Grayscale: #A5A5A5. Windows color (decimal): -950862 or 11697649. OLE color: 11697649.
HSL color Cylindrical-coordinate representation of color #F17DB2: hue angle of 332.59º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17DB2 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 178 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.05 |
| HSL | 332.59º | 0.81% | 0.72% | - |
| HSV(B) | 332.59º | 0.48% | 0.95% | - |
| XYZ | 51.65 | 36.58 | 46.46 | - |
| YUV | 165.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 178 | 0 | 0.48 | 0.26 | 0.05 | 332.59 | 0.81 | 0.72 |
| Hex | F1 | 7D | B2 | 0 | 30 | 1A | 5 | 14D | 51 | 48 |
| Octal | 361 | 175 | 262 | 0 | 60 | 32 | 5 | 515 | 121 | 110 |
| Binary | 11110001 | 1111101 | 10110010 | 0 | 110000 | 11010 | 101 | 101001101 | 1010001 | 1001000 |
Color Harmonies of #F17DB2
Complementary color
Monochromatic Colors of #F17DB2
Black with #F17DB2
Text Example
Text Example
White with #F17DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DB2; }
p { color: rgb(241,125,178); }
H1.HeaderClassName
{
color: #F17DB2;
}
.AnyTagClassName
{
color: #F17DB2;
}
</style>
background-color css
<style>
a { background-color: #F17DB2; }
a { background-color: rgb(241,125,178); }
div.DivClassName
{
background-color: #F17DB2;
}
.BgClassName
{
background-color: #F17DB2;
}
</style>
border-color css
<style>
span { border-color: #F17DB2; }
span { border-color: rgb(241,125,178); }
td.TdClassName
{
border-color: #F17DB2;
}
.TagClassName
{
border-color: #F17DB2;
}
</style>