Shades of Deep Blush #F26C92
Tints of Deep Blush #F26C92
RGB
CMYK
RGB Variations
Color information
#F26C92 (or 0xF26C92) is known color: Deep Blush. HEX triplet: F2, 6C and 92. RGB value is (242,108,146). Sum of RGB (Red+Green+Blue) = 242+108+146=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26C92 is #0D936D. Grayscale: #989898. Windows color (decimal): -889710 or 9596146. OLE color: 9596146.
HSL color Cylindrical-coordinate representation of color #F26C92: hue angle of 342.99º 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 #F26C92 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 146 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.05 |
| HSL | 342.99º | 0.84% | 0.69% | - |
| HSV(B) | 342.99º | 0.55% | 0.95% | - |
| XYZ | 47.17 | 31.68 | 30.82 | - |
| YUV | 152.4 | 124.39 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 146 | 0 | 0.55 | 0.40 | 0.05 | 342.99 | 0.84 | 0.69 |
| Hex | F2 | 6C | 92 | 0 | 37 | 28 | 5 | 157 | 54 | 45 |
| Octal | 362 | 154 | 222 | 0 | 67 | 50 | 5 | 527 | 124 | 105 |
| Binary | 11110010 | 1101100 | 10010010 | 0 | 110111 | 101000 | 101 | 101010111 | 1010100 | 1000101 |
Color Harmonies of #F26C92
Complementary color
Monochromatic Colors of #F26C92
Black with #F26C92
Text Example
Text Example
White with #F26C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C92; }
p { color: rgb(242,108,146); }
H1.HeaderClassName
{
color: #F26C92;
}
.AnyTagClassName
{
color: #F26C92;
}
</style>
background-color css
<style>
a { background-color: #F26C92; }
a { background-color: rgb(242,108,146); }
div.DivClassName
{
background-color: #F26C92;
}
.BgClassName
{
background-color: #F26C92;
}
</style>
border-color css
<style>
span { border-color: #F26C92; }
span { border-color: rgb(242,108,146); }
td.TdClassName
{
border-color: #F26C92;
}
.TagClassName
{
border-color: #F26C92;
}
</style>