Shades of Deep Pink #F1068A
Tints of Deep Pink #F1068A
RGB
CMYK
RGB Variations
Color information
#F1068A (or 0xF1068A) is known color: Deep Pink. HEX triplet: F1, 06 and 8A. RGB value is (241,6,138). Sum of RGB (Red+Green+Blue) = 241+6+138=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1068A is #0EF975. Grayscale: #5B5B5B. Windows color (decimal): -981366 or 9045745. OLE color: 9045745.
HSL color Cylindrical-coordinate representation of color #F1068A: hue angle of 326.3º 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 #F1068A is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 138 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.05 |
| HSL | 326.3º | 0.95% | 0.48% | - |
| HSV(B) | 326.3º | 0.98% | 0.95% | - |
| XYZ | 40.93 | 20.67 | 25.88 | - |
| YUV | 91.31 | 154.36 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 138 | 0 | 0.98 | 0.43 | 0.05 | 326.3 | 0.95 | 0.48 |
| Hex | F1 | 6 | 8A | 0 | 62 | 2B | 5 | 146 | 5F | 30 |
| Octal | 361 | 6 | 212 | 0 | 142 | 53 | 5 | 506 | 137 | 60 |
| Binary | 11110001 | 110 | 10001010 | 0 | 1100010 | 101011 | 101 | 101000110 | 1011111 | 110000 |
Color Harmonies of #F1068A
Complementary color
Monochromatic Colors of #F1068A
Black with #F1068A
Text Example
Text Example
White with #F1068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1068A; }
p { color: rgb(241,6,138); }
H1.HeaderClassName
{
color: #F1068A;
}
.AnyTagClassName
{
color: #F1068A;
}
</style>
background-color css
<style>
a { background-color: #F1068A; }
a { background-color: rgb(241,6,138); }
div.DivClassName
{
background-color: #F1068A;
}
.BgClassName
{
background-color: #F1068A;
}
</style>
border-color css
<style>
span { border-color: #F1068A; }
span { border-color: rgb(241,6,138); }
td.TdClassName
{
border-color: #F1068A;
}
.TagClassName
{
border-color: #F1068A;
}
</style>