Shades of Hot Pink #F26BA4
Tints of Hot Pink #F26BA4
RGB
CMYK
RGB Variations
Color information
#F26BA4 (or 0xF26BA4) is known color: Hot Pink. HEX triplet: F2, 6B and A4. RGB value is (242,107,164). Sum of RGB (Red+Green+Blue) = 242+107+164=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F26BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26BA4 is #0D945B. Grayscale: #999999. Windows color (decimal): -889948 or 10775538. OLE color: 10775538.
HSL color Cylindrical-coordinate representation of color #F26BA4: hue angle of 334.67º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F26BA4 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 164 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.05 |
| HSL | 334.67º | 0.84% | 0.68% | - |
| HSV(B) | 334.67º | 0.56% | 0.95% | - |
| XYZ | 48.58 | 32.07 | 38.75 | - |
| YUV | 153.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 164 | 0 | 0.56 | 0.32 | 0.05 | 334.67 | 0.84 | 0.68 |
| Hex | F2 | 6B | A4 | 0 | 38 | 20 | 5 | 14F | 54 | 44 |
| Octal | 362 | 153 | 244 | 0 | 70 | 40 | 5 | 517 | 124 | 104 |
| Binary | 11110010 | 1101011 | 10100100 | 0 | 111000 | 100000 | 101 | 101001111 | 1010100 | 1000100 |
Color Harmonies of #F26BA4
Complementary color
Monochromatic Colors of #F26BA4
Black with #F26BA4
Text Example
Text Example
White with #F26BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26BA4; }
p { color: rgb(242,107,164); }
H1.HeaderClassName
{
color: #F26BA4;
}
.AnyTagClassName
{
color: #F26BA4;
}
</style>
background-color css
<style>
a { background-color: #F26BA4; }
a { background-color: rgb(242,107,164); }
div.DivClassName
{
background-color: #F26BA4;
}
.BgClassName
{
background-color: #F26BA4;
}
</style>
border-color css
<style>
span { border-color: #F26BA4; }
span { border-color: rgb(242,107,164); }
td.TdClassName
{
border-color: #F26BA4;
}
.TagClassName
{
border-color: #F26BA4;
}
</style>