Shades of Deep Blush #F26C93
Tints of Deep Blush #F26C93
RGB
CMYK
RGB Variations
Color information
#F26C93 (or 0xF26C93) is known color: Deep Blush. HEX triplet: F2, 6C and 93. RGB value is (242,108,147). Sum of RGB (Red+Green+Blue) = 242+108+147=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26C93 is #0D936C. Grayscale: #989898. Windows color (decimal): -889709 or 9661682. OLE color: 9661682.
HSL color Cylindrical-coordinate representation of color #F26C93: hue angle of 342.54º 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 #F26C93 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 147 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.05 |
| HSL | 342.54º | 0.84% | 0.69% | - |
| HSV(B) | 342.54º | 0.55% | 0.95% | - |
| XYZ | 47.25 | 31.71 | 31.23 | - |
| YUV | 152.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 147 | 0 | 0.55 | 0.39 | 0.05 | 342.54 | 0.84 | 0.69 |
| Hex | F2 | 6C | 93 | 0 | 37 | 27 | 5 | 157 | 54 | 45 |
| Octal | 362 | 154 | 223 | 0 | 67 | 47 | 5 | 527 | 124 | 105 |
| Binary | 11110010 | 1101100 | 10010011 | 0 | 110111 | 100111 | 101 | 101010111 | 1010100 | 1000101 |
Color Harmonies of #F26C93
Complementary color
Monochromatic Colors of #F26C93
Black with #F26C93
Text Example
Text Example
White with #F26C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C93; }
p { color: rgb(242,108,147); }
H1.HeaderClassName
{
color: #F26C93;
}
.AnyTagClassName
{
color: #F26C93;
}
</style>
background-color css
<style>
a { background-color: #F26C93; }
a { background-color: rgb(242,108,147); }
div.DivClassName
{
background-color: #F26C93;
}
.BgClassName
{
background-color: #F26C93;
}
</style>
border-color css
<style>
span { border-color: #F26C93; }
span { border-color: rgb(242,108,147); }
td.TdClassName
{
border-color: #F26C93;
}
.TagClassName
{
border-color: #F26C93;
}
</style>