Shades of Deep Pink #F01A8B
Tints of Deep Pink #F01A8B
RGB
CMYK
RGB Variations
Color information
#F01A8B (or 0xF01A8B) is known color: Deep Pink. HEX triplet: F0, 1A and 8B. RGB value is (240,26,139). Sum of RGB (Red+Green+Blue) = 240+26+139=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01A8B is #0FE574. Grayscale: #666666. Windows color (decimal): -1041781 or 9116400. OLE color: 9116400.
HSL color Cylindrical-coordinate representation of color #F01A8B: hue angle of 328.32º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01A8B is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 139 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.06 |
| HSL | 328.32º | 0.88% | 0.52% | - |
| HSV(B) | 328.32º | 0.89% | 0.94% | - |
| XYZ | 40.96 | 21.13 | 26.35 | - |
| YUV | 102.87 | 148.4 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 139 | 0 | 0.89 | 0.42 | 0.06 | 328.32 | 0.88 | 0.52 |
| Hex | F0 | 1A | 8B | 0 | 59 | 2A | 6 | 148 | 58 | 34 |
| Octal | 360 | 32 | 213 | 0 | 131 | 52 | 6 | 510 | 130 | 64 |
| Binary | 11110000 | 11010 | 10001011 | 0 | 1011001 | 101010 | 110 | 101001000 | 1011000 | 110100 |
Color Harmonies of #F01A8B
Complementary color
Monochromatic Colors of #F01A8B
Black with #F01A8B
Text Example
Text Example
White with #F01A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01A8B; }
p { color: rgb(240,26,139); }
H1.HeaderClassName
{
color: #F01A8B;
}
.AnyTagClassName
{
color: #F01A8B;
}
</style>
background-color css
<style>
a { background-color: #F01A8B; }
a { background-color: rgb(240,26,139); }
div.DivClassName
{
background-color: #F01A8B;
}
.BgClassName
{
background-color: #F01A8B;
}
</style>
border-color css
<style>
span { border-color: #F01A8B; }
span { border-color: rgb(240,26,139); }
td.TdClassName
{
border-color: #F01A8B;
}
.TagClassName
{
border-color: #F01A8B;
}
</style>