Shades of Deep Pink #F61F7B
Tints of Deep Pink #F61F7B
RGB
CMYK
RGB Variations
Color information
#F61F7B (or 0xF61F7B) is known color: Deep Pink. HEX triplet: F6, 1F and 7B. RGB value is (246,31,123). Sum of RGB (Red+Green+Blue) = 246+31+123=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61F7B is #09E084. Grayscale: #696969. Windows color (decimal): -647301 or 8069110. OLE color: 8069110.
HSL color Cylindrical-coordinate representation of color #F61F7B: hue angle of 334.33º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61F7B is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 123 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.04 |
| HSL | 334.33º | 0.92% | 0.54% | - |
| HSV(B) | 334.33º | 0.87% | 0.96% | - |
| XYZ | 42.07 | 22 | 20.77 | - |
| YUV | 105.77 | 137.73 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 123 | 0 | 0.87 | 0.50 | 0.04 | 334.33 | 0.92 | 0.54 |
| Hex | F6 | 1F | 7B | 0 | 57 | 32 | 4 | 14E | 5C | 36 |
| Octal | 366 | 37 | 173 | 0 | 127 | 62 | 4 | 516 | 134 | 66 |
| Binary | 11110110 | 11111 | 1111011 | 0 | 1010111 | 110010 | 100 | 101001110 | 1011100 | 110110 |
Color Harmonies of #F61F7B
Complementary color
Monochromatic Colors of #F61F7B
Black with #F61F7B
Text Example
Text Example
White with #F61F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61F7B; }
p { color: rgb(246,31,123); }
H1.HeaderClassName
{
color: #F61F7B;
}
.AnyTagClassName
{
color: #F61F7B;
}
</style>
background-color css
<style>
a { background-color: #F61F7B; }
a { background-color: rgb(246,31,123); }
div.DivClassName
{
background-color: #F61F7B;
}
.BgClassName
{
background-color: #F61F7B;
}
</style>
border-color css
<style>
span { border-color: #F61F7B; }
span { border-color: rgb(246,31,123); }
td.TdClassName
{
border-color: #F61F7B;
}
.TagClassName
{
border-color: #F61F7B;
}
</style>