Shades of Dark Pink #F1476D
Tints of Dark Pink #F1476D
RGB
CMYK
RGB Variations
Color information
#F1476D (or 0xF1476D) is known color: Dark Pink. HEX triplet: F1, 47 and 6D. RGB value is (241,71,109). Sum of RGB (Red+Green+Blue) = 241+71+109=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F1476D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1476D is #0EB892. Grayscale: #7E7E7E. Windows color (decimal): -964755 or 7161841. OLE color: 7161841.
HSL color Cylindrical-coordinate representation of color #F1476D: hue angle of 346.59º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1476D is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 109 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.05 |
| HSL | 346.59º | 0.86% | 0.61% | - |
| HSV(B) | 346.59º | 0.71% | 0.95% | - |
| XYZ | 41.29 | 24.31 | 16.98 | - |
| YUV | 126.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 109 | 0 | 0.71 | 0.55 | 0.05 | 346.59 | 0.86 | 0.61 |
| Hex | F1 | 47 | 6D | 0 | 47 | 37 | 5 | 15B | 56 | 3D |
| Octal | 361 | 107 | 155 | 0 | 107 | 67 | 5 | 533 | 126 | 75 |
| Binary | 11110001 | 1000111 | 1101101 | 0 | 1000111 | 110111 | 101 | 101011011 | 1010110 | 111101 |
Color Harmonies of #F1476D
Complementary color
Monochromatic Colors of #F1476D
Black with #F1476D
Text Example
Text Example
White with #F1476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1476D; }
p { color: rgb(241,71,109); }
H1.HeaderClassName
{
color: #F1476D;
}
.AnyTagClassName
{
color: #F1476D;
}
</style>
background-color css
<style>
a { background-color: #F1476D; }
a { background-color: rgb(241,71,109); }
div.DivClassName
{
background-color: #F1476D;
}
.BgClassName
{
background-color: #F1476D;
}
</style>
border-color css
<style>
span { border-color: #F1476D; }
span { border-color: rgb(241,71,109); }
td.TdClassName
{
border-color: #F1476D;
}
.TagClassName
{
border-color: #F1476D;
}
</style>