Shades of Persian Pink #F17DC3
Tints of Persian Pink #F17DC3
RGB
CMYK
RGB Variations
Color information
#F17DC3 (or 0xF17DC3) is known color: Persian Pink. HEX triplet: F1, 7D and C3. RGB value is (241,125,195). Sum of RGB (Red+Green+Blue) = 241+125+195=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DC3 is #0E823C. Grayscale: #A7A7A7. Windows color (decimal): -950845 or 12811761. OLE color: 12811761.
HSL color Cylindrical-coordinate representation of color #F17DC3: hue angle of 323.79º 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 #F17DC3 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 195 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.05 |
| HSL | 323.79º | 0.81% | 0.72% | - |
| HSV(B) | 323.79º | 0.48% | 0.95% | - |
| XYZ | 53.46 | 37.31 | 56.01 | - |
| YUV | 167.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 195 | 0 | 0.48 | 0.19 | 0.05 | 323.79 | 0.81 | 0.72 |
| Hex | F1 | 7D | C3 | 0 | 30 | 13 | 5 | 144 | 51 | 48 |
| Octal | 361 | 175 | 303 | 0 | 60 | 23 | 5 | 504 | 121 | 110 |
| Binary | 11110001 | 1111101 | 11000011 | 0 | 110000 | 10011 | 101 | 101000100 | 1010001 | 1001000 |
Color Harmonies of #F17DC3
Complementary color
Monochromatic Colors of #F17DC3
Black with #F17DC3
Text Example
Text Example
White with #F17DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DC3; }
p { color: rgb(241,125,195); }
H1.HeaderClassName
{
color: #F17DC3;
}
.AnyTagClassName
{
color: #F17DC3;
}
</style>
background-color css
<style>
a { background-color: #F17DC3; }
a { background-color: rgb(241,125,195); }
div.DivClassName
{
background-color: #F17DC3;
}
.BgClassName
{
background-color: #F17DC3;
}
</style>
border-color css
<style>
span { border-color: #F17DC3; }
span { border-color: rgb(241,125,195); }
td.TdClassName
{
border-color: #F17DC3;
}
.TagClassName
{
border-color: #F17DC3;
}
</style>