Shades of Shocking #F29CBE
Tints of Shocking #F29CBE
RGB
CMYK
RGB Variations
Color information
#F29CBE (or 0xF29CBE) is known color: Shocking. HEX triplet: F2, 9C and BE. RGB value is (242,156,190). Sum of RGB (Red+Green+Blue) = 242+156+190=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CBE is #0D6341. Grayscale: #B9B9B9. Windows color (decimal): -877378 or 12492018. OLE color: 12492018.
HSL color Cylindrical-coordinate representation of color #F29CBE: hue angle of 336.28º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29CBE is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 190 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.05 |
| HSL | 336.28º | 0.77% | 0.78% | - |
| HSV(B) | 336.28º | 0.36% | 0.95% | - |
| XYZ | 57.8 | 46.37 | 54.62 | - |
| YUV | 185.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 190 | 0 | 0.36 | 0.21 | 0.05 | 336.28 | 0.77 | 0.78 |
| Hex | F2 | 9C | BE | 0 | 24 | 15 | 5 | 150 | 4D | 4E |
| Octal | 362 | 234 | 276 | 0 | 44 | 25 | 5 | 520 | 115 | 116 |
| Binary | 11110010 | 10011100 | 10111110 | 0 | 100100 | 10101 | 101 | 101010000 | 1001101 | 1001110 |
Color Harmonies of #F29CBE
Complementary color
Monochromatic Colors of #F29CBE
Black with #F29CBE
Text Example
Text Example
White with #F29CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CBE; }
p { color: rgb(242,156,190); }
H1.HeaderClassName
{
color: #F29CBE;
}
.AnyTagClassName
{
color: #F29CBE;
}
</style>
background-color css
<style>
a { background-color: #F29CBE; }
a { background-color: rgb(242,156,190); }
div.DivClassName
{
background-color: #F29CBE;
}
.BgClassName
{
background-color: #F29CBE;
}
</style>
border-color css
<style>
span { border-color: #F29CBE; }
span { border-color: rgb(242,156,190); }
td.TdClassName
{
border-color: #F29CBE;
}
.TagClassName
{
border-color: #F29CBE;
}
</style>