Shades of Hot Pink #F26DBA
Tints of Hot Pink #F26DBA
RGB
CMYK
RGB Variations
Color information
#F26DBA (or 0xF26DBA) is known color: Hot Pink. HEX triplet: F2, 6D and BA. RGB value is (242,109,186). Sum of RGB (Red+Green+Blue) = 242+109+186=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26DBA is #0D9245. Grayscale: #9D9D9D. Windows color (decimal): -889414 or 12217842. OLE color: 12217842.
HSL color Cylindrical-coordinate representation of color #F26DBA: hue angle of 325.26º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26DBA is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 186 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.05 |
| HSL | 325.26º | 0.84% | 0.69% | - |
| HSV(B) | 325.26º | 0.55% | 0.95% | - |
| XYZ | 50.95 | 33.36 | 50.21 | - |
| YUV | 157.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 186 | 0 | 0.55 | 0.23 | 0.05 | 325.26 | 0.84 | 0.69 |
| Hex | F2 | 6D | BA | 0 | 37 | 17 | 5 | 145 | 54 | 45 |
| Octal | 362 | 155 | 272 | 0 | 67 | 27 | 5 | 505 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10111010 | 0 | 110111 | 10111 | 101 | 101000101 | 1010100 | 1000101 |
Color Harmonies of #F26DBA
Complementary color
Monochromatic Colors of #F26DBA
Black with #F26DBA
Text Example
Text Example
White with #F26DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DBA; }
p { color: rgb(242,109,186); }
H1.HeaderClassName
{
color: #F26DBA;
}
.AnyTagClassName
{
color: #F26DBA;
}
</style>
background-color css
<style>
a { background-color: #F26DBA; }
a { background-color: rgb(242,109,186); }
div.DivClassName
{
background-color: #F26DBA;
}
.BgClassName
{
background-color: #F26DBA;
}
</style>
border-color css
<style>
span { border-color: #F26DBA; }
span { border-color: rgb(242,109,186); }
td.TdClassName
{
border-color: #F26DBA;
}
.TagClassName
{
border-color: #F26DBA;
}
</style>