Shades of Deep Pink #F1027A
Tints of Deep Pink #F1027A
RGB
CMYK
RGB Variations
Color information
#F1027A (or 0xF1027A) is known color: Deep Pink. HEX triplet: F1, 02 and 7A. RGB value is (241,2,122). Sum of RGB (Red+Green+Blue) = 241+2+122=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F1027A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1027A is #0EFD85. Grayscale: #565656. Windows color (decimal): -982406 or 7996145. OLE color: 7996145.
HSL color Cylindrical-coordinate representation of color #F1027A: hue angle of 329.87º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1027A is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.05 |
| HSL | 329.87º | 0.98% | 0.48% | - |
| HSV(B) | 329.87º | 0.99% | 0.95% | - |
| XYZ | 39.81 | 20.15 | 20.2 | - |
| YUV | 87.14 | 147.68 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 122 | 0 | 0.99 | 0.49 | 0.05 | 329.87 | 0.98 | 0.48 |
| Hex | F1 | 2 | 7A | 0 | 63 | 31 | 5 | 14A | 62 | 30 |
| Octal | 361 | 2 | 172 | 0 | 143 | 61 | 5 | 512 | 142 | 60 |
| Binary | 11110001 | 10 | 1111010 | 0 | 1100011 | 110001 | 101 | 101001010 | 1100010 | 110000 |
Color Harmonies of #F1027A
Complementary color
Monochromatic Colors of #F1027A
Black with #F1027A
Text Example
Text Example
White with #F1027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1027A; }
p { color: rgb(241,2,122); }
H1.HeaderClassName
{
color: #F1027A;
}
.AnyTagClassName
{
color: #F1027A;
}
</style>
background-color css
<style>
a { background-color: #F1027A; }
a { background-color: rgb(241,2,122); }
div.DivClassName
{
background-color: #F1027A;
}
.BgClassName
{
background-color: #F1027A;
}
</style>
border-color css
<style>
span { border-color: #F1027A; }
span { border-color: rgb(241,2,122); }
td.TdClassName
{
border-color: #F1027A;
}
.TagClassName
{
border-color: #F1027A;
}
</style>