Shades of Deep Pink #F61A8F
Tints of Deep Pink #F61A8F
RGB
CMYK
RGB Variations
Color information
#F61A8F (or 0xF61A8F) is known color: Deep Pink. HEX triplet: F6, 1A and 8F. RGB value is (246,26,143). Sum of RGB (Red+Green+Blue) = 246+26+143=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61A8F is #09E570. Grayscale: #686868. Windows color (decimal): -648561 or 9378550. OLE color: 9378550.
HSL color Cylindrical-coordinate representation of color #F61A8F: hue angle of 328.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61A8F is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 143 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.04 |
| HSL | 328.09º | 0.92% | 0.53% | - |
| HSV(B) | 328.09º | 0.89% | 0.96% | - |
| XYZ | 43.33 | 22.31 | 28.01 | - |
| YUV | 105.12 | 149.39 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 143 | 0 | 0.89 | 0.42 | 0.04 | 328.09 | 0.92 | 0.53 |
| Hex | F6 | 1A | 8F | 0 | 59 | 2A | 4 | 148 | 5C | 35 |
| Octal | 366 | 32 | 217 | 0 | 131 | 52 | 4 | 510 | 134 | 65 |
| Binary | 11110110 | 11010 | 10001111 | 0 | 1011001 | 101010 | 100 | 101001000 | 1011100 | 110101 |
Color Harmonies of #F61A8F
Complementary color
Monochromatic Colors of #F61A8F
Black with #F61A8F
Text Example
Text Example
White with #F61A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61A8F; }
p { color: rgb(246,26,143); }
H1.HeaderClassName
{
color: #F61A8F;
}
.AnyTagClassName
{
color: #F61A8F;
}
</style>
background-color css
<style>
a { background-color: #F61A8F; }
a { background-color: rgb(246,26,143); }
div.DivClassName
{
background-color: #F61A8F;
}
.BgClassName
{
background-color: #F61A8F;
}
</style>
border-color css
<style>
span { border-color: #F61A8F; }
span { border-color: rgb(246,26,143); }
td.TdClassName
{
border-color: #F61A8F;
}
.TagClassName
{
border-color: #F61A8F;
}
</style>