Shades of Deep Pink #F1068B
Tints of Deep Pink #F1068B
RGB
CMYK
RGB Variations
Color information
#F1068B (or 0xF1068B) is known color: Deep Pink. HEX triplet: F1, 06 and 8B. RGB value is (241,6,139). Sum of RGB (Red+Green+Blue) = 241+6+139=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1068B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1068B is #0EF974. Grayscale: #5B5B5B. Windows color (decimal): -981365 or 9111281. OLE color: 9111281.
HSL color Cylindrical-coordinate representation of color #F1068B: hue angle of 326.04º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1068B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 139 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.05 |
| HSL | 326.04º | 0.95% | 0.48% | - |
| HSV(B) | 326.04º | 0.98% | 0.95% | - |
| XYZ | 41 | 20.7 | 26.26 | - |
| YUV | 91.43 | 154.86 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 139 | 0 | 0.98 | 0.42 | 0.05 | 326.04 | 0.95 | 0.48 |
| Hex | F1 | 6 | 8B | 0 | 62 | 2A | 5 | 146 | 5F | 30 |
| Octal | 361 | 6 | 213 | 0 | 142 | 52 | 5 | 506 | 137 | 60 |
| Binary | 11110001 | 110 | 10001011 | 0 | 1100010 | 101010 | 101 | 101000110 | 1011111 | 110000 |
Color Harmonies of #F1068B
Complementary color
Monochromatic Colors of #F1068B
Black with #F1068B
Text Example
Text Example
White with #F1068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1068B; }
p { color: rgb(241,6,139); }
H1.HeaderClassName
{
color: #F1068B;
}
.AnyTagClassName
{
color: #F1068B;
}
</style>
background-color css
<style>
a { background-color: #F1068B; }
a { background-color: rgb(241,6,139); }
div.DivClassName
{
background-color: #F1068B;
}
.BgClassName
{
background-color: #F1068B;
}
</style>
border-color css
<style>
span { border-color: #F1068B; }
span { border-color: rgb(241,6,139); }
td.TdClassName
{
border-color: #F1068B;
}
.TagClassName
{
border-color: #F1068B;
}
</style>